index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Convert query-pci
Luiz Capitulino
2011-10-27
1
-202
/
+120
*
pci: simplify memory region registration
Avi Kivity
2011-10-17
1
-11
/
+2
*
pci: add pci_address_space_io()
Richard Henderson
2011-09-25
1
-0
/
+5
*
pci: implement bridge filtering
Michael S. Tsirkin
2011-09-19
1
-68
/
+2
*
pci: Remove unused pci_reserve_capability
Jan Kiszka
2011-09-19
1
-6
/
+0
*
PCI: delete unused mem_base and pci_to_cpu_addr
Blue Swirl
2011-09-10
1
-13
/
+1
*
pci: Error on PCI capability collisions
Jan Kiszka
2011-08-24
1
-0
/
+38
*
pci: add pci_address_space()
Avi Kivity
2011-08-22
1
-0
/
+5
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-23
/
+23
*
pci: remove support for pre memory API BARs
Avi Kivity
2011-08-08
1
-31
/
+2
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-3
/
+3
*
pci: fold BAR mapping function into its caller
Avi Kivity
2011-08-08
1
-16
/
+9
*
pci: remove pci_register_bar()
Avi Kivity
2011-08-08
1
-25
/
+17
*
pci: convert pci rom to memory API
Avi Kivity
2011-08-08
1
-13
/
+7
*
pci: remove pci_register_bar_simple()
Avi Kivity
2011-08-08
1
-17
/
+0
*
pci: allow I/O BARs to be registered with pci_register_bar_region()
Avi Kivity
2011-08-08
1
-20
/
+23
*
pci: pass I/O address space to new PCI bus
Avi Kivity
2011-08-08
1
-6
/
+12
*
pci: add API to get a BAR's mapped address
Avi Kivity
2011-08-08
1
-0
/
+5
*
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-08-05
1
-4
/
+2
|
\
|
*
pci: Common overflow prevention
Jan Kiszka
2011-07-27
1
-4
/
+2
*
|
pci: add MemoryRegion based BAR management API
Avi Kivity
2011-07-29
1
-8
/
+39
*
|
pci: pass address space to pci bus when created
Avi Kivity
2011-07-29
1
-5
/
+11
|
/
*
pci: don't call qdev pci init method
Isaku Yamahata
2011-06-15
1
-4
/
+6
*
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-15
1
-3
/
+5
|
\
|
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-05-12
1
-3
/
+3
|
|
\
|
|
*
Fix typo in code and comments
Stefan Weil
2011-05-06
1
-3
/
+3
|
*
|
pci: Use of qemu_put_ram_ptr in pci_add_option_rom.
John Baboval
2011-05-08
1
-0
/
+2
|
|
/
*
/
pci: move ids of config space into PCIDeviceInfo
Isaku Yamahata
2011-06-12
1
-14
/
+32
|
/
*
pci: Add class 0x403 as 'audio controller'
Jan Kiszka
2011-05-05
1
-0
/
+1
*
pci: add pci_register_bar_simple() API
Avi Kivity
2011-04-07
1
-0
/
+17
*
pci: add accessor function to get irq levels
Isaku Yamahata
2011-04-01
1
-0
/
+7
*
pci: use uint8_t for devfn_min
Isaku Yamahata
2011-03-28
1
-3
/
+3
*
pci: use PCI_DEVFN in pci_get_bus_devfn()
Isaku Yamahata
2011-03-28
1
-1
/
+1
*
pci: use devfn for pci_find_device() instead of (slot, fn) pair
Isaku Yamahata
2011-03-28
1
-2
/
+2
*
pci: Fix memory leak
Stefan Weil
2011-02-20
1
-0
/
+1
*
pci: add creation functions that may fail
Blue Swirl
2011-02-12
1
-0
/
+20
*
pci: typo in pcibus_get_dev_path()
Isaku Yamahata
2011-01-27
1
-1
/
+1
*
pci: bridge control fixup
Michael S. Tsirkin
2011-01-27
1
-1
/
+0
*
pci: memory leak of PCIDevice::rom_file
Isaku Yamahata
2011-01-24
1
-0
/
+1
*
pci: use qemu_malloc() in pcibus_get_dev_path()
Isaku Yamahata
2011-01-20
1
-1
/
+1
*
pci: deassert intx on reset.
Isaku Yamahata
2011-01-20
1
-0
/
+9
*
pci: fix device paths
Michael S. Tsirkin
2011-01-19
1
-4
/
+12
*
pci: allow devices being tagged as not hotpluggable.
Gerd Hoffmann
2011-01-10
1
-0
/
+10
*
pci: fix migration path for devices behind bridges
Michael S. Tsirkin
2010-12-27
1
-11
/
+37
*
pci: introduce a helper function to convert qdev id to PCIDevice
Isaku Yamahata
2010-12-24
1
-0
/
+35
*
pcie: add flr support
Isaku Yamahata
2010-12-22
1
-1
/
+5
*
pci: don't use bus number in migration, stub out
Michael S. Tsirkin
2010-12-19
1
-1
/
+4
*
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
2010-12-17
1
-19
/
+5
|
\
|
*
pci: untangle pci/msi dependency
Michael S. Tsirkin
2010-12-09
1
-19
/
+0
|
*
pci: make command SERR bit writable
Isaku Yamahata
2010-12-09
1
-0
/
+5
[next]