index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-24
pci: fix bus walk under secondary bus reset
Michael S. Tsirkin
1
-13
/
+24
2010-11-22
pci: use qdev reset framework for pci bus reset
Isaku Yamahata
1
-3
/
+21
2010-11-22
pci: Automatically patch PCI vendor id and device id in PCI ROM
Stefan Weil
1
-4
/
+69
2010-11-22
pci: fix bridge control bit wmask
Michael S. Tsirkin
1
-2
/
+24
2010-11-22
pci: add W1C bits to pci status register
Isaku Yamahata
1
-0
/
+16
2010-11-16
pci: allow hotplug removal of cold-plugged devices
Michael S. Tsirkin
1
-3
/
+7
2010-11-16
PCI: Bus number from the bridge, not the device
Alex Williamson
1
-2
/
+1
2010-10-27
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
1
-238
/
+84
2010-10-27
pci: improve w1c mask handling
Michael S. Tsirkin
1
-2
/
+4
2010-10-19
pci: use pci_word_test_and_clear_mask() in pci_device_reset()
Isaku Yamahata
1
-3
/
+2
2010-10-19
pci: introduce helper function to handle msi-x and msi.
Isaku Yamahata
1
-0
/
+19
2010-10-18
pci: make pci_del_capability() update for w1cmask
Isaku Yamahata
1
-0
/
+1
2010-10-05
Fix spelling in comments
Stefan Weil
1
-1
/
+1
2010-09-20
pci: implement RW1C register framework.
Isaku Yamahata
1
-0
/
+5
2010-09-18
Introduce range.h
Blue Swirl
1
-0
/
+1
2010-09-13
pci: improve signature of pci_register_bar().
Isaku Yamahata
1
-1
/
+1
2010-09-13
pci: don't ignore invalid parameter for pci_register_bar().
Isaku Yamahata
1
-3
/
+2
2010-09-13
pci: sorting out type confusion in pci_register_bar().
Isaku Yamahata
1
-1
/
+1
2010-09-07
pci: make pci_parse_devfn() aware of func.
Isaku Yamahata
1
-8
/
+26
2010-09-07
pci: call hotplug callback even when not hotplug case for later use.
Isaku Yamahata
1
-1
/
+2
2010-09-07
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
Isaku Yamahata
1
-15
/
+18
2010-07-22
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
Isaku Yamahata
1
-175
/
+2
2010-07-19
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
Isaku Yamahata
1
-30
/
+2
2010-07-11
pci: fix bridge update
Michael S. Tsirkin
1
-1
/
+3
2010-07-11
pci hotplug: make pci hotplug return value to caller
Isaku Yamahata
1
-4
/
+9
2010-07-11
pci: fix pci_device_reset
Isaku Yamahata
1
-4
/
+13
2010-07-11
pci: set PCI multi-function bit appropriately.
Isaku Yamahata
1
-0
/
+52
2010-07-11
pci_bridge: make pci bridge aware of pci multi function bit.
Isaku Yamahata
1
-2
/
+3
2010-07-11
pci: introduce multifunction property.
Isaku Yamahata
1
-3
/
+19
2010-07-11
pci: remove PCIDeviceInfo::header_type
Isaku Yamahata
1
-7
/
+8
2010-07-11
pci: insert assert that auto-assigned-address function is single function dev...
Isaku Yamahata
1
-1
/
+2
2010-07-06
pci: Free the space allocated for the option rom on removal
Alex Williamson
1
-0
/
+11
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-1
/
+6
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-07-06
pci: Implement BusInfo.get_dev_path()
Alex Williamson
1
-0
/
+14
2010-06-14
qdev: Revert the hack to let -net nic and pci_add set qdev ID
Markus Armbruster
1
-2
/
+0
2010-06-14
Clarify error message when a PCI slot is already in use (v2)
Daniel P. Berrange
1
-3
/
+3
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-61
/
+0
2010-05-31
pci-hotplug: make them aware of pci domain.
Isaku Yamahata
1
-1
/
+21
2010-05-31
pci: clean up of pci_set_default_subsystem_id().
Isaku Yamahata
1
-7
/
+5
2010-05-17
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
1
-7
/
+13
2010-05-15
pci hotplug: add argument to pci hot plug callback.
Isaku Yamahata
1
-3
/
+5
2010-05-12
pci: irq_state vmstate breakage
Michael S. Tsirkin
1
-2
/
+2
2010-05-12
pci: cleanly backout of pci_qdev_init()
Alex Williamson
1
-5
/
+11
2010-04-20
pci: fix pci_find_bus().
Isaku Yamahata
1
-9
/
+16
2010-04-11
pci: add API to add capability at a known offset
Michael S. Tsirkin
1
-4
/
+13
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-7
/
+7
2010-02-13
pci: fix info pci with host bridge.
Isaku Yamahata
1
-3
/
+3
2010-02-08
pci: fix pci_find_bus()
Isaku Yamahata
1
-1
/
+1
2010-02-06
PCI: show also host bridge data in "info pci" output
Blue Swirl
1
-1
/
+1
[next]