aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-12-22target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows
2014-12-22target-arm: Set CPU has_el3 prop during virt initGreg Bellows
2014-12-22target-arm: Enable CPU has_el3 prop during VE initGreg Bellows
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows
2014-12-22target-arm: Add virt machine secure propertyGreg Bellows
2014-12-22target-arm: Add virt class and machine typesGreg Bellows
2014-12-22target-arm: Change vexpress daughterboard init argGreg Bellows
2014-12-22target-arm: Add vexpress machine secure propertyGreg Bellows
2014-12-22target-arm: Switch to common vexpress machine initGreg Bellows
2014-12-22target-arm: Add vexpress a9 & a15 machine objectsGreg Bellows
2014-12-22target-arm: Add vexpress class and machine typesGreg Bellows
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum
2014-12-22vfio: Cleanup error_report()sAlex Williamson
2014-12-22hw/vfio: create common moduleEric Auger
2014-12-22hw/vfio/pci: use name field in format stringsEric Auger
2014-12-22hw/vfio/pci: rename group_list into vfio_group_listEric Auger
2014-12-22hw/vfio/pci: split vfio_get_deviceEric Auger
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei
2014-12-20Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips
2014-12-19vfio: fix adding memory listener to the right address spaceFrank Blaschka
2014-12-19vfio: migration to trace pointsEric Auger
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin
2014-12-19net: don't use set/get_pointer() in set/get_netdev()Jason Wang
2014-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...Peter Maydell
2014-12-16vga: set catagory bit for secondary vga deviceGonglei
2014-12-16move hw cursor pos from cirrus to vgaGerd Hoffmann
2014-12-16cirrus: Force use of shadow pixmap when HW cursor is enabledBenjamin Herrenschmidt
2014-12-16vga: Add mechanism to force the use of a shadow surfaceBenjamin Herrenschmidt
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor
2014-12-15sdhci: Set a default frequency clockKevin O'Connor
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini