Age | Commit message (Expand) | Author | Files | Lines |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -2/+2 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -2/+2 |
2009-09-15 | qdev/pci: add pci_create_noinit() | Gerd Hoffmann | 1 | -3/+8 |
2009-09-04 | We want the argument pass to set_irq to be opaque | Juan Quintela | 1 | -3/+3 |
2009-09-04 | low_set_irq is not used anywhere | Juan Quintela | 1 | -2/+0 |
2009-08-27 | Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field | Juan Quintela | 1 | -2/+2 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -2/+2 |
2009-08-27 | Port PCIDevice state to VMState | Juan Quintela | 1 | -22/+43 |
2009-08-27 | Add version_id to PCIDevice. | Juan Quintela | 1 | -1/+2 |
2009-08-27 | Port PCI Bus to VMState design | Juan Quintela | 1 | -30/+11 |
2009-08-10 | qdev/prop: convert pci.c to helper macros. | Gerd Hoffmann | 1 | -7/+2 |
2009-07-27 | qdev/pci: use qdev_prop_pci_devfn | Gerd Hoffmann | 1 | -4/+4 |
2009-07-21 | Sparc64: convert APB to qdev | Blue Swirl | 1 | -3/+5 |
2009-07-16 | qdev: print device id in "info pci". | Gerd Hoffmann | 1 | -0/+1 |
2009-07-16 | qdev: add id= support for pci nics. | Gerd Hoffmann | 1 | -0/+2 |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann | 1 | -4/+13 |
2009-07-16 | pci.c: remove unnecessary #ifdef DEBUG_PCI. | Isaku Yamahata | 1 | -14/+15 |
2009-07-11 | Fix PCI IRQ breakage | Paul Brook | 1 | -1/+1 |
2009-07-11 | Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partially | Blue Swirl | 1 | -1/+1 |
2009-07-09 | qdev/pci: misc fixes. | Gerd Hoffmann | 1 | -2/+3 |
2009-07-09 | qdev: replace bus_type enum with bus_info struct. | Gerd Hoffmann | 1 | -5/+48 |
2009-07-09 | qdev: update pci device registration. | Gerd Hoffmann | 1 | -14/+10 |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka | 1 | -1/+1 |
2009-06-29 | monitor: Drop pci_addr prefix from hotplug commands | Jan Kiszka | 1 | -6/+10 |
2009-06-24 | qemu/pci: check constant registers on load | Michael S. Tsirkin | 1 | -1/+25 |
2009-06-24 | qemu/pci: add routines to manage PCI capabilities | Michael S. Tsirkin | 1 | -1/+73 |
2009-06-24 | qemu/pci: make default_write_config use mask table | Michael S. Tsirkin | 1 | -116/+29 |
2009-06-22 | Make first argument of monitor command pci_add work | Markus Armbruster | 1 | -18/+1 |
2009-06-22 | Support addr=... in option argument of -net nic | Markus Armbruster | 1 | -5/+43 |
2009-06-22 | Fix do_pci_register_device() to reject devfn already in use | Markus Armbruster | 1 | -0/+2 |
2009-06-22 | Add pci_bus_reset() function. | Gleb Natapov | 1 | -0/+16 |
2009-06-16 | Rename pci_register_io_region() to pci_register_bar() | Avi Kivity | 1 | -1/+1 |
2009-06-11 | qdev: move name+size into DeviceInfo (v2) | Gerd Hoffmann | 1 | -1/+3 |
2009-06-09 | Remove unused and misnamed field and variable | Blue Swirl | 1 | -6/+0 |
2009-05-23 | Add common BusState | Paul Brook | 1 | -11/+26 |
2009-05-18 | Separate virtio PCI code | Paul Brook | 1 | -1/+1 |
2009-05-14 | Virtio-net qdev conversion | Paul Brook | 1 | -1/+0 |
2009-05-14 | PCI network qdev conversion | Paul Brook | 1 | -17/+18 |
2009-05-14 | PCI qdev support | Paul Brook | 1 | -7/+48 |
2009-05-03 | minor fix of pci_register_bus() | Isaku Yamahata | 1 | -0/+1 |
2009-05-03 | use PCI_HEADER_TYPE. | Isaku Yamahata | 1 | -1/+2 |
2009-04-10 | Make PCI config status register read-only | aliguori | 1 | -0/+4 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -15/+17 |
2009-02-11 | Parse full PCI device addresses (Markus Armbruster) | aliguori | 1 | -0/+77 |
2009-02-11 | qemu: warn if PCI region is not power of two (Marcelo Tosatti) | aliguori | 1 | -0/+7 |
2009-02-11 | qemu: add pci_unregister_device (Marcelo Tosatti) | aliguori | 1 | -5/+42 |
2009-02-11 | qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) | aliguori | 1 | -4/+11 |
2009-02-11 | qemu: add pci helper functions (Marcelo Tosatti) | aliguori | 1 | -0/+20 |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -2/+0 |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 | 1 | -2/+1 |