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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-08-14
1
-0
/
+2
|
\
|
*
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
2015-08-05
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-08-13
5
-31
/
+131
|
\
\
|
*
|
smbios: move smbios code into a common folder
Wei Huang
2015-08-13
1
-0
/
+0
|
*
|
smbios: remove dependency on x86 e820 tables
Wei Huang
2015-08-13
1
-1
/
+9
|
*
|
virtio-net: remove useless codes
Jason Wang
2015-08-13
1
-1
/
+0
|
*
|
pci: allow 0 address for PCI IO/MEM regions
Laurent Vivier
2015-08-13
1
-1
/
+2
|
*
|
pc: Remove redundant arguments from pc_memory_init()
Eduardo Habkost
2015-08-13
1
-2
/
+0
|
*
|
pc: Remove redundant arguments from pc_cmos_init()
Eduardo Habkost
2015-08-13
1
-2
/
+0
|
*
|
pc: Remove redundant arguments from *load_linux()
Eduardo Habkost
2015-08-13
1
-4
/
+1
|
*
|
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
2015-08-13
1
-2
/
+1
|
*
|
pc: Move {above,below}_4g_mem_size variables to PCMachineState
Eduardo Habkost
2015-08-13
1
-0
/
+1
|
*
|
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
2015-08-13
1
-1
/
+1
|
*
|
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
2015-08-13
1
-2
/
+3
|
*
|
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
2015-08-13
1
-6
/
+0
|
*
|
pc: Eliminate pc_common_machine_options()
Eduardo Habkost
2015-08-13
1
-6
/
+0
|
*
|
pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h
Eduardo Habkost
2015-08-13
2
-3
/
+3
|
*
|
pc: Use PC_COMPAT_* for CPUID feature compatibility
Eduardo Habkost
2015-08-13
1
-2
/
+112
*
|
|
hw/arm/gic: Kill code duplication
Pavel Fedin
2015-08-13
1
-0
/
+3
*
|
|
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
2015-08-13
1
-3
/
+11
*
|
|
i.MX: Split GPT emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-0
/
+107
*
|
|
i.MX: Split EPIT emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-0
/
+79
*
|
|
i.MX: Split CCM emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
2
-10
/
+93
*
|
|
i.MX: Split AVIC emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-0
/
+55
*
|
|
i.MX: Split UART emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-0
/
+102
|
/
/
*
|
virtio: fix 1.0 virtqueue migration
Jason Wang
2015-08-05
1
-0
/
+6
|
/
*
target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3
Radim Krčmář
2015-08-04
1
-0
/
+4
*
migration: Fix global state with Xen.
Anthony PERARD
2015-08-03
1
-0
/
+1
*
AioContext: force event loop iteration using BH
Stefan Hajnoczi
2015-07-29
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-07-28
2
-3
/
+31
|
\
|
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+3
|
*
virtio: set any_layout in virtio core
Michael S. Tsirkin
2015-07-27
2
-2
/
+24
|
*
virtio: hide legacy features from modern guests
Michael S. Tsirkin
2015-07-27
1
-0
/
+4
*
|
Fix Cortex-A9 global timer
Johannes Schlatow
2015-07-27
1
-1
/
+1
*
|
vmstate: remove unused declaration
Marc-André Lureau
2015-07-27
1
-3
/
+0
*
|
qemu-common.h: Document cutils.c string functions
Peter Maydell
2015-07-27
1
-1
/
+113
*
|
hw/net: add simple phy support to mcf_fec driver
Greg Ungerer
2015-07-27
1
-0
/
+5
*
|
hw/net: add ANLPAR bit definitions to generic mii
Greg Ungerer
2015-07-27
1
-0
/
+7
*
|
hw/net: create common collection of MII definitions
Greg Ungerer
2015-07-27
2
-39
/
+65
*
|
memory: count number of active VGA logging clients
Paolo Bonzini
2015-07-24
1
-0
/
+1
|
/
*
AioContext: optimize clearing the EventNotifier
Paolo Bonzini
2015-07-22
1
-1
/
+31
*
AioContext: fix broken ctx->dispatching optimization
Paolo Bonzini
2015-07-22
1
-6
/
+23
*
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-20
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-07-20
1
-0
/
+9
|
\
|
*
virtio-net: unbreak any layout
Jason Wang
2015-07-20
1
-0
/
+9
*
|
virtio-rng: trigger timer only when guest requests for entropy
Pankaj Gupta
2015-07-17
1
-0
/
+1
*
|
virtio-input: move sys/ioctl.h include
Gerd Hoffmann
2015-07-16
1
-1
/
+0
|
/
*
target-i386: emulate CPUID level of real hardware
Radim Krčmář
2015-07-15
1
-0
/
+68
*
migration: We also want to store the global state for savevm
Juan Quintela
2015-07-15
1
-0
/
+1
*
block: Fix backing file child when modifying graph
Kevin Wolf
2015-07-14
1
-0
/
+1
[next]