Age | Commit message (Expand) | Author |
2013-06-27 | linux-user: Fix compilation failure | Peter Maydell |
2013-06-25 | Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad... | Stefano Stabellini |
2013-06-24 | usb: add serial bus property | Gerd Hoffmann |
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 | 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-19 | vl: Rename *boot_devices to *boot_order, for consistency | Markus Armbruster |
2013-06-17 | NVMe: Initial commit for new storage interface | Keith Busch |
2013-06-15 | Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu | Blue Swirl |
2013-06-14 | smbios: Clean up smbios_add_field() parameters | Markus Armbruster |
2013-06-14 | Merge remote-tracking branch 'mjt/trivial-patches-next' into staging | Anthony Liguori |
2013-06-11 | char/serial: Use generic Fifo8 | Peter Crosthwaite |
2013-06-10 | target-i386: Set level=4 on Conroe/Penryn/Nehalem | Eduardo Habkost |
2013-06-10 | target-i386: Update model values on Conroe/Penryn/Nehalem CPU models | Eduardo Habkost |
2013-06-07 | qdev: Drop FROM_QBUS() macro | Andreas Färber |
2013-06-07 | isa: QOM'ify ISADevice | Andreas Färber |
2013-06-07 | isa: QOM'ify ISABus | Andreas Färber |
2013-06-07 | i8259: Convert PICCommonState to use QOM realizefn | Andreas Färber |
2013-06-07 | i8254: Convert PITCommonState to QOM realizefn | Andreas Färber |
2013-06-07 | kvm/i8254: QOM'ify some more | Andreas Färber |
2013-06-07 | i8254: QOM'ify some more | Andreas Färber |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber |
2013-06-04 | Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging | Anthony Liguori |
2013-06-04 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-06-03 | xen: remove xen_vcpu_init | Stefano Stabellini |
2013-06-03 | xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) | Stefano Stabellini |
2013-06-03 | xen: simplify xen_enabled | Stefano Stabellini |
2013-06-03 | Merge remote-tracking branch 'kraxel/usb.83' into staging | Anthony Liguori |
2013-06-03 | pci: add VMSTATE_MSIX | Gerd Hoffmann |
2013-06-02 | fw_cfg: add API to find FW cfg object | Michael S. Tsirkin |
2013-06-02 | fw_cfg: move typedef to qemu/typedefs.h | Michael S. Tsirkin |
2013-06-02 | refer to FWCfgState explicitly | Laszlo Ersek |
2013-06-02 | firmware_abi: move to include/hw/nvram/ | Michael S. Tsirkin |
2013-06-01 | rtc: remove rtc_set_date | Hu Tao |
2013-05-22 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-05-22 | virtio-net: dynamic network offloads configuration | Dmitry Fleytman |
2013-05-18 | remove some double-includes | Michael Tokarev |
2013-05-15 | virtio-net: add virtio_net_set_netclient_name. | KONRAD Frederic |
2013-05-13 | Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature" | Paolo Bonzini |
2013-05-06 | target-i386: Change CPUID model of 486 to 8 | Andreas Färber |
2013-05-06 | qdev: Introduce qdev_prop_set_globals_for_type() | Andreas Färber |
2013-05-06 | qdev: Let qdev_prop_parse() pass through Error | Andreas Färber |
2013-05-03 | virtio-scsi: fix the command line compatibility. | KONRAD Frederic |
2013-05-03 | scsi: add bus_name parameter to scsi_bus_new. | KONRAD Frederic |
2013-05-03 | virtio: add virtio_device_set_child_bus_name. | KONRAD Frederic |
2013-05-02 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-05-01 | Trivial grammar and spelling fixes | Stefan Weil |
2013-05-01 | pc: Implement QEMUMachine::hot_add_cpu hook | Igor Mammedov |