aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-23openpic: add to misc categoryLaurent Vivier2-0/+2
2015-10-23macio-nvram: add to misc categoryLaurent Vivier1-0/+1
2015-10-23macio: add to bridge categoryLaurent Vivier1-0/+1
2015-10-23uninorth: add to bridge categoryLaurent Vivier1-0/+8
2015-10-23macio-ide: add to storage categoryLaurent Vivier1-0/+1
2015-10-23cuda: add to bridge categoryLaurent Vivier1-0/+1
2015-10-23grackle: add to bridge categoryLaurent Vivier1-0/+2
2015-10-23escc: add to input categoryLaurent Vivier1-0/+1
2015-10-23cmd646: add to storage categoryLaurent Vivier1-0/+1
2015-10-23adb: add to input categoryLaurent Vivier1-0/+2
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt4-0/+40
2015-10-23ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt5-20/+22
2015-10-23hw/scsi/spapr_vscsi: Remove superfluous memsetThomas Huth1-1/+0
2015-10-23spapr_pci: Allow VFIO devices to work on the normal PCI host bridgeDavid Gibson1-0/+6
2015-10-23spapr_iommu: Provide a function to switch a TCE table to allowing VFIODavid Gibson2-0/+34
2015-10-23spapr_iommu: Rename vfio_accel parameterDavid Gibson4-8/+8
2015-10-23spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson2-4/+6
2015-10-23spapr: Add "slb-size" property to CPU device tree nodesThomas Huth1-0/+1
2015-10-23spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao1-0/+8
2015-10-23spapr: Allocate HTAB from machine initBharata B Rao1-7/+27
2015-10-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151021' into stagingPeter Maydell9-46/+158
2015-10-22Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell9-57/+66
2015-10-22disas: QOMify alpha specific disas setupPeter Crosthwaite2-5/+8
2015-10-22disas: QOMify mips specific disas setupPeter Crosthwaite2-12/+9
2015-10-22disas: QOMify sh4 specific disas setupPeter Crosthwaite2-7/+10
2015-10-22disas: QOMify lm32 specific disas setupPeter Crosthwaite2-6/+7
2015-10-22disas: QOMify sparc specific disas setupPeter Crosthwaite2-10/+9
2015-10-22disas: QOMify m68k specific disas setupPeter Crosthwaite2-5/+8
2015-10-22disas: QOMify moxie specific disas setupPeter Crosthwaite2-6/+7
2015-10-22disas: QOMify s390x specific disas setupPeter Crosthwaite2-6/+8
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell45-458/+5072
2015-10-22hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNTLaszlo Ersek1-1/+1
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua4-12/+11
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet1-3/+5
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang1-4/+7
2015-10-22seccomp: add memfd_create to whitelistEduardo Otubo1-1/+2
2015-10-22vhost-user-test: check ownership during migrationMarc-André Lureau1-0/+38
2015-10-22vhost-user-test: add live-migration testMarc-André Lureau1-2/+169
2015-10-22vhost-user-test: learn to tweak various qemu argumentsMarc-André Lureau1-10/+15
2015-10-22vhost-user-test: wrap server in TestServer structMarc-André Lureau1-50/+89
2015-10-22vhost-user-test: remove useless static checkMarc-André Lureau1-1/+0
2015-10-22vhost-user-test: move wait_for_fds() outMarc-André Lureau1-4/+14
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau3-0/+27
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet1-4/+9
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet6-3/+89
2015-10-22vhost user: add support of live migrationThibaut Collet2-2/+12
2015-10-22net: add trace_vhost_user_eventMarc-André Lureau2-2/+5
2015-10-22vhost-user: document migration logMarc-André Lureau1-2/+46
2015-10-22vhost: use a function for each callMarc-André Lureau7-279/+509
2015-10-22vhost-user: add a migration blockerMarc-André Lureau2-4/+21