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
*
slirp: remove unused function u_sleep
Blue Swirl
2012-11-10
2
-15
/
+0
*
sun4c: remove unused functions
Blue Swirl
2012-11-10
2
-27
/
+0
*
m48t59: remove unused m48t59_set_addr
Blue Swirl
2012-11-10
2
-8
/
+0
*
tests/tcg: new test for i386 FPREM and FPREM1
Catalin Patulea
2012-11-10
2
-0
/
+362
*
memory: Don't dump disabled regions
Jan Kiszka
2012-11-10
1
-1
/
+1
*
memory: Reintroduce dirty flag to optimize changes on disabled regions
Jan Kiszka
2012-11-10
1
-2
/
+13
*
qemu-timer: Fix compilation for non-POSIX hosts
Stefan Weil
2012-11-10
1
-0
/
+2
*
vmware_vga: Add back some info in local state partially reverting aa32b38c
BALATON Zoltan
2012-11-10
1
-9
/
+21
*
kvmvapic: Fix TB invalidation after instruction patching
Jan Kiszka
2012-11-10
1
-4
/
+16
*
microblaze: translate.c: Fix swaph decoding
Peter Crosthwaite
2012-11-08
1
-1
/
+1
*
tools: initialize main loop before block layer
Paolo Bonzini
2012-11-06
2
-4
/
+2
*
tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors
malc
2012-11-06
2
-9
/
+25
*
target-mips: use ULL for 64 bit constants
Blue Swirl
2012-11-05
1
-2
/
+2
*
build: pthread_atfork() needs include of pthread.h
Anthony Liguori
2012-11-04
1
-0
/
+3
*
tcg/ppc: ld/st optimization
malc
2012-11-03
3
-196
/
+262
*
vmware_vga: Allow simple drivers to work without using the fifo
BALATON Zoltan
2012-11-03
3
-14
/
+23
*
vmware_vga: Return a value for FB_SIZE before the device is enabled
BALATON Zoltan
2012-11-03
1
-10
/
+9
*
vmware_vga: Remove duplicated info from local state
BALATON Zoltan
2012-11-03
2
-94
/
+85
*
vmware_vga: Coding style cleanup
BALATON Zoltan
2012-11-03
1
-124
/
+150
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
2012-11-03
21
-96
/
+66
|
\
|
*
pc: Drop redundant test for ROM memory region
Jan Kiszka
2012-11-01
1
-1
/
+1
|
*
exec: make some functions static
Blue Swirl
2012-11-01
4
-15
/
+9
|
*
target-ppc: make some functions static
Blue Swirl
2012-11-01
2
-11
/
+6
|
*
ppc: add missing static
Blue Swirl
2012-11-01
5
-26
/
+13
|
*
vnc: add missing static
Blue Swirl
2012-11-01
5
-20
/
+12
|
*
vl.c: add missing static
Blue Swirl
2012-11-01
2
-14
/
+12
|
*
target-sparc: make do_unaligned_access static
Blue Swirl
2012-11-01
2
-5
/
+6
|
*
m68k: Return semihosting errno values correctly
Meador Inge
2012-11-01
1
-1
/
+1
|
*
cadence_uart: More debug information
Peter Crosthwaite
2012-11-01
1
-4
/
+7
*
|
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Yeongkyoon Lee
2012-11-03
3
-126
/
+320
*
|
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
Yeongkyoon Lee
2012-11-03
3
-8
/
+55
*
|
configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
Yeongkyoon Lee
2012-11-03
1
-0
/
+6
*
|
target-m68k/m68k-semi.c: Log when put_user for returning values fails
Peter Maydell
2012-11-03
1
-16
/
+31
*
|
target-m68k/m68k-semi: Handle get_user failure
Peter Maydell
2012-11-03
1
-51
/
+93
*
|
m68k: Return semihosting errno values correctly
Meador Inge
2012-11-03
1
-1
/
+1
*
|
vl: delay thread initialization after daemonization
Paolo Bonzini
2012-11-02
2
-2
/
+3
*
|
vl: unify calls to init_timer_alarm
Paolo Bonzini
2012-11-02
2
-6
/
+4
*
|
qemu-timer: reinitialize timers after fork
Paolo Bonzini
2012-11-02
1
-0
/
+14
*
|
semaphore: implement fallback counting semaphores with mutex+condvar
Paolo Bonzini
2012-11-02
2
-10
/
+88
*
|
compiler: support Darwin weak references
Paolo Bonzini
2012-11-02
5
-48
/
+71
*
|
Merge remote-tracking branch 'bonzini/migr-coroutine' into staging
Anthony Liguori
2012-11-02
8
-154
/
+215
|
\
\
|
*
|
migration: move process_incoming_migration to a coroutine
Paolo Bonzini
2012-11-02
1
-1
/
+20
|
*
|
migration: handle EAGAIN while reading QEMUFile
Paolo Bonzini
2012-11-02
1
-6
/
+24
|
*
|
migration: move qemu_fclose to process_incoming_migration
Paolo Bonzini
2012-11-02
5
-5
/
+5
|
*
|
migration: close socket QEMUFile from socket_close
Paolo Bonzini
2012-11-02
3
-0
/
+5
|
*
|
migration: xxx_close will only be called once
Paolo Bonzini
2012-11-02
4
-36
/
+25
|
*
|
migration: use closesocket, not close
Paolo Bonzini
2012-11-02
1
-3
/
+3
|
*
|
migration: use migrate_fd_close in migrate_fd_cleanup
Paolo Bonzini
2012-11-02
1
-11
/
+8
|
*
|
migration: clean up server sockets and handlers before invoking process_incom...
Paolo Bonzini
2012-11-02
4
-10
/
+8
|
*
|
migration: replace qemu_stdio_fd with qemu_get_fd
Paolo Bonzini
2012-11-02
4
-15
/
+3
[next]