GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: hotplug windup
Gerd Hoffmann
2009-10-05
1
-2
/
+23
*
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
2009-10-05
1
-2
/
+5
*
pci: use qdev for device destruction.
Gerd Hoffmann
2009-10-05
1
-2
/
+3
*
convert pci bridge to qdev
Gerd Hoffmann
2009-10-05
1
-18
/
+48
*
support inplace allocation for pci bus, split irq init.
Gerd Hoffmann
2009-10-05
1
-10
/
+33
*
Fix exit on 'pci_add' Monitor command
Luiz Capitulino
2009-10-05
1
-0
/
+11
*
vmstate: remove const for put operations
Juan Quintela
2009-10-05
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
qdev/pci: add pci_create_noinit()
Gerd Hoffmann
2009-09-15
1
-3
/
+8
*
We want the argument pass to set_irq to be opaque
Juan Quintela
2009-09-04
1
-3
/
+3
*
low_set_irq is not used anywhere
Juan Quintela
2009-09-04
1
-2
/
+0
*
Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field
Juan Quintela
2009-08-27
1
-2
/
+2
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+2
*
Port PCIDevice state to VMState
Juan Quintela
2009-08-27
1
-22
/
+43
*
Add version_id to PCIDevice.
Juan Quintela
2009-08-27
1
-1
/
+2
*
Port PCI Bus to VMState design
Juan Quintela
2009-08-27
1
-30
/
+11
*
qdev/prop: convert pci.c to helper macros.
Gerd Hoffmann
2009-08-10
1
-7
/
+2
*
qdev/pci: use qdev_prop_pci_devfn
Gerd Hoffmann
2009-07-27
1
-4
/
+4
*
Sparc64: convert APB to qdev
Blue Swirl
2009-07-21
1
-3
/
+5
*
qdev: print device id in "info pci".
Gerd Hoffmann
2009-07-16
1
-0
/
+1
*
qdev: add id= support for pci nics.
Gerd Hoffmann
2009-07-16
1
-0
/
+2
*
qdev: rework device properties.
Gerd Hoffmann
2009-07-16
1
-4
/
+13
*
pci.c: remove unnecessary #ifdef DEBUG_PCI.
Isaku Yamahata
2009-07-16
1
-14
/
+15
*
Fix PCI IRQ breakage
Paul Brook
2009-07-11
1
-1
/
+1
*
Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partially
Blue Swirl
2009-07-11
1
-1
/
+1
*
qdev/pci: misc fixes.
Gerd Hoffmann
2009-07-09
1
-2
/
+3
*
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
2009-07-09
1
-5
/
+48
*
qdev: update pci device registration.
Gerd Hoffmann
2009-07-09
1
-14
/
+10
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
monitor: Drop pci_addr prefix from hotplug commands
Jan Kiszka
2009-06-29
1
-6
/
+10
*
qemu/pci: check constant registers on load
Michael S. Tsirkin
2009-06-24
1
-1
/
+25
*
qemu/pci: add routines to manage PCI capabilities
Michael S. Tsirkin
2009-06-24
1
-1
/
+73
*
qemu/pci: make default_write_config use mask table
Michael S. Tsirkin
2009-06-24
1
-116
/
+29
*
Make first argument of monitor command pci_add work
Markus Armbruster
2009-06-22
1
-18
/
+1
*
Support addr=... in option argument of -net nic
Markus Armbruster
2009-06-22
1
-5
/
+43
*
Fix do_pci_register_device() to reject devfn already in use
Markus Armbruster
2009-06-22
1
-0
/
+2
*
Add pci_bus_reset() function.
Gleb Natapov
2009-06-22
1
-0
/
+16
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-1
/
+1
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-1
/
+3
*
Remove unused and misnamed field and variable
Blue Swirl
2009-06-09
1
-6
/
+0
*
Add common BusState
Paul Brook
2009-05-23
1
-11
/
+26
*
Separate virtio PCI code
Paul Brook
2009-05-18
1
-1
/
+1
*
Virtio-net qdev conversion
Paul Brook
2009-05-14
1
-1
/
+0
*
PCI network qdev conversion
Paul Brook
2009-05-14
1
-17
/
+18
*
PCI qdev support
Paul Brook
2009-05-14
1
-7
/
+48
*
minor fix of pci_register_bus()
Isaku Yamahata
2009-05-03
1
-0
/
+1
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-1
/
+2
*
Make PCI config status register read-only
aliguori
2009-04-10
1
-0
/
+4
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-15
/
+17
[next]