]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commit
Merge branch 'master' into xen
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 14 May 2008 15:06:15 +0000 (16:06 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 14 May 2008 15:06:15 +0000 (16:06 +0100)
commit697b2d5fee9f2470525a1ed9ae2ea8c9beb29ef0
treea858f042058bcdec7f3cc0f2f8fb2a9c4e8a0344
parent2cfc40201be5562a942615452fc2c4ee45d1165c
parenta1fa7745c08f26aee821df61f0dca2dcb48abbb7
Merge branch 'master' into xen

Conflicts:

hw/ide.c
hw/pc.c
hw/serial.c
hw/usb-hid.c
loader.c
sysemu.h
vl.c

Merge was relatively straightforward.  Specific comments follow:

hw/serial.c
Have kept the Xen rate limiting rather than
the qemu version.  The Xen version does an overall
rate limit but doesn't adjust according to the
baud rate.  The qemu version is just a maximum
burst (so no overall capacity limit) but does
depend on the baud rate.

vl.c
Several dummy functions helpfully moved into
target-* directories; I put them in a new
i386-dm/machine.c for now.
17 files changed:
Makefile.target
bswap.h
cutils.c
hw/boards.h
hw/ide.c
hw/iommu.c
hw/pc.c
hw/piix_pci.c
hw/serial.c
hw/usb-hid.c
i386-dm/machine.c
loader.c
qemu-common.h
sdl.c
sysemu.h
vl.c
vnc.c