aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini
2014-08-17ioport: split deletion and destructionPaolo Bonzini
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini
2014-08-17vga: do not dynamically allocate chain4_aliasPaolo Bonzini
2014-08-17sysbus: remove unused function sysbus_del_ioPaolo Bonzini
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini
2014-07-29virtio-scsi: implement parse_cdbPaolo Bonzini
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini
2014-07-29scsi-block: extract scsi_block_is_passthroughPaolo Bonzini
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini
2014-07-29scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini
2014-07-15Update version for v2.1.0-rc2 releasev2.1.0-rc2Peter Maydell
2014-07-15tests/Makefile: Only run vhost-user-test on LinuxPeter Maydell
2014-07-15Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-07-15Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2014-07-15sPAPR/IOMMU: Fix TCE entry permissionGavin Shan
2014-07-15spapr: Enable use of huge pagesAlexey Kardashevskiy
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu
2014-07-15target-ppc: Fix number of threads per core limitAlexey Kardashevskiy
2014-07-15linux-user: use TARGET_SA_ONSTACK in get_sigframeRiku Voipio
2014-07-15Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-07-15virtio-blk: dataplane: notify guest as a batchMing Lei
2014-07-15virtio-blk: data-plane: fix save/set .complete_request in startMing Lei
2014-07-15linux-aio: Fix laio resource leakGonglei
2014-07-15alloca one extra byte socketsJoakim Tjernlund
2014-07-15linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddrJoakim Tjernlund
2014-07-15qemu-user: Impl. setsockopt(SO_BINDTODEVICE)Joakim Tjernlund
2014-07-15SIOCGIFINDEX: fix typoJoakim Tjernlund
2014-07-15libqos: Fix PC PCI endianness glitchesAndreas Färber
2014-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-07-14serial-pci: remove memory regions from BAR before destroying themPaolo Bonzini
2014-07-14virtio-scsi: fix with -M pc-i440fx-2.0Paolo Bonzini
2014-07-14serial: change retry logic to avoid concurrencyKirill Batuzov
2014-07-14qemu-char: fix deadlock with "-monitor pty"Paolo Bonzini
2014-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-07-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140714' into stagingPeter Maydell
2014-07-14ide: Treat read/write beyond end as invalidMarkus Armbruster
2014-07-14virtio-blk: Treat read/write beyond end as invalidMarkus Armbruster
2014-07-14virtio-blk: Bypass error action and I/O accounting on invalid r/wMarkus Armbruster
2014-07-14virtio-blk: Factor common checks out of virtio_blk_handle_read/write()Markus Armbruster
2014-07-14dma-helpers: Fix too long qiovKevin Wolf
2014-07-14qtest: fix vhost-user-test compilation with old GLibNikolay Nikolaev
2014-07-14tests: Fix unterminated string output visitor enum human stringAndreas Färber
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi