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
*
Make VNC support optional
Jes Sorensen
2011-03-22
7
-43
/
+104
*
error message if user specifies curses on cmd line when curses is disabled
Jes Sorensen
2011-03-22
2
-4
/
+5
*
error message if user specifies SDL cmd line option when SDL is disabled
Jes Sorensen
2011-03-22
2
-10
/
+8
*
Add support for -display vnc
Jes Sorensen
2011-03-22
2
-1
/
+18
*
Introduce -display none
Jes Sorensen
2011-03-22
3
-1
/
+10
*
Introduce -display argument
Jes Sorensen
2011-03-22
2
-0
/
+97
*
Consolidate DisplaySurface allocation in qemu_alloc_display()
Jes Sorensen
2011-03-22
3
-34
/
+34
*
target-arm: use make_float32() to make constant floats for VRSQRTS
Peter Maydell
2011-03-22
1
-6
/
+5
*
target-arm: Fix VRECPS edge cases handling
Peter Maydell
2011-03-22
1
-3
/
+8
*
target-arm: Fix TCG temporary leaks for scalar VMULL
Peter Maydell
2011-03-22
1
-0
/
+2
*
target-arm: Set Q bit for overflow in SMUAD and SMLAD
Peter Maydell
2011-03-22
1
-4
/
+12
*
target-arm: Fix GE bits for v6media signed modulo arithmetic
Peter Maydell
2011-03-22
1
-2
/
+2
*
target-arm: Fix UNDEF cases in Thumb load/store
Peter Maydell
2011-03-22
1
-11
/
+18
*
linux-user: Fix unlock_user() call in return from poll()
Peter Maydell
2011-03-22
1
-3
/
+1
*
vmmouse: Register vmstate via qdev
Jan Kiszka
2011-03-22
1
-1
/
+1
*
vmmouse: Fix initialization
Jan Kiszka
2011-03-22
1
-0
/
+1
*
vmmouse: Fix typo preventing x86-64 build
Jan Kiszka
2011-03-22
1
-1
/
+1
*
fix applesmc REV key
René Rebe
2011-03-22
1
-1
/
+1
*
enable kvm for ppc(32) on ppc64
René Rebe
2011-03-22
1
-0
/
+2
*
target-ppc: add support for 6 SPE instructions
Fabien Chouteau
2011-03-22
1
-4
/
+198
*
pc-bios: update linuxboot.bin and multiboot.bin
Aurelien Jarno
2011-03-22
2
-0
/
+0
*
fix linuxboot.bin and multiboot.bin to not hijack int19
Gleb Natapov
2011-03-22
3
-15
/
+29
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-03-21
24
-566
/
+618
|
\
|
*
Expose thread_id in info cpus
Jan Kiszka
2011-03-16
8
-0
/
+29
|
*
kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit
Jan Kiszka
2011-03-16
3
-22
/
+16
|
*
kvm: x86: Reorder functions in kvm.c
Jan Kiszka
2011-03-16
1
-54
/
+54
|
*
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
Jan Kiszka
2011-03-16
4
-13
/
+13
|
*
kvm: Rework inner loop of kvm_cpu_exec
Jan Kiszka
2011-03-16
1
-12
/
+14
|
*
kvm: Reorder error handling of KVM_RUN
Jan Kiszka
2011-03-16
1
-6
/
+5
|
*
kvm: Keep KVM_RUN return value in separate variable
Jan Kiszka
2011-03-16
1
-5
/
+5
|
*
kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG
Jan Kiszka
2011-03-16
1
-2
/
+2
|
*
kvm: x86: Synchronize PAT MSR with the kernel
Jan Kiszka
2011-03-16
1
-0
/
+5
|
*
x86: Save/restore PAT MSR
Jan Kiszka
2011-03-16
1
-0
/
+2
|
*
x86: Properly reset PAT MSR
Jan Kiszka
2011-03-16
3
-3
/
+7
|
*
kvm: Mark VCPU state dirty on creation
Jan Kiszka
2011-03-16
1
-0
/
+1
|
*
kvm: x86: Do not leave halt if interrupts are disabled
Jan Kiszka
2011-03-16
1
-1
/
+3
|
*
kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
Jan Kiszka
2011-03-16
1
-1
/
+2
|
*
s390: Detect invalid invocations of qemu_ram_free/remap
Jan Kiszka
2011-03-15
1
-0
/
+4
|
*
x86: Unbreak TCG support for hardware breakpoints
Jan Kiszka
2011-03-15
2
-24
/
+30
|
*
Implement qemu_kvm_eat_signals only for CONFIG_LINUX
Jan Kiszka
2011-03-15
1
-47
/
+47
|
*
KVM, MCE, unpoison memory address across reboot
Huang Ying
2011-03-15
1
-0
/
+36
|
*
Add qemu_ram_remap
Huang Ying
2011-03-15
3
-1
/
+67
|
*
kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
Jan Kiszka
2011-03-15
1
-13
/
+17
|
*
kvm: x86: Clean up kvm_setup_mce
Jan Kiszka
2011-03-15
1
-7
/
+4
|
*
kvm: x86: Consolidate TCG and KVM MCE injection code
Jan Kiszka
2011-03-15
3
-260
/
+37
|
*
x86: Run qemu_inject_x86_mce on target VCPU
Jan Kiszka
2011-03-15
1
-29
/
+58
|
*
kvm: x86: Inject pending MCE events on state writeback
Jan Kiszka
2011-03-15
1
-0
/
+60
|
*
kvm: Rename kvm_arch_process_irqchip_events to async_events
Jan Kiszka
2011-03-15
5
-5
/
+5
|
*
kvm: x86: Move MCE functions together
Jan Kiszka
2011-03-15
1
-175
/
+171
|
*
Synchronize VCPU states before reset
Jan Kiszka
2011-03-15
1
-0
/
+1
[next]