summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | | vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-062-6/+0Star
* | | vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno2012-10-063-3/+3
* | | vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno2012-10-0610-12/+12
* | | Remove libhwStefan Weil2012-10-054-137/+137
* | | rtc: implement century bytePaolo Bonzini2012-10-051-9/+18
* | | rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini2012-10-052-6/+13
* | | hw/r2d: add comment: this strncpy use is okJim Meyering2012-10-051-0/+2
* | | acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering2012-10-051-16/+8Star
* | | vscsi: avoid unwarranted strncpyJim Meyering2012-10-051-1/+1
* | | virtio-9p: avoid unwarranted uses of strncpyJim Meyering2012-10-053-4/+8
* | | bt: replace fragile snprintf use and unwarranted strncpyJim Meyering2012-10-051-5/+2Star
* | | lm32: avoid buffer overrunJim Meyering2012-10-051-1/+1
* | | hw/9pfs: avoid buffer overrunJim Meyering2012-10-051-2/+2
* | | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering2012-10-056-11/+7Star
| |/ |/|
* | Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori2012-10-054-17/+38
|\ \
| * | xen: Introduce xen_modified_memory.Anthony PERARD2012-10-031-0/+1
| * | qemu/xen: Add 64 bits big bar support on qemuXudong Hao2012-10-032-15/+31
| * | xen: Fix, no unplug of pt device by platform device.Anthony PERARD2012-10-031-2/+6
| |/
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-10-056-55/+27Star
|\ \
| * | iostatus: reorganize io error codePaolo Bonzini2012-09-283-45/+17Star
| * | iostatus: change is_read to a boolPaolo Bonzini2012-09-284-6/+6
| * | iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-285-13/+13
| * | iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini2012-09-283-3/+3
* | | Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-10-051-9/+3Star
|\ \ \
| * | | pci-assign: use monitor_handle_fd_paramPaolo Bonzini2012-09-261-9/+3Star
* | | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-10-054-20/+32
|\ \ \ \
| * | | | virtio-serial-bus: let chardev know the exact number of bytes requestedAmit Shah2012-09-281-8/+3Star
| * | | | virtio: Introduce virtqueue_get_avail_bytes()Amit Shah2012-09-282-8/+25
| * | | | virtio: use unsigned int for counting bytes in vqAmit Shah2012-09-281-1/+1
| * | | | virtio-net: fix used len for txMichael S. Tsirkin2012-09-281-2/+2
| * | | | virtio: don't mark unaccessed memory as dirtyMichael S. Tsirkin2012-09-281-1/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori2012-10-053-106/+137
|\ \ \ \
| * | | | usb: Fix usb_packet_map() in the presence of IOMMUsDavid Gibson2012-09-261-9/+15
| * | | | ehci: Fix interrupt packet MULT handlingHans de Goede2012-09-261-20/+20
| * | | | xhci: create a memory region for each portGerd Hoffmann2012-09-261-42/+43
| * | | | xhci: route string & usb hub supportGerd Hoffmann2012-09-261-31/+55
| * | | | xhci: tweak limitsGerd Hoffmann2012-09-261-4/+4
| * | | | compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann2012-09-261-0/+16
| * | | | add pc-1.3 machine typeGerd Hoffmann2012-09-261-2/+10
* | | | | Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-053-13/+3Star
| |_|_|/ |/| | |
* | | | vfio_pci: fix build on 32-bit systemsAnthony Liguori2012-10-011-1/+1
* | | | vfio: Enable vfio-pci and mark supportedAlex Williamson2012-10-011-1/+2
* | | | vfio: vfio-pci device assignment driverAlex Williamson2012-10-012-0/+1978
| |/ / |/| |
* | | Versatile Express: Add modelling of NOR flashFrancesco Lavra2012-09-261-2/+24
* | | Versatile Express: Fix NOR flash 0 address and remove flash aliasFrancesco Lavra2012-09-261-5/+2Star
* | | hw/armv7m_nvic: Correctly register GIC region when setting up NVICMeador Inge2012-09-261-1/+2
* | | pl190: fix read of VECTADDRBrendan Fennell2012-09-261-6/+12
| |/ |/|
* | add a boot parameter to set reboot timeoutAmos Kong2012-09-261-0/+25
* | ivshmem: add 64bit optionGerd Hoffmann2012-09-262-3/+14
* | compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann2012-09-261-0/+16