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
...
*
|
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20151002' int...
Peter Maydell
2015-10-02
9
-143
/
+228
|
\
\
|
*
|
linux-user: assert that target_mprotect cannot fail
Paolo Bonzini
2015-10-01
1
-4
/
+1
|
*
|
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...
Chen Gang
2015-10-01
1
-7
/
+2
|
*
|
linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for
Chen Gang
2015-09-28
1
-0
/
+1
|
*
|
linux-user: add name_to_handle_at/open_by_handle_at
Laurent Vivier
2015-09-28
1
-0
/
+98
|
*
|
linux-user: Return target error number in do_fork()
Timothy E Baldwin
2015-09-28
1
-2
/
+3
|
*
|
linux-user: fix cmsg conversion in case of multiple headers
Jonathan Neuschäfer
2015-09-28
2
-10
/
+18
|
*
|
linux-user: remove MAX_ARG_PAGES limit
Stefan Brüns
2015-09-28
5
-76
/
+56
|
*
|
linux-user: remove unused image_info members
Stefan Brüns
2015-09-28
2
-5
/
+0
|
*
|
linux-user: Treat --foo options the same as -foo
Meador Inge
2015-09-28
1
-0
/
+4
|
*
|
linux-user: use EXIT_SUCCESS and EXIT_FAILURE
Riku Voipio
2015-09-28
1
-36
/
+36
|
*
|
linux-user: Add proper error messages for bad options
Meador Inge
2015-09-28
1
-3
/
+7
|
*
|
linux-user: Add -help
Meador Inge
2015-09-28
1
-0
/
+2
|
*
|
linux-user: Exit 0 when -h is used
Meador Inge
2015-09-28
1
-10
/
+10
*
|
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-10-02
5
-9
/
+18
|
\
\
\
|
*
|
|
block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...
Richard W.M. Jones
2015-10-02
1
-1
/
+1
|
*
|
|
block: disable I/O limits at the beginning of bdrv_close()
Alberto Garcia
2015-10-02
1
-5
/
+6
|
*
|
|
iotests: Fix test 128 for password-less sudo
Max Reitz
2015-10-02
1
-1
/
+8
|
*
|
|
tests: Fix test 049 fallout from improved HMP error messages
Eric Blake
2015-10-02
1
-0
/
+1
|
*
|
|
raw-win32: Fix write request error handling
Kevin Wolf
2015-10-02
1
-2
/
+2
|
/
/
/
*
|
|
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2015-10-02
1
-1
/
+3
|
\
\
\
|
*
|
|
block: mirror - fix full sync mode when target does not support zero init
Jeff Cody
2015-10-01
1
-1
/
+3
|
|
|
/
|
|
/
|
*
|
|
target-microblaze: Set the PC in reset instead of realize
Alistair Francis
2015-10-01
1
-2
/
+2
*
|
|
disas/cris: Fix typo in comment
Stefan Weil
2015-10-01
1
-1
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150930' i...
Peter Maydell
2015-10-01
7
-65
/
+263
|
\
\
|
*
|
migration: Disambiguate MAX_THROTTLE
Jason J. Herne
2015-09-30
1
-1
/
+1
|
*
|
qmp/hmp: Add throttle ratio to query-migrate and info migrate
Jason J. Herne
2015-09-30
3
-1
/
+16
|
*
|
migration: Dynamic cpu throttling for auto-converge
Jason J. Herne
2015-09-30
2
-59
/
+34
|
*
|
migration: Parameters for auto-converge cpu throttling
Jason J. Herne
2015-09-30
3
-4
/
+91
|
*
|
cpu: Provide vcpu throttling interface
Jason J. Herne
2015-09-30
2
-0
/
+120
|
*
|
migration: yet more possible state transitions
Juan Quintela
2015-09-30
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' in...
Peter Maydell
2015-09-29
12
-142
/
+211
|
\
\
|
*
|
ram_find_and_save_block: Split out the finding
Dr. David Alan Gilbert
2015-09-29
1
-25
/
+59
|
*
|
Move dirty page search state into separate structure
Dr. David Alan Gilbert
2015-09-29
1
-20
/
+35
|
*
|
migration: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-29
7
-22
/
+21
|
*
|
migration: qemu-file more size_t'ifying
Dr. David Alan Gilbert
2015-09-29
2
-16
/
+16
|
*
|
migration: size_t'ify some of qemu-file
Dr. David Alan Gilbert
2015-09-29
7
-24
/
+30
|
*
|
Init page sizes in qtest
Dr. David Alan Gilbert
2015-09-29
1
-0
/
+1
|
*
|
Split out end of migration code from migration_thread
Dr. David Alan Gilbert
2015-09-29
2
-28
/
+49
|
*
|
migration/ram.c: Use RAMBlock rather than MemoryRegion
Dr. David Alan Gilbert
2015-09-29
1
-15
/
+11
|
*
|
vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY
Soren Brinkmann
2015-09-29
1
-3
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150925-1' in...
Peter Maydell
2015-09-25
1
-54
/
+65
|
\
\
|
|
/
|
/
|
|
*
ui/cocoa.m: remove open dialog code
John Arbuckle
2015-09-25
1
-54
/
+2
|
*
ui/cocoa.m: prevent stuck key situation
John Arbuckle
2015-09-25
1
-0
/
+26
|
*
ui/cocoa.m: verify with user before quitting QEMU
John Arbuckle
2015-09-25
1
-1
/
+38
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-25
85
-386
/
+1341
|
\
|
*
doc: Refresh URLs in the qemu-tech documentation
Thomas Huth
2015-09-25
1
-43
/
+30
|
*
docs: describe the QEMU build system structure / design
Daniel P. Berrange
2015-09-25
2
-0
/
+515
|
*
typedef: add typedef for QemuOpts
Pavel Dovgalyuk
2015-09-25
2
-4
/
+4
|
*
i386: interrupt poll processing
Pavel Dovgalyuk
2015-09-25
1
-0
/
+3
[prev]
[next]