aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-07-12Sparc64: convert ebus to qdevBlue Swirl1-2/+18
2009-07-12Sparc32: convert eccmemctl to qdevBlue Swirl2-17/+37
2009-07-12sparc64: really initialize irqIgor Kovalenko1-2/+3
2009-07-11Fix PCI IRQ breakagePaul Brook1-1/+1
2009-07-11Revert "Fix the PCI header type of APB"Blue Swirl1-1/+1
2009-07-11Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partiallyBlue Swirl1-1/+1
2009-07-10Indent ac97 and es1370 according to audio formattingAnthony Liguori2-10/+10
2009-07-10qemu/virtio: mark msi vectors used on loadMichael S. Tsirkin1-5/+17
2009-07-10qemu/msi: missing bracesMichael S. Tsirkin1-1/+2
2009-07-10qemu/msi: clean used vectors state on loadMichael S. Tsirkin1-0/+1
2009-07-10usb-ohci: Fix endianness issueMichael Buesch1-2/+2
2009-07-09qemu: remove control vector saveMichael S. Tsirkin1-3/+0
2009-07-09fix segfault in msix_saveMichael S. Tsirkin1-5/+7
2009-07-09Unregister savevm callback in eeprom93xx_free()Mark McLoughlin1-0/+1
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin8-27/+24
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata2-12/+12
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata2-10/+3
2009-07-09qdev: convert ac97.Gerd Hoffmann1-20/+22
2009-07-09qdev: convert es1370.Gerd Hoffmann1-19/+22
2009-07-09qdev/pci: misc fixes.Gerd Hoffmann1-2/+3
2009-07-09qdev: remove DeviceTypeGerd Hoffmann2-27/+18
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann6-62/+103
2009-07-09qdev: update pci device registration.Gerd Hoffmann10-36/+103
2009-07-05Fix the PCI header type of APBBlue Swirl1-1/+1
2009-07-05Fix Sparse warningBlue Swirl1-1/+2
2009-06-29Replace -no-virtio-balloon by -balloonMarkus Armbruster1-2/+3
2009-06-29x86: Factor out pc_new_cpuJan Kiszka1-14/+22
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka81-114/+114
2009-06-29monitor: Make pci_add device options truely optionalJan Kiszka1-0/+4
2009-06-29kvm: Rework VCPU synchronizationJan Kiszka1-0/+3
2009-06-29monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka3-20/+21
2009-06-29Multiboot support v5Alexander Graf1-8/+238
2009-06-29Expose fw_cfg v2Alexander Graf1-2/+6
2009-06-29Change bochs bios init orderAlexander Graf1-6/+6
2009-06-29net: Provide VLAN client lookup helperJan Kiszka1-1/+1
2009-06-24Add serial number support for virtio_blkjohn cooper2-0/+62
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin1-1/+4
2009-06-24qemu/net: request 3 vectors in virtio-netMichael S. Tsirkin1-0/+1
2009-06-24qemu/pci: add pci_get/set_byteMichael S. Tsirkin1-0/+12
2009-06-24qemu/virtio: virtio save/load bindingsMichael S. Tsirkin3-18/+65
2009-06-24qemu/virtio: MSI-X support in virtio PCIMichael S. Tsirkin1-40/+112
2009-06-24qemu/virtio: virtio support for many interrupt vectorsMichael S. Tsirkin4-25/+81
2009-06-24qemu/apic: minimal MSI/MSI-X implementation for PCMichael S. Tsirkin1-4/+39
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin3-0/+435
2009-06-24qemu/pci: check constant registers on loadMichael S. Tsirkin2-1/+30
2009-06-24qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin2-2/+90
2009-06-24qemu/pci: helper routines for pci accessMichael S. Tsirkin1-3/+27
2009-06-24qemu/pci: make default_write_config use mask tableMichael S. Tsirkin2-117/+46
2009-06-23sparc64 follow pci_nic_init changeIgor V. Kovalenko1-1/+1
2009-06-22virtio-net: implement async packet sendingMark McLoughlin1-2/+37