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
*
machine: Eliminate QEMUMachine and qemu_register_machine()
Eduardo Habkost
2015-09-19
4
-30
/
+2
*
machine: DEFINE_MACHINE() macro
Eduardo Habkost
2015-09-19
1
-0
/
+17
*
machine: MACHINE_TYPE_NAME macro
Eduardo Habkost
2015-09-19
1
-0
/
+6
*
error: New error_fatal
Markus Armbruster
2015-09-18
1
-0
/
+11
*
hmp: Allow for error message hints on HMP
Eric Blake
2015-09-18
1
-0
/
+7
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-16
8
-113
/
+607
|
\
|
*
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
2015-09-16
2
-16
/
+18
|
*
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
2015-09-16
1
-1
/
+1
|
*
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
2015-09-16
1
-1
/
+1
|
*
monitor: remove target-specific code from monitor.c
Pavel Butsykin
2015-09-16
2
-0
/
+46
|
*
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
2015-09-16
1
-0
/
+2
|
*
target-i386: move asm-x86/hyperv.h to standard-headers
Paolo Bonzini
2015-09-16
1
-0
/
+254
|
*
update Linux headers to 4.3-rc1
Paolo Bonzini
2015-09-16
2
-97
/
+287
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20150915' into staging
Peter Maydell
2015-09-15
2
-0
/
+79
|
\
\
|
*
|
host-utils: Add revbit functions
Richard Henderson
2015-09-15
1
-0
/
+77
|
*
|
linux-user: Support tilegx architecture in linux-user
Chen Gang
2015-09-15
1
-0
/
+2
|
|
/
*
|
crypto: introduce new module for handling TLS sessions
Daniel P. Berrange
2015-09-15
1
-0
/
+322
*
|
crypto: add sanity checking of TLS x509 credentials
Daniel P. Berrange
2015-09-15
1
-0
/
+1
*
|
crypto: introduce new module for TLS x509 credentials
Daniel P. Berrange
2015-09-15
1
-0
/
+112
*
|
crypto: introduce new module for TLS anonymous credentials
Daniel P. Berrange
2015-09-15
1
-0
/
+112
*
|
crypto: introduce new base module for TLS credentials
Daniel P. Berrange
2015-09-15
1
-0
/
+68
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-5
/
+4
|
\
|
*
block: Allow specifying driver-specific options to reopen
Kevin Wolf
2015-09-14
1
-1
/
+3
|
*
block: Drop bdrv_find_whitelisted_format()
Max Reitz
2015-09-14
1
-2
/
+0
|
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
1
-2
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
12
-161
/
+76
|
\
\
|
*
|
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
2015-09-09
1
-0
/
+6
|
*
|
remove unused spinlock.
KONRAD Frederic
2015-09-09
1
-49
/
+0
|
*
|
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-2
/
+2
|
*
|
cpus: protect work list with work_mutex
Paolo Bonzini
2015-09-09
1
-1
/
+5
|
*
|
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
|
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
|
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
|
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
|
rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Emilio G. Cota
2015-09-09
1
-1
/
+1
|
*
|
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2015-09-09
2
-41
/
+40
|
*
|
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
2
-4
/
+4
|
*
|
remove qemu/tls.h
Paolo Bonzini
2015-09-09
2
-55
/
+1
|
*
|
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
1
-0
/
+1
|
*
|
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
1
-1
/
+1
|
*
|
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-09
1
-1
/
+1
|
*
|
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
2015-09-07
1
-0
/
+1
|
*
|
iohandler: Use aio API
Fam Zheng
2015-09-07
1
-2
/
+1
|
*
|
seqlock: read sequence number atomically
Emilio G. Cota
2015-09-07
1
-3
/
+3
|
*
|
seqlock: add missing 'inline' to seqlock_read_retry
Emilio G. Cota
2015-09-07
1
-1
/
+1
*
|
|
i.MX: Add GPIO devices to i.MX25 SOC
Jean-Christophe Dubois
2015-09-14
1
-0
/
+15
*
|
|
i.MX: Add GPIO devices to i.MX31 SOC
Jean-Christophe Dubois
2015-09-14
1
-0
/
+12
*
|
|
i.MX: Add GPIO device
Jean-Christophe Dubois
2015-09-14
1
-0
/
+62
*
|
|
arm: xlnx-zynqmp: Fix up GIC region size
Nathan Rossi
2015-09-14
1
-1
/
+1
|
|
/
|
/
|
*
|
cpu-exec: introduce loop exit with restore function
Pavel Dovgalyuk
2015-09-11
1
-0
/
+1
[next]