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
*
tests/qruncom.c: Remove libqemu.a example
Chen Wei-Ren
2011-12-09
1
-284
/
+0
*
tests/Makefile: Remove qruncom target
Chen Wei-Ren
2011-12-09
1
-6
/
+0
*
tcg: Remove redundant declarations of TCG_TARGET_REG_BITS
Stefan Weil
2011-12-09
1
-5
/
+0
*
mips_malta: resolve endless loop when loading bios
Chen Rui
2011-12-06
1
-0
/
+1
*
memory: minor documentation fixes/enhancements
Ademar de Souza Reis Jr
2011-12-06
2
-19
/
+25
*
linux-user/syscall.c: Don't skip stracing for fcntl64 failure case
Peter Maydell
2011-12-06
1
-2
/
+4
*
Rename get_tls to tls_var
Jan Kiszka
2011-12-06
2
-3
/
+3
*
linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters
Peter Maydell
2011-12-06
1
-17
/
+17
*
linux-user/cpu-uname.c: Convert to UTF-8
Peter Maydell
2011-12-06
1
-1
/
+1
*
Convert keymap file to UTF-8 encoding
Stefan Weil
2011-12-06
1
-1
/
+1
*
Convert source files to UTF-8 encoding
Stefan Weil
2011-12-06
5
-5
/
+5
*
configure: Pull linux-headers/asm symlink creation out of loop
Peter Maydell
2011-12-06
1
-17
/
+20
*
pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error
Zhi Yong Wu
2011-12-06
4
-4
/
+4
*
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
22
-30
/
+30
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
15
-21
/
+21
*
win32: fix memory leak
Zhi Hui Li
2011-12-06
1
-0
/
+7
*
net/socket.c : fix memory leak
Zhi Hui Li
2011-12-06
1
-0
/
+3
*
configure: Print a banner comment at the top of config.log
Peter Maydell
2011-12-06
1
-0
/
+5
*
configure: Include #define name in check_define compiler error
Peter Maydell
2011-12-06
1
-1
/
+1
*
console: Fix qemu_default_pixelformat() for 24 bpp
Markus Armbruster
2011-12-06
1
-0
/
+1
*
console: Fix console_putchar() for CSI J
Markus Armbruster
2011-12-06
1
-0
/
+1
*
console: Clean up confusing indentation in console_putchar()
Markus Armbruster
2011-12-06
1
-9
/
+9
*
hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs
Peter Maydell
2011-12-05
1
-9
/
+18
*
configure: Drop armv4l/armv4b distinction in $cpu
Peter Maydell
2011-12-05
1
-14
/
+12
*
pseries: Fix array overrun bug in PCI code
David Gibson
2011-12-05
1
-1
/
+1
*
target-arm/helper.c: Don't allocate TCG resources unless TCG enabled
Peter Maydell
2011-12-05
1
-1
/
+1
*
target-arm/translate.c: Fix slightly misleading comment in Thumb decoder
Peter Maydell
2011-12-05
1
-3
/
+5
*
Fix hw_error messages from arm_timer.c
Peter Chubb
2011-12-05
1
-4
/
+4
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-12-05
40
-343
/
+1329
|
\
|
*
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-12-05
12
-13
/
+34
|
*
block: wait_for_overlapping_requests() deadlock detection
Stefan Hajnoczi
2011-12-05
1
-0
/
+8
|
*
block: implement bdrv_co_is_allocated() boundary cases
Stefan Hajnoczi
2011-12-05
1
-8
/
+18
|
*
dma-helpers: Add trace events
Kevin Wolf
2011-12-05
2
-0
/
+17
|
*
cow: use bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+3
|
*
block: add -drive copy-on-read=on|off
Stefan Hajnoczi
2011-12-05
4
-3
/
+21
|
*
block: core copy-on-read logic
Stefan Hajnoczi
2011-12-05
2
-0
/
+73
|
*
block: request overlap detection
Stefan Hajnoczi
2011-12-05
1
-2
/
+43
|
*
block: wait for overlapping requests
Stefan Hajnoczi
2011-12-05
1
-0
/
+35
|
*
block: add interface to toggle copy-on-read
Stefan Hajnoczi
2011-12-05
3
-0
/
+28
|
*
block: add request tracking
Stefan Hajnoczi
2011-12-05
2
-1
/
+51
|
*
coroutine: add qemu_co_queue_restart_all()
Stefan Hajnoczi
2011-12-05
3
-8
/
+14
|
*
qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros
Stefan Hajnoczi
2011-12-05
1
-0
/
+6
|
*
block: add bdrv_co_is_allocated() interface
Stefan Hajnoczi
2011-12-05
2
-13
/
+26
|
*
block: drop .bdrv_is_allocated() interface
Stefan Hajnoczi
2011-12-05
2
-22
/
+18
|
*
cow: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-4
/
+4
|
*
vdi: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+3
|
*
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-2
/
+2
|
*
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
3
-11
/
+18
|
*
qed: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-4
/
+11
|
*
block: add .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
2
-0
/
+39
[next]