summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-04-03acpi: initialize s4_val used in s4 shutdownBruce Rogers
2013-04-02VMXNET3: initialize rx_ridx to eliminate compile warningWenchao Xia
2013-04-02qdev: only send deleted event if device was realizedAnthony Liguori
2013-04-01vfio: cleanup includesAlex Williamson
2013-04-01vfio: Add bootindex supportAlex Williamson
2013-04-01vfio-pci: Move devices to D0 on resetAlex Williamson
2013-04-01vfio-pci: Add extra debuggingAlex Williamson
2013-04-01qemu vfio-pci: Graphics device quirksAlex Williamson
2013-04-01qemu vfio-pci: Add support for VGA MMIO and I/O port accessAlex Williamson
2013-04-01vfio-pci: Add PCIe capability mangling based on bus typeAlex Williamson
2013-04-01vfio-pci: Generalize PCI config manglingAlex Williamson
2013-04-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-04-01sysbus: Remove sysbus_add_memory and sysbus_del_memoryPeter Maydell
2013-04-01hw/milkymist-softusb: set buffer in softusb_read_{dmem, pmem} error pathPeter Maydell
2013-04-01milkymist-softusb: Don't map RAM memory regions in the device itselfPeter Maydell
2013-04-01milkymist-minimac2: Just expose buffers as a sysbus mmio regionPeter Maydell
2013-04-01musicpal: qdevify musicpal-miscPeter Maydell
2013-04-01sysbus: make SysBusDeviceClass::init optionalPeter Maydell
2013-03-28piix_pci: Fix C99 commentsDavid Woodhouse
2013-03-28piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse
2013-03-28piix_pci: Clean up i440FX object handlingDavid Woodhouse
2013-03-28virtio-balloon: cleanup: remove qdev field.KONRAD Frederic
2013-03-28virtio-balloon: cleanup: QOM casts.KONRAD Frederic
2013-03-28virtio-balloon: cleanup: init and exit function.KONRAD Frederic
2013-03-28virtio-balloon-ccw: switch to the new API.KONRAD Frederic
2013-03-28virtio-balloon-pci: switch to the new API.KONRAD Frederic
2013-03-28virtio-balloon: add the virtio-balloon device.KONRAD Frederic
2013-03-28hw/tcx: Remove unused 'addr' field and the property that sets itPeter Maydell
2013-03-28hw/i386/pc: format load_linux functionliguang
2013-03-27virtio-serial: propagate guest_connected to the port on post_loadAlon Levy
2013-03-27virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-03-26pcie: Mangle types to match topologyAlex Williamson
2013-03-26pci: Create and use API to determine root busesAlex Williamson
2013-03-26pci: Create pci_bus_is_express helperAlex Williamson
2013-03-26pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson
2013-03-26pci: Move PCI and PCIE type definesAlex Williamson
2013-03-26pci: Create and register a new PCI Express TypeInfoAlex Williamson
2013-03-26pci: refuse empty ROM filesStefan Hajnoczi
2013-03-26pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson
2013-03-26pci: Fix INTx routing notifier recursionAlex Williamson
2013-03-26pci_bridge: drop formatting from sourceMichael S. Tsirkin
2013-03-26pci_bridge: factor out common codeMichael S. Tsirkin