Age | Commit message (Expand) | Author | Files | Lines |
2009-10-05 | support inplace allocation for pci bus, split irq init. | Gerd Hoffmann | 1 | -0/+5 |
2009-10-05 | Fix exit on 'pci_add' Monitor command | Luiz Capitulino | 1 | -0/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -4/+4 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -4/+4 |
2009-09-20 | Compile msix only once | Blue Swirl | 1 | -0/+6 |
2009-09-15 | qdev/pci: add pci_create_noinit() | Gerd Hoffmann | 1 | -0/+1 |
2009-09-09 | eepro100: Clean code which sets the PCI device id | Stefan Weil | 1 | -0/+1 |
2009-09-09 | qdev/scsi: add scsi bus support to qdev, convert drivers. | Gerd Hoffmann | 1 | -1/+0 |
2009-09-09 | qdev/usb: convert ohci. | Gerd Hoffmann | 1 | -1/+1 |
2009-09-04 | We want the argument pass to set_irq to be opaque | Juan Quintela | 1 | -3/+3 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -1/+1 |
2009-08-27 | Add version_id to PCIDevice. | Juan Quintela | 1 | -0/+2 |
2009-08-10 | qdev/prop: convert pci.c to helper macros. | Gerd Hoffmann | 1 | -1/+1 |
2009-07-09 | qdev: update pci device registration. | Gerd Hoffmann | 1 | -1/+9 |
2009-06-29 | monitor: Drop pci_addr prefix from hotplug commands | Jan Kiszka | 1 | -1/+2 |
2009-06-24 | qemu/pci: add pci_get/set_byte | Michael S. Tsirkin | 1 | -0/+12 |
2009-06-24 | qemu/pci: MSI-X support functions | Michael S. Tsirkin | 1 | -0/+23 |
2009-06-24 | qemu/pci: check constant registers on load | Michael S. Tsirkin | 1 | -0/+5 |
2009-06-24 | qemu/pci: add routines to manage PCI capabilities | Michael S. Tsirkin | 1 | -1/+17 |
2009-06-24 | qemu/pci: helper routines for pci access | Michael S. Tsirkin | 1 | -3/+27 |
2009-06-24 | qemu/pci: make default_write_config use mask table | Michael S. Tsirkin | 1 | -1/+17 |
2009-06-22 | Make first argument of monitor command pci_add work | Markus Armbruster | 1 | -1/+1 |
2009-06-22 | Support addr=... in option argument of -net nic | Markus Armbruster | 1 | -2/+2 |
2009-06-16 | Rename pci_register_io_region() to pci_register_bar() | Avi Kivity | 1 | -1/+1 |
2009-06-09 | Remove unused and misnamed field and variable | Blue Swirl | 1 | -4/+0 |
2009-05-23 | Add common BusState | Paul Brook | 1 | -1/+2 |
2009-05-14 | PCI network qdev conversion | Paul Brook | 1 | -20/+0 |
2009-05-14 | LSI SCSI qdev conversion | Paul Brook | 1 | -2/+1 |
2009-05-14 | PCI qdev support | Paul Brook | 1 | -0/+8 |
2009-05-13 | Remove vga_ram_size | Paul Brook | 1 | -1/+1 |
2009-05-03 | use PCI_HEADER_TYPE. | Isaku Yamahata | 1 | -0/+4 |
2009-04-10 | Clean up VGA ram allocation. | pbrook | 1 | -2/+1 |
2009-03-28 | Clean some PCI defines (Stefan Weil) | aliguori | 1 | -4/+11 |
2009-03-13 | Add and use remaining #defines for PCI device IDs (Stuart Brady) | aliguori | 1 | -78/+18 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -1/+3 |
2009-03-02 | kvm/powerpc: Add freescale pci controller's support | aurel32 | 1 | -0/+4 |
2009-02-11 | qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) | aliguori | 1 | -0/+3 |
2009-02-11 | Parse full PCI device addresses (Markus Armbruster) | aliguori | 1 | -0/+3 |
2009-02-11 | qemu: add pci_unregister_device (Marcelo Tosatti) | aliguori | 1 | -0/+3 |
2009-02-11 | qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) | aliguori | 1 | -8/+8 |
2009-02-11 | qemu: add pci helper functions (Marcelo Tosatti) | aliguori | 1 | -0/+6 |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 | 1 | -0/+36 |
2009-02-01 | Update #defines for PCI vendor and device IDs from OpenBIOS and Linux | blueswir1 | 1 | -0/+10 |
2009-01-27 | Add Simba device ID | blueswir1 | 1 | -1/+2 |
2009-01-26 | Define PCI vendor and device IDs in pci.h (Stuart Brady) | aliguori | 1 | -1/+69 |
2009-01-26 | Add macro for virtio-console PCI device ID (Mark McLoughlin) | aliguori | 1 | -0/+1 |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori | 1 | -1/+1 |
2009-01-13 | Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin) | aliguori | 1 | -1/+2 |
2009-01-10 | Add EBUS bridge | blueswir1 | 1 | -2/+3 |
2008-12-18 | PCI: Mask writes to RO bits in the command reg of PCI config space | aurel32 | 1 | -0/+5 |