aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06alpha: use the new pci_vga_init() functionAurelien Jarno
2012-10-06mips/malta: use the new pci_vga_init() functionAurelien Jarno
2012-10-06isa: add a isa_vga_init() functionAurelien Jarno
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno
2012-10-06vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno
2012-10-05Remove libhwStefan Weil
2012-10-05rtc: implement century bytePaolo Bonzini
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering
2012-10-05acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering
2012-10-05vscsi: avoid unwarranted strncpyJim Meyering
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering
2012-10-05bt: replace fragile snprintf use and unwarranted strncpyJim Meyering
2012-10-05lm32: avoid buffer overrunJim Meyering
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-10-03xen: Introduce xen_modified_memory.Anthony PERARD
2012-10-03qemu/xen: Add 64 bits big bar support on qemuXudong Hao
2012-10-03xen: Fix, no unplug of pt device by platform device.Anthony PERARD
2012-10-01vfio_pci: fix build on 32-bit systemsAnthony Liguori
2012-10-01vfio: Enable vfio-pci and mark supportedAlex Williamson
2012-10-01vfio: vfio-pci device assignment driverAlex Williamson
2012-09-28iostatus: reorganize io error codePaolo Bonzini
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini
2012-09-28virtio-serial-bus: let chardev know the exact number of bytes requestedAmit Shah
2012-09-28virtio: Introduce virtqueue_get_avail_bytes()Amit Shah
2012-09-28virtio: use unsigned int for counting bytes in vqAmit Shah
2012-09-28virtio-net: fix used len for txMichael S. Tsirkin
2012-09-28virtio: don't mark unaccessed memory as dirtyMichael S. Tsirkin
2012-09-26Versatile Express: Add modelling of NOR flashFrancesco Lavra
2012-09-26Versatile Express: Fix NOR flash 0 address and remove flash aliasFrancesco Lavra
2012-09-26hw/armv7m_nvic: Correctly register GIC region when setting up NVICMeador Inge
2012-09-26pl190: fix read of VECTADDRBrendan Fennell
2012-09-26pci-assign: use monitor_handle_fd_paramPaolo Bonzini
2012-09-26usb: Fix usb_packet_map() in the presence of IOMMUsDavid Gibson
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede