Age | Commit message (Expand) | Author |
2013-06-28 | qemu-char: use ChardevBackendKind in CharDriver | Gerd Hoffmann |
2013-06-28 | block: change default of .has_zero_init to 0 | Peter Lieven |
2013-06-28 | block: add basic backup support to block driver | Dietmar Maurer |
2013-06-28 | block: add bdrv_add_before_write_notifier() | Stefan Hajnoczi |
2013-06-28 | notify: add NotiferWithReturn so notifier list can abort | Stefan Hajnoczi |
2013-06-27 | linux-user: Fix compilation failure | Peter Maydell |
2013-06-27 | rdma: introduce capability x-rdma-pin-all | Michael R. Hines |
2013-06-27 | rdma: new QEMUFileOps hooks | Michael R. Hines |
2013-06-27 | rdma: introduce qemu_ram_foreach_block() | Michael R. Hines |
2013-06-27 | rdma: export qemu_fflush() | Michael R. Hines |
2013-06-27 | rdma: introduce qemu_file_mode_is_not_valid() | Michael R. Hines |
2013-06-27 | rdma: export throughput w/ MigrationStats QMP | Michael R. Hines |
2013-06-27 | rdma: export yield_until_fd_readable() | Michael R. Hines |
2013-06-27 | rdma: introduce qemu_update_position() | Michael R. Hines |
2013-06-25 | Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad... | Stefano Stabellini |
2013-06-24 | Merge remote-tracking branch 'kraxel/usb.84' into staging | Anthony Liguori |
2013-06-24 | usb: add serial bus property | Gerd Hoffmann |
2013-06-21 | vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client | Michael Tokarev |
2013-06-21 | audio: Replace static functions in header file by macros, remove GCC_ATTR | Stefan Weil |
2013-06-20 | memory: give name to every AddressSpace | Alexey Kardashevskiy |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini |
2013-06-20 | spapr_vio: take care of creating our own AddressSpace/DMAContext | Paolo Bonzini |
2013-06-20 | pci: use memory core for iommu support | Avi Kivity |
2013-06-20 | dma: eliminate old-style IOMMU support | Paolo Bonzini |
2013-06-20 | spapr: use memory core for iommu support | Paolo Bonzini |
2013-06-20 | spapr: convert TCE API to use an opaque type | Paolo Bonzini |
2013-06-20 | memory: Add iommu map/unmap notifiers | David Gibson |
2013-06-20 | memory: iommu support | Avi Kivity |
2013-06-20 | memory: make section size a 128-bit integer | Paolo Bonzini |
2013-06-20 | Revert "memory: limit sections in the radix tree to the actual address space ... | Paolo Bonzini |
2013-06-20 | exec: return MemoryRegion from address_space_translate | Paolo Bonzini |
2013-06-20 | exec: Resolve subpages in one step except for IOTLB fills | Jan Kiszka |
2013-06-20 | memory: move private types to exec.c | Paolo Bonzini |
2013-06-19 | vl: Rename *boot_devices to *boot_order, for consistency | Markus Armbruster |
2013-06-19 | qemu-option: check_params() is now unused, drop it | Markus Armbruster |
2013-06-17 | Merge remote-tracking branch 'luiz/queue/qmp' into staging | Anthony Liguori |
2013-06-17 | NVMe: Initial commit for new storage interface | Keith Busch |
2013-06-17 | qerror: drop QERR_OPEN_FILE_FAILED macro | Luiz Capitulino |
2013-06-17 | error: add error_setg_file_open() helper | Luiz Capitulino |
2013-06-17 | Merge remote-tracking branch 'pmaydell/configury.next' into staging | Anthony Liguori |
2013-06-15 | Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu | Blue Swirl |
2013-06-14 | configure: dtc: Probe for libfdt_env.h | Peter Crosthwaite |
2013-06-14 | smbios: Clean up smbios_add_field() parameters | Markus Armbruster |
2013-06-14 | log.h: Supply missing includes | Markus Armbruster |
2013-06-14 | error-report.h: Supply missing include | Markus Armbruster |
2013-06-14 | Merge remote-tracking branch 'mjt/trivial-patches-next' into staging | Anthony Liguori |
2013-06-14 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-06-14 | Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging | Anthony Liguori |
2013-06-14 | Merge remote-tracking branch 'rth/tcg-for-anthony' into staging | Anthony Liguori |
2013-06-14 | create qemu_openpty_raw() helper function and move it to a separate file | Michael Tokarev |