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
*
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
2015-08-24
11
-78
/
+64
*
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-24
14
-68
/
+9
*
tcg/aarch64: Use softmmu fast path for unaligned accesses
Richard Henderson
2015-08-24
1
-13
/
+24
*
tcg/s390: Use softmmu fast path for unaligned accesses
Richard Henderson
2015-08-24
1
-5
/
+21
*
tcg/ppc: Improve unaligned load/store handling on 64-bit backend
Benjamin Herrenschmidt
2015-08-24
1
-10
/
+31
*
tcg/i386: use softmmu fast path for unaligned accesses
Aurelien Jarno
2015-08-24
1
-9
/
+13
*
tcg: Remove tcg_gen_trunc_i64_i32
Richard Henderson
2015-08-24
14
-117
/
+112
*
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
2015-08-24
15
-59
/
+77
*
tcg: update README about size changing ops
Aurelien Jarno
2015-08-24
1
-3
/
+15
*
tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
2015-08-24
1
-0
/
+13
*
tcg: implement real ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
2015-08-24
10
-10
/
+45
*
tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32
Aurelien Jarno
2015-08-24
1
-2
/
+2
*
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
2015-08-24
13
-18
/
+18
*
tcg/optimize: allow constant to have copies
Aurelien Jarno
2015-08-24
1
-8
/
+2
*
tcg/optimize: track const/copy status separately
Aurelien Jarno
2015-08-24
1
-28
/
+14
*
tcg/optimize: add temp_is_const and temp_is_copy functions
Aurelien Jarno
2015-08-24
1
-71
/
+60
*
tcg/optimize: optimize temps tracking
Aurelien Jarno
2015-08-24
1
-11
/
+32
*
tcg/optimize: fix constant signedness
Aurelien Jarno
2015-08-24
1
-5
/
+5
*
configure: Don't permit SDL or GTK on OSX
Peter Maydell
2015-08-19
1
-4
/
+16
*
apic_internal.h: Include cpu.h directly
Peter Maydell
2015-08-19
1
-0
/
+1
*
qemu-common.h: Move muldiv64() to host-utils.h
Peter Maydell
2015-08-19
3
-31
/
+30
*
osdep.h: Add header comment
Peter Maydell
2015-08-19
1
-0
/
+24
*
osdep.h: Move some OS header includes and fixups from qemu-common.h
Peter Maydell
2015-08-19
2
-55
/
+49
*
qemu-common.h: Move Win32 fixups into os-win32.h
Peter Maydell
2015-08-19
2
-17
/
+18
*
compiler.h: Use glue() in QEMU_BUILD_BUG_ON define
Peter Maydell
2015-08-19
1
-3
/
+1
*
osdep.h: Move some compiler-specific things to compiler.h
Peter Maydell
2015-08-19
2
-47
/
+48
*
osdep.h: Remove qemu_printf
Peter Maydell
2015-08-19
3
-6
/
+4
*
qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.h
Peter Maydell
2015-08-19
1
-8
/
+0
*
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-201508018' into staging
Peter Maydell
2015-08-19
7
-134
/
+166
|
\
|
*
target-alpha: Inline hw_ret
Richard Henderson
2015-08-18
3
-15
/
+10
|
*
target-alpha: Inline call_pal
Richard Henderson
2015-08-18
3
-18
/
+24
|
*
target-alpha: Use separate TCGv temporaries for the shadow registers
Richard Henderson
2015-08-18
6
-103
/
+134
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-08-18
20
-171
/
+251
|
\
\
|
*
|
disas: Defeature print_target_address
Peter Crosthwaite
2015-08-14
1
-10
/
+2
|
*
|
hw: fix mask for ColdFire UART command register
Paolo Bonzini
2015-08-14
1
-1
/
+1
|
*
|
scsi-generic: identify AIO callbacks more clearly
Paolo Bonzini
2015-08-14
1
-25
/
+41
|
*
|
scsi-disk: identify AIO callbacks more clearly
Paolo Bonzini
2015-08-14
1
-30
/
+61
|
*
|
scsi: create restart bottom half in the right AioContext
Paolo Bonzini
2015-08-14
1
-1
/
+2
|
*
|
configure: only add CONFIG_RDMA to config-host.h once
Daniel P. Berrange
2015-08-14
1
-4
/
+0
|
*
|
qemu-nbd: remove unnecessary qemu_notify_event()
Paolo Bonzini
2015-08-14
1
-1
/
+0
|
*
|
vhost-scsi: Clarify vhost_virtqueue_mask argument
Lu Lina
2015-08-14
1
-1
/
+1
|
*
|
exec: use macro ROUND_UP for alignment
Chen Hanxiao
2015-08-14
1
-1
/
+1
|
*
|
rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()
Wen Congyang
2015-08-14
1
-13
/
+35
|
*
|
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
7
-28
/
+10
|
*
|
cpu_defs: Simplify CPUTLB padding logic
Peter Crosthwaite
2015-08-06
1
-11
/
+12
|
*
|
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
2015-08-06
3
-6
/
+12
|
*
|
vhost/scsi: call vhost_dev_cleanup() at unrealize() time
Igor Mammedov
2015-07-30
1
-0
/
+1
|
*
|
virtio-scsi-test: Add test case for tail unaligned WRITE SAME
Fam Zheng
2015-07-30
1
-3
/
+9
|
*
|
scsi-disk: Fix assertion failure on WRITE SAME
Fam Zheng
2015-07-30
1
-0
/
+4
|
*
|
tests: virtio-scsi: clear unit attention after reset
Stefan Hajnoczi
2015-07-30
1
-36
/
+54
[next]