summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-08-08spapr: Fix undefined behaviour in spapr_tce_reset()David Gibson1-1/+3
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland1-0/+1
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2-20/+11
2016-08-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-8/+53
2016-08-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-4/+9
2016-08-05virtio-blk: Remove stale comment about drainingFam Zheng1-4/+0
2016-08-05virtio-blk: Release s->rq queue at system_resetFam Zheng1-0/+9
2016-08-05nvme: bump PCI revisionChristoph Hellwig1-1/+1
2016-08-05nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig1-7/+52
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers1-1/+1
2016-08-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-10/+45
2016-08-03qdev: Fix use after free in qdev_init_nofail error pathFam Zheng1-0/+2
2016-08-03x86: ioapic: add support for explicit EOIPeter Xu1-1/+21
2016-08-03x86: ioapic: ignore level irq during processingPeter Xu1-5/+9
2016-08-03fw_cfg: Make base type "fw_cfg" abstractMarkus Armbruster1-0/+1
2016-08-03i2c: fix migration regression introduced by broadcast supportIgor Mammedov1-3/+7
2016-08-03mptsas: really fix migration compatibilityPaolo Bonzini2-1/+5
2016-08-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160803-1' into s...Peter Maydell5-98/+114
2016-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross2-6/+11
2016-08-03xen: drain submit queue in xen-usb before removing deviceJuergen Gross1-33/+63
2016-08-03xen: when removing a backend don't remove many of themJuergen Gross1-39/+19
2016-08-03spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2-14/+12
2016-08-02ehci: faster frame index calculation for skipped framesEvgeny Yakovlev1-16/+15
2016-08-02wxx: Fix compilation of host-libusb.cStefan Weil1-3/+4
2016-08-02wxx: Fix compiler warning for host-libusb.cStefan Weil1-1/+2
2016-07-29Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160729' into stagingPeter Maydell1-1/+1
2016-07-29Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160729' into...Peter Maydell1-18/+9
2016-07-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell15-200/+350
2016-07-29mptsas: Fix a migration compatible issueCao jin1-1/+1
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau1-1/+2
2016-07-29spapr: Prevent boot CPU core removalBharata B Rao1-0/+5
2016-07-29Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson1-19/+1
2016-07-29spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov1-0/+4
2016-07-28ide: fix halted IO segfault at resetJohn Snow1-0/+1
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau2-6/+13
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau1-3/+10
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau1-0/+9
2016-07-29vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau1-5/+3
2016-07-29Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau1-6/+1
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau1-0/+1
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau1-1/+0
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau1-16/+34
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau1-1/+3
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau1-3/+1
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau1-10/+9
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau1-2/+15
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau1-17/+32
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau1-11/+6
2016-07-29vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau1-3/+3
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau1-1/+6