index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: call object_unparent() before free_qdev()
Amos Kong
2012-05-29
1
-1
/
+0
*
Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging
Anthony Liguori
2012-04-10
1
-14
/
+14
|
\
|
*
pci: fix bridge IO/BASE
Michael S. Tsirkin
2012-03-16
1
-2
/
+2
|
*
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
2012-03-16
1
-0
/
+3
|
*
pci: make another unused extern function static
Michael S. Tsirkin
2012-03-15
1
-7
/
+8
|
*
pci: don't export an internal function
Michael S. Tsirkin
2012-03-15
1
-1
/
+1
|
*
pci: Do not check if a bus exist in pci_parse_devaddr.
Anthony PERARD
2012-03-15
1
-4
/
+0
*
|
pci: fix double free of romfile property
Anthony Liguori
2012-03-16
1
-1
/
+0
|
/
*
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
2012-02-22
1
-2
/
+13
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qom: move properties from qdev to object
Anthony Liguori
2012-02-03
1
-0
/
+1
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-1
/
+1
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-11
/
+10
*
qdev: remove info from class
Anthony Liguori
2012-02-03
1
-1
/
+3
*
qdev: make DeviceInfo private
Anthony Liguori
2012-02-03
1
-5
/
+8
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-69
/
+54
*
qdev: don't access name through info
Anthony Liguori
2012-01-27
1
-3
/
+3
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-7
/
+9
*
pci: call reset unconditionally
Anthony Liguori
2012-01-27
1
-5
/
+2
*
vga: improve VGA logic
Blue Swirl
2012-01-22
1
-20
/
+0
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-1
/
+3
*
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-20
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-04
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
[next]