Age | Commit message (Expand) | Author |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-18 | memory: convert memory_region_destroy to object_unparent | Paolo Bonzini |
2014-08-17 | ioport: split deletion and destruction | Paolo Bonzini |
2014-08-17 | nic: do not destroy memory regions in cleanup functions | Paolo Bonzini |
2014-08-17 | vga: do not dynamically allocate chain4_alias | Paolo Bonzini |
2014-08-17 | sysbus: remove unused function sysbus_del_io | Paolo Bonzini |
2014-08-17 | qom: object: move unparenting to the child property's release callback | Paolo Bonzini |
2014-08-17 | qom: object: delete properties before calling instance_finalize | Paolo Bonzini |
2014-07-29 | virtio-scsi: implement parse_cdb | Paolo Bonzini |
2014-07-29 | scsi-block, scsi-generic: implement parse_cdb | Paolo Bonzini |
2014-07-29 | scsi-block: extract scsi_block_is_passthrough | Paolo Bonzini |
2014-07-29 | scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo | Paolo Bonzini |
2014-07-29 | scsi-bus: prepare scsi_req_new for introduction of parse_cdb | Paolo Bonzini |
2014-07-15 | Update version for v2.1.0-rc2 releasev2.1.0-rc2 | Peter Maydell |
2014-07-15 | tests/Makefile: Only run vhost-user-test on Linux | Peter Maydell |
2014-07-15 | Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging | Peter Maydell |
2014-07-15 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell |
2014-07-15 | sPAPR/IOMMU: Fix TCE entry permission | Gavin Shan |
2014-07-15 | spapr: Enable use of huge pages | Alexey Kardashevskiy |
2014-07-15 | spapr: Move RMA memory region registration code | Alexey Kardashevskiy |
2014-07-15 | ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste... | Shreyas B. Prabhu |
2014-07-15 | target-ppc: Fix number of threads per core limit | Alexey Kardashevskiy |
2014-07-15 | linux-user: use TARGET_SA_ONSTACK in get_sigframe | Riku Voipio |
2014-07-15 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-07-15 | virtio-blk: dataplane: notify guest as a batch | Ming Lei |
2014-07-15 | virtio-blk: data-plane: fix save/set .complete_request in start | Ming Lei |
2014-07-15 | linux-aio: Fix laio resource leak | Gonglei |
2014-07-15 | alloca one extra byte sockets | Joakim Tjernlund |
2014-07-15 | linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr | Joakim Tjernlund |
2014-07-15 | qemu-user: Impl. setsockopt(SO_BINDTODEVICE) | Joakim Tjernlund |
2014-07-15 | SIOCGIFINDEX: fix typo | Joakim Tjernlund |
2014-07-15 | libqos: Fix PC PCI endianness glitches | Andreas Färber |
2014-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-07-14 | serial-pci: remove memory regions from BAR before destroying them | Paolo Bonzini |
2014-07-14 | virtio-scsi: fix with -M pc-i440fx-2.0 | Paolo Bonzini |
2014-07-14 | serial: change retry logic to avoid concurrency | Kirill Batuzov |
2014-07-14 | qemu-char: fix deadlock with "-monitor pty" | Paolo Bonzini |
2014-07-14 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-07-14 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140714' into staging | Peter Maydell |
2014-07-14 | ide: Treat read/write beyond end as invalid | Markus Armbruster |
2014-07-14 | virtio-blk: Treat read/write beyond end as invalid | Markus Armbruster |
2014-07-14 | virtio-blk: Bypass error action and I/O accounting on invalid r/w | Markus Armbruster |
2014-07-14 | virtio-blk: Factor common checks out of virtio_blk_handle_read/write() | Markus Armbruster |
2014-07-14 | dma-helpers: Fix too long qiov | Kevin Wolf |
2014-07-14 | qtest: fix vhost-user-test compilation with old GLib | Nikolay Nikolaev |
2014-07-14 | tests: Fix unterminated string output visitor enum human string | Andreas Färber |
2014-07-14 | AioContext: do not rely on aio_poll(ctx, true) result to end a loop | Paolo Bonzini |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi |
2014-07-14 | virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement | Stefan Hajnoczi |
2014-07-14 | dataplane: do not free VirtQueueElement in vring_push() | Stefan Hajnoczi |