summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-04-03usb-redir: Add flow control supportHans de Goede1-1/+32
2013-04-03usb-redir: Fix crash on migration with no client connectedHans de Goede1-0/+4
2013-04-02VMXNET3: initialize rx_ridx to eliminate compile warningWenchao Xia1-1/+1
2013-04-02qdev: only send deleted event if device was realizedAnthony Liguori1-9/+14
2013-04-01vfio: cleanup includesAlex Williamson1-5/+5
2013-04-01vfio: Add bootindex supportAlex Williamson1-0/+5
2013-04-01vfio-pci: Move devices to D0 on resetAlex Williamson1-0/+23
2013-04-01vfio-pci: Add extra debuggingAlex Williamson1-10/+30
2013-04-01qemu vfio-pci: Graphics device quirksAlex Williamson1-2/+718
2013-04-01qemu vfio-pci: Add support for VGA MMIO and I/O port accessAlex Williamson1-0/+169
2013-04-01vfio-pci: Add PCIe capability mangling based on bus typeAlex Williamson1-1/+128
2013-04-01vfio-pci: Generalize PCI config manglingAlex Williamson1-38/+42
2013-04-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-56/+56
2013-04-01sysbus: Remove sysbus_add_memory and sysbus_del_memoryPeter Maydell2-23/+0
2013-04-01hw/milkymist-softusb: set buffer in softusb_read_{dmem, pmem} error pathPeter Maydell1-0/+2
2013-04-01milkymist-softusb: Don't map RAM memory regions in the device itselfPeter Maydell2-12/+13
2013-04-01milkymist-minimac2: Just expose buffers as a sysbus mmio regionPeter Maydell2-5/+2
2013-04-01musicpal: qdevify musicpal-miscPeter Maydell1-5/+23
2013-04-01sysbus: make SysBusDeviceClass::init optionalPeter Maydell1-0/+3
2013-03-28piix_pci: Fix C99 commentsDavid Woodhouse1-4/+6
2013-03-28piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse1-3/+2
2013-03-28piix_pci: Clean up i440FX object handlingDavid Woodhouse1-5/+10
2013-03-28virtio-balloon: cleanup: remove qdev field.KONRAD Frederic2-2/+0
2013-03-28virtio-balloon: cleanup: QOM casts.KONRAD Frederic2-24/+21
2013-03-28virtio-balloon: cleanup: init and exit function.KONRAD Frederic1-60/+13
2013-03-28virtio-balloon-ccw: switch to the new API.KONRAD Frederic2-11/+25
2013-03-28virtio-balloon-pci: switch to the new API.KONRAD Frederic2-56/+69
2013-03-28virtio-balloon: add the virtio-balloon device.KONRAD Frederic2-6/+93
2013-03-28hw/tcx: Remove unused 'addr' field and the property that sets itPeter Maydell2-3/+0
2013-03-28hw/i386/pc: format load_linux functionliguang1-53/+56
2013-03-27virtio-serial: propagate guest_connected to the port on post_loadAlon Levy1-0/+5
2013-03-27virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede3-32/+12
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede1-2/+4
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede1-2/+2
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2-2/+1
2013-03-27qemu-char: Rename opened to be_openHans de Goede2-2/+2
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori32-126/+319
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson3-14/+18
2013-03-26pcie: Mangle types to match topologyAlex Williamson1-0/+13
2013-03-26pci: Create and use API to determine root busesAlex Williamson2-4/+10
2013-03-26pci: Create pci_bus_is_express helperAlex Williamson2-0/+6
2013-03-26pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson4-4/+4
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson24-35/+40
2013-03-26pci: Move PCI and PCIE type definesAlex Williamson2-4/+5
2013-03-26pci: Create and register a new PCI Express TypeInfoAlex Williamson2-0/+7
2013-03-26pci: refuse empty ROM filesStefan Hajnoczi1-1/+6
2013-03-26pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson1-9/+0
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson1-1/+1
2013-03-26pci: Fix INTx routing notifier recursionAlex Williamson1-3/+4
2013-03-26pci_bridge: drop formatting from sourceMichael S. Tsirkin1-8/+0