summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160509-1' into s...Peter Maydell2016-05-091-44/+78
|\
| * vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).Gerd Hoffmann2016-05-021-0/+6
| * vga: update vga register setup on vbe changesGerd Hoffmann2016-05-021-0/+1
| * vga: factor out vga register setupGerd Hoffmann2016-05-021-34/+44
| * vga: add vbe_enabled() helperGerd Hoffmann2016-05-021-4/+9
| * vga: fix banked access bounds checking (CVE-2016-3710)Gerd Hoffmann2016-05-021-6/+18
* | Revert "acpi: mark PMTIMER as unlocked"Gerd Hoffmann2016-05-021-1/+0Star
|/
* acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian hostIgor Mammedov2016-05-011-3/+2Star
* spapr_drc: fix aborts during DRC-count based hotplugMichael Roth2016-04-262-5/+14
* usb/uhci: move pid checkGerd Hoffmann2016-04-251-13/+13
* hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth2016-04-232-5/+7
* virtio: Mark host notifiers as externalFam Zheng2016-04-221-2/+2
* event-notifier: Add "is_external" parameterFam Zheng2016-04-222-5/+5
* hw/arm/boot: always clear r0 when booting kernelsSylvain Garrigues2016-04-211-1/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-04-20' into s...Peter Maydell2016-04-201-1/+1
|\
| * xenfb: use the correct condition to avoid excessive loopingWei Liu2016-04-121-1/+1
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160419-1' into s...Peter Maydell2016-04-191-4/+7
|\ \
| * | Revert "ehci: make idt processing more robust"Gerd Hoffmann2016-04-191-3/+2Star
| * | ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann2016-04-191-1/+5
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160419' into...Peter Maydell2016-04-191-2/+2
|\ \ \
| * | | cuda: fix off-by-one error in SET_TIME commandAurelien Jarno2016-04-191-2/+2
| |/ /
* / / cadence_uart: bounds check write offsetMichael S. Tsirkin2016-04-191-0/+3
|/ /
* | Fix pflash migrationDr. David Alan Gilbert2016-04-151-2/+16
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-04-143-4/+15
|\ \
| * | hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth2016-04-141-2/+3
| * | tpm: Fix write to file descriptor functionStefan Berger2016-04-131-1/+1
| * | tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflictIgor Mammedov2016-04-131-1/+6
| * | pc: acpi: tpm: add missing MMIO resource to PCI0._CRSIgor Mammedov2016-04-131-0/+5
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160413-1' into...Peter Maydell2016-04-133-7/+115
|\ \
| * | virtio-input: support absolute axis config in pass-throughLadi Prosek2016-04-132-5/+47
| * | virtio-input: fix emulated tablet axis rangesLadi Prosek2016-04-131-2/+2
| * | virtio-input: add live migration supportGerd Hoffmann2016-04-131-0/+40
| * | virtio-input: implement pass-through evdev writesLadi Prosek2016-04-131-0/+23
| * | virtio-input: retrieve EV_LED host config bitsLadi Prosek2016-04-131-0/+1
| * | virtio-input: add missing key mappingsLadi Prosek2016-04-131-0/+2
| |/
* | Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-fix-pull-request' ...Peter Maydell2016-04-131-0/+30
|\ \
| * | ivshmem: fix ivshmem-{plain,doorbell} crash without argMarc-André Lureau2016-04-131-0/+30
| |/
* | ide: really restart pending and in-flight atapi dmaPavel Butsykin2016-04-134-22/+43
* | ide: restart atapi dma by re-evaluating command packetPavel Butsykin2016-04-121-7/+6Star
* | ide: don't lose pending dma statePavel Butsykin2016-04-123-8/+20
* | xen: Fix IDE unplugAnthony PERARD2016-04-121-0/+1
|/
* net: stellaris_enet: check packet length against receive bufferPrasad J Pandit2016-04-111-1/+11
* virtio-gpu: block live migrationGerd Hoffmann2016-04-111-0/+7
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2016-04-111-4/+1Star
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into stagingPeter Maydell2016-04-081-8/+3Star
|\
| * hw/mips_itu: fix off-by-one reported by CoverityLeon Alrae2016-04-081-8/+3Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-04-0815-80/+320
|\ \
| * | hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang2016-04-071-1/+7
| * | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini2016-04-073-24/+12Star