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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-07-08
37
-163
/
+405
|
\
|
*
pci: Fold host_buses list into PCIHostState functionality
David Gibson
2013-07-07
2
-19
/
+16
|
*
pci: Remove domain from PCIHostBus
David Gibson
2013-07-07
1
-4
/
+3
|
*
pci: Simpler implementation of primary PCI bus
David Gibson
2013-07-07
2
-9
/
+26
|
*
pci: Add root bus parameter to pci_nic_init()
David Gibson
2013-07-07
17
-26
/
+36
|
*
pci: Add root bus argument to pci_get_bus_devfn()
David Gibson
2013-07-07
3
-6
/
+7
|
*
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
2013-07-07
9
-25
/
+66
|
*
pci: Use helper to find device's root bus in pci_find_domain()
David Gibson
2013-07-07
4
-11
/
+17
|
*
pci: Abolish pci_find_root_bus()
David Gibson
2013-07-07
4
-15
/
+42
|
*
pci: Move pci_read_devaddr to pci-hotplug-old.c
David Gibson
2013-07-04
3
-17
/
+17
|
*
pci: Cleanup configuration for pci-hotplug.c
David Gibson
2013-07-04
6
-12
/
+8
|
*
pvpanic: fix fwcfg for big endian hosts
Michael S. Tsirkin
2013-07-04
1
-3
/
+4
|
*
pvpanic: initialization cleanup
Michael S. Tsirkin
2013-07-04
2
-15
/
+17
|
*
MAINTAINERS: s/Marcelo/Paolo/
Michael S. Tsirkin
2013-07-04
1
-1
/
+1
|
*
e1000: cleanup process_tx_desc
Andrew Jones
2013-07-04
1
-8
/
+10
|
*
pc_piix: cleanup init compat handling
Michael S. Tsirkin
2013-07-04
1
-14
/
+4
|
*
pc: pass PCI hole ranges to Guests
Michael S. Tsirkin
2013-07-04
4
-3
/
+52
|
*
pci: store PCI hole ranges in guestinfo structure
Michael S. Tsirkin
2013-07-04
7
-4
/
+92
|
*
range: add Range structure
Michael S. Tsirkin
2013-07-04
1
-0
/
+16
*
|
MAINTAINERS: Add myself into MAINTAINERS file
Jia Liu
2013-07-07
1
-0
/
+13
*
|
MAINTAINERS: fix bad F: patterns
Peter Maydell
2013-07-07
1
-19
/
+15
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-07-07
3
-23
/
+54
|
\
\
|
*
|
block: fix bdrv_flush() ordering in bdrv_close()
Stefan Hajnoczi
2013-07-05
1
-2
/
+3
|
*
|
curl: refuse to open URL from HTTP server without range support
Fam Zheng
2013-07-05
1
-6
/
+18
|
*
|
vmdk: Implement .bdrv_has_zero_init
Fam Zheng
2013-07-05
1
-15
/
+33
|
|
/
*
|
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
2013-07-07
359
-1713
/
+2561
|
\
\
|
|
/
|
/
|
|
*
exec: change some APIs to take AddressSpaceDispatch
Paolo Bonzini
2013-07-04
1
-6
/
+5
|
*
exec: remove cur_map
Paolo Bonzini
2013-07-04
1
-5
/
+7
|
*
exec: put memory map in AddressSpaceDispatch
Paolo Bonzini
2013-07-04
1
-11
/
+17
|
*
exec: separate current radix tree from the one being built
Paolo Bonzini
2013-07-04
2
-7
/
+17
|
*
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
2013-07-04
2
-8
/
+11
|
*
memory: move MemoryListener declaration earlier
Paolo Bonzini
2013-07-04
1
-33
/
+33
|
*
exec: separate current memory map from the one being built
Paolo Bonzini
2013-07-04
1
-40
/
+63
|
*
exec: change well-known physical sections to macros
Liu Ping Fan
2013-07-04
1
-14
/
+20
|
*
qom: Use atomics for object refcounting
Jan Kiszka
2013-07-04
1
-3
/
+2
|
*
memory: add reference counting to FlatView
Paolo Bonzini
2013-07-04
1
-10
/
+69
|
*
memory: use a new FlatView pointer on every topology update
Paolo Bonzini
2013-07-04
1
-16
/
+18
|
*
memory: access FlatView from a local variable
Paolo Bonzini
2013-07-04
1
-10
/
+21
|
*
add a header file for atomic operations
Paolo Bonzini
2013-07-04
6
-44
/
+529
|
*
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
12
-25
/
+31
|
*
hw/t*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
23
-31
/
+41
|
*
hw/s*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
14
-26
/
+33
|
*
hw/p*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
21
-86
/
+91
|
*
hw/n*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
20
-39
/
+48
|
*
hw/m*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
22
-53
/
+58
|
*
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
41
-87
/
+111
|
*
hw/gpio: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
4
-6
/
+6
|
*
hw/d*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
15
-27
/
+34
|
*
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
19
-29
/
+36
|
*
hw/block: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
5
-13
/
+17
[next]