Sign in
qemu
/
qemu
/
acd0a09337c51d1cd6861f68add45e94361c8974
acd0a09
Monitor: Rename the qemu-monitor.hx file
by Luiz Capitulino
· 14 years ago
fc29df7
QMP: Introduce qmp_call_cmd()
by Luiz Capitulino
· 15 years ago
de79ba6
Monitor: Directly call QObject handlers
by Luiz Capitulino
· 15 years ago
4903de0
Monitor: Rename monitor_handler_is_async()
by Luiz Capitulino
· 15 years ago
9e80721
Monitor: Rename monitor_handler_ported()
by Luiz Capitulino
· 15 years ago
0e19a62
Monitor: Drop monitor_cmd_user_only()
by Luiz Capitulino
· 15 years ago
30f5041
Monitor: Drop QMP info from the qemu-monitor.hx file
by Luiz Capitulino
· 15 years ago
d1249ea
QMP: Small cleanup in handle_qmp_command()
by Luiz Capitulino
· 15 years ago
2e061a7
QMP: Simplify do_info_commands()
by Luiz Capitulino
· 15 years ago
3e12a75
QMP: Introduce query commands dispatch table
by Luiz Capitulino
· 15 years ago
f36b4af
QMP: Introduce command dispatch table
by Luiz Capitulino
· 15 years ago
bead3ce
QMP: Introduce qmp_find_cmd()
by Luiz Capitulino
· 15 years ago
82a56f0
Monitor: Introduce the qmp-commands.hx file
by Luiz Capitulino
· 15 years ago
1162daa
Monitor: Convert do_info() back to HMP
by Luiz Capitulino
· 15 years ago
d455129
Monitor: Drop is_async_return()
by Luiz Capitulino
· 15 years ago
1dcbd6f
Monitor: Drop QMP bits from do_info()
by Luiz Capitulino
· 15 years ago
030db6e
QMP: Don't use do_info()
by Luiz Capitulino
· 15 years ago
0fb8858
QMP: handle_qmp_command(): Move 'cmd' sanity check
by Luiz Capitulino
· 15 years ago
945c5ac
Monitor: Introduce search_dispatch_table()
by Luiz Capitulino
· 15 years ago
07b0403
disable guest-provided stats on "info balloon" command
by Eduardo Habkost
· 15 years ago
39eaab9
Add option to turn on JSON pretty printing in monitor
by Daniel P. Berrange
· 15 years ago
212b600
Add support for JSON pretty printing
by Daniel P. Berrange
· 15 years ago
2c50e26
powerpc: Add a virtex5 ml507 refdesign board
by Edgar E. Iglesias
· 15 years ago
9507037
powerpc: Add a ppc-440x5 Xilinx model
by Edgar E. Iglesias
· 15 years ago
5251d6a
tap: Remove double include of util.h
by Andreas Färber
· 15 years ago
fd5723b
pulse-audio: fix bug on updating rpos
by Wu Fengguang
· 15 years ago
575c153
audio: Fix memory size for resampling buffer in DAC case
by malc
· 15 years ago
9fe6de9
mingw: add version information to the executables
by Blue Swirl
· 15 years ago
0ba8681
Avoid exit in trap as it breaks with some shells
by Loïc Minier
· 15 years ago
e78815a
Introduce qemu_madvise()
by Andreas Färber
· 15 years ago
d63cb48
powerpc: Make the decr interrupt type overridable
by Edgar E. Iglesias
· 15 years ago
a586e54
powerpc: Improve emulation of the BookE MMU
by Edgar E. Iglesias
· 15 years ago
c973a36
fmopl: workaround for -Wempty-body
by malc
· 15 years ago
9c9e7d5
Move macros GCC_ATTR and GCC_FMT_ATTR to common header file
by Stefan Weil
· 15 years ago
80bb8cb
Fix OpenBSD build
by Blue Swirl
· 15 years ago
687db4e
block-verify: fix 32-bit build
by Anthony Liguori
· 15 years ago
879f065
Fix compilation error (missing include statement)
by Stefan Weil
· 15 years ago
e1bb0a1
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 15 years ago
f36d53e
mips_malta: Fix format strings
by Stefan Weil
· 15 years ago
1ed1139
mips_fulong2e: Fix format strings
by Stefan Weil
· 15 years ago
91f1690
trace: Fix user emulator dependency on trace objects
by Andreas Färber
· 15 years ago
d9d3341
blkverify: Add block driver for verifying I/O
by Stefan Hajnoczi
· 15 years ago
a5e3d9e
scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commands
by Bernhard Kohl
· 15 years ago
f8b6d67
scsi-generic: add missing reset handler
by Bernhard Kohl
· 15 years ago
6f5f060
qcow2: Avoid bounce buffers for AIO write requests
by Kevin Wolf
· 15 years ago
bd28f83
qcow2: Avoid bounce buffers for AIO read requests
by Kevin Wolf
· 15 years ago
b8a83a4
cutils: qemu_iovec_copy and qemu_iovec_memset
by Kevin Wolf
· 15 years ago
1b2adf2
ide: propagate the required alignment
by Christoph Hellwig
· 15 years ago
73fdb1e
scsi-disk: propagate the required alignment
by Christoph Hellwig
· 15 years ago
316a7af
virtio-blk: propagate the required alignment
by Christoph Hellwig
· 15 years ago
9f8e668
qcow2: Get rid of additional sync on COW
by Kevin Wolf
· 15 years ago
29216ed
qcow2: Move sync out of qcow2_alloc_clusters
by Kevin Wolf
· 15 years ago
1c4c281
qcow2: Move sync out of update_refcount
by Kevin Wolf
· 15 years ago
c01828f
qcow2: Move sync out of write_refcount_block_entries
by Kevin Wolf
· 15 years ago
c2e2872
nbd: correctly manage default port
by Laurent Vivier
· 15 years ago
5fe1688
Improve qemu-nbd performance by 4400 %
by Laurent Vivier
· 15 years ago
581b9e2
raw-posix: handle > 512 byte alignment correctly
by Christoph Hellwig
· 15 years ago
72aef73
use qemu_blockalign consistently
by Christoph Hellwig
· 15 years ago
a655211
vvfat: Use cache=unsafe
by Kevin Wolf
· 15 years ago
9217e26
vvfat: Fix double free for opening the image rw
by Kevin Wolf
· 15 years ago
ac48e38
vvfat: Fix segfault on write to read-only disk
by Kevin Wolf
· 15 years ago
a287916
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 15 years ago
78aeb23
e1000: Pad short frames to minimum size (60 bytes)
by Stefan Hajnoczi
· 15 years ago
952afb7
mingw: use ASLR, no-SEH and DEP if available
by Blue Swirl
· 15 years ago
ebab172
cris: Fix watchdog resets
by Edgar E. Iglesias
· 15 years ago
58aebb9
cris: Fix TLB exec bit protection
by Edgar E. Iglesias
· 15 years ago
0b65b9e
Use gcc warning flag -Wnested-externs
by Blue Swirl
· 15 years ago
3ffd710
Use gcc warning flag -Wempty-body
by Blue Swirl
· 15 years ago
a21493e
Use a few more gcc warning flags
by Blue Swirl
· 15 years ago
6e15cb5
Use gcc warning flag -Wtype-limits
by Blue Swirl
· 15 years ago
7d14768
pxa2xx: fix SSSR TFN logic
by Blue Swirl
· 15 years ago
1c7242d
MIPS: fix yield handling
by Blue Swirl
· 15 years ago
d62d286
PPC: Suppress gcc warnings with -Wtype-limits
by Blue Swirl
· 15 years ago
95ee391
blkdebug: fix enum comparison
by Blue Swirl
· 15 years ago
603ff77
pxa2xx: remove useless checks
by Blue Swirl
· 15 years ago
4541678
Use range_covers_byte
by Blue Swirl
· 15 years ago
bf1b007
Introduce range.h
by Blue Swirl
· 15 years ago
f562e71
linux-user: improve flatload error checking
by Blue Swirl
· 15 years ago
d0b3e4f
linux-user: fix types in a comparison
by Blue Swirl
· 15 years ago
3872425
linux-user: fix socklen_t comparisons
by Blue Swirl
· 15 years ago
093209c
Check for errors during BIOS or kernel load
by Blue Swirl
· 15 years ago
dbf3c4b
Make ARP replies at least 64 bytes long
by Hervé Poussineau
· 15 years ago
0d49175
Accept packets with TTL=1
by Hervé Poussineau
· 15 years ago
abdfd95
cris: Avoid spurios hw_abort on recursive bus faults
by Edgar E. Iglesias
· 15 years ago
4155744
PPC: Redesign interrupt trigger path
by Alexander Graf
· 15 years ago
f844c81
PPC: Enable hint bits for lwarx/ldarx
by Alexander Graf
· 15 years ago
9a7c487
serial: Update parameters after load
by Michal Novotny
· 15 years ago
6b37c87
vhost: fix infinite loop on error path
by Michael S. Tsirkin
· 15 years ago
46411f8
Remove wrong semicolon in macro definition
by Stefan Weil
· 15 years ago
b660114
serial: Wrap debug prints around a DPRINTF macro
by Michal Novotny
· 15 years ago
73d7434
ESP: fix ESP DMA access when DMA is not enabled
by Blue Swirl
· 15 years ago
24e0e38
powerpc: Avoid TLB related log spamming
by Edgar E. Iglesias
· 15 years ago
2184d75
trace: fix a regex portability problem
by Blue Swirl
· 15 years ago
dda8521
trace: fix a typo
by Blue Swirl
· 15 years ago
876f256
HACKING: add rules for printf-like functions
by Blue Swirl
· 15 years ago
d241f14
HACKING: add string management rules
by Blue Swirl
· 15 years ago
54b2cc5
HACKING: add memory management rules
by Blue Swirl
· 15 years ago
8417443
HACKING: add C type rules
by Blue Swirl
· 15 years ago
45fad87
HACKING: add preprocessor rules
by Blue Swirl
· 15 years ago
9f810be
vmware_vga: Replace the few tab-indents with spaces (clean-up).
by Andrzej Zaborowski
· 15 years ago
Next »