Sign in
qemu
/
qemu
/
d51a67b4d3214654a7b100c0873b77cb2bf87f29
d51a67b
qapi: Convert human-monitor-command
by Luiz Capitulino
· 13 years ago
6106e24
qapi: Convert blockdev_snapshot_sync
by Luiz Capitulino
· 13 years ago
5e7caac
qapi: Convert block_resize
by Luiz Capitulino
· 13 years ago
d72f326
qapi: Convert balloon
by Luiz Capitulino
· 13 years ago
a4dea8a
qapi: Convert block_passwd
by Luiz Capitulino
· 13 years ago
4b37156
qapi: Convert set_link
by Luiz Capitulino
· 13 years ago
ab49ab5
qapi: Convert inject-nmi
by Luiz Capitulino
· 13 years ago
e42e818
qapi: Convert cont
by Luiz Capitulino
· 13 years ago
6d3962b
qapi: Convert pmemsave
by Luiz Capitulino
· 13 years ago
0cfd6a9
qapi: Convert memsave
by Luiz Capitulino
· 13 years ago
5889887
QError: Introduce QERR_IO_ERROR
by Luiz Capitulino
· 13 years ago
25e48c8
console: Drop unused prototypes
by Luiz Capitulino
· 13 years ago
22e1bb9
qapi: Complete system_powerdown conversion
by Luiz Capitulino
· 13 years ago
81244ff
Drop test-visitor
by Luiz Capitulino
· 13 years ago
d88f5fd
Introduce test-qmp-input-visitor
by Luiz Capitulino
· 13 years ago
f294f82
Introduce test-qmp-output-visitor
by Luiz Capitulino
· 13 years ago
4ec0263
configure: Don't mix glib and libcheck tests
by Luiz Capitulino
· 13 years ago
1c1d46c
qmp: add test tool for QMP
by Mark Wu
· 13 years ago
4b389b5
docs: Add writing-qmp-commands.txt
by Luiz Capitulino
· 13 years ago
217bfb4
hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs
by Peter Maydell
· 13 years ago
21d89f8
configure: Drop armv4l/armv4b distinction in $cpu
by Peter Maydell
· 13 years ago
81584fd
pseries: Fix array overrun bug in PCI code
by David Gibson
· 13 years ago
f4fc247
target-arm/helper.c: Don't allocate TCG resources unless TCG enabled
by Peter Maydell
· 13 years ago
02afbf6
target-arm/translate.c: Fix slightly misleading comment in Thumb decoder
by Peter Maydell
· 13 years ago
4abc7eb
Fix hw_error messages from arm_timer.c
by Peter Chubb
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
f6480ca
Merge remote-tracking branch 'aneesh/1.0-fixes' into staging
by Anthony Liguori
· 13 years ago
cac1e30
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
01e7a53
Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging
by Anthony Liguori
· 13 years ago
4eb2d2d
Update version for 1.1 development branch
by Anthony Liguori
· 13 years ago
922453b
block: convert qemu_aio_flush() calls to bdrv_drain_all()
by Stefan Hajnoczi
· 13 years ago
5f8b649
block: wait_for_overlapping_requests() deadlock detection
by Stefan Hajnoczi
· 13 years ago
bd9533e
block: implement bdrv_co_is_allocated() boundary cases
by Stefan Hajnoczi
· 13 years ago
c57c465
dma-helpers: Add trace events
by Kevin Wolf
· 13 years ago
e94d138
cow: use bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
fb0490f
block: add -drive copy-on-read=on|off
by Stefan Hajnoczi
· 13 years ago
ab18592
block: core copy-on-read logic
by Stefan Hajnoczi
· 13 years ago
d83947a
block: request overlap detection
by Stefan Hajnoczi
· 13 years ago
f465828
block: wait for overlapping requests
by Stefan Hajnoczi
· 13 years ago
53fec9d
block: add interface to toggle copy-on-read
by Stefan Hajnoczi
· 13 years ago
dbffbdc
block: add request tracking
by Stefan Hajnoczi
· 13 years ago
e8ee5e4
coroutine: add qemu_co_queue_restart_all()
by Stefan Hajnoczi
· 13 years ago
3951690
qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros
by Stefan Hajnoczi
· 13 years ago
060f51c
block: add bdrv_co_is_allocated() interface
by Stefan Hajnoczi
· 13 years ago
6aebab1
block: drop .bdrv_is_allocated() interface
by Stefan Hajnoczi
· 13 years ago
8114583
cow: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
e850b35
vdi: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
73f703c
vvfat: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
f8a2e5e
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
b7d5a5b
qed: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
376ae3f
block: add .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
05c4af5
block: use public bdrv_is_allocated() interface
by Stefan Hajnoczi
· 13 years ago
e3f652b
qcow2: Fix error path in qcow2_snapshot_load_tmp
by Kevin Wolf
· 13 years ago
9a47678
qcow2: Fix order in qcow2_snapshot_delete
by Kevin Wolf
· 13 years ago
43a0cac
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
by Kevin Wolf
· 13 years ago
589f284
qcow2: Return real error in qcow2_snapshot_goto
by Kevin Wolf
· 13 years ago
d1ea98d
qcow2: Rework qcow2_snapshot_create error handling
by Kevin Wolf
· 13 years ago
0334316
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
by Kevin Wolf
· 13 years ago
d69969c
qcow2: Update snapshot table information at once
by Kevin Wolf
· 13 years ago
07fd877
qcow2: Return real error code in qcow2_write_snapshots
by Kevin Wolf
· 13 years ago
42deb29
qcow2: Return real error code in qcow2_read_snapshots
by Kevin Wolf
· 13 years ago
a968168
block: Add coroutine_fn marker to coroutine functions
by Dong Xu Wang
· 13 years ago
727f005
hmp/qmp: add block_set_io_throttle
by Zhi Yong Wu
· 13 years ago
98f90db
block: add I/O throttling algorithm
by Zhi Yong Wu
· 13 years ago
e9e6295
CoQueue: introduce qemu_co_queue_wait_insert_head
by Zhi Yong Wu
· 13 years ago
0563e19
block: add the blockio limits command line support
by Zhi Yong Wu
· 13 years ago
3535a9c
block: Use bdrv functions to replace file operation in cow.c
by Li Zhi Hui
· 13 years ago
4e5b184
xen_disk: remove dead code
by Paolo Bonzini
· 13 years ago
23e9a39
qed: adjust the way to get nb_sectors
by Zhi Yong Wu
· 13 years ago
aef4acb
qcow2: avoid reentrant bdrv_read() in copy_sectors()
by Stefan Hajnoczi
· 13 years ago
1b9f149
qcow2: Unlock during COW
by Kevin Wolf
· 14 years ago
8b88827
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
by Aneesh Kumar K.V
· 13 years ago
8798d6c
hw/9pfs: Add qdev.reset callback for virtio-9p-pci device
by Aneesh Kumar K.V
· 13 years ago
b41e299
hw/9pfs: Reset server state during TVERSION
by Deepak C Shetty
· 13 years ago
e9a0152
hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted
by Aneesh Kumar K.V
· 13 years ago
77eec1b
hw/9pfs: Improve portability to older systems
by Aneesh Kumar K.V
· 13 years ago
07f3507
fix spelling in main directory
by Dong Xu Wang
· 13 years ago
9b2260c
fix spelling in block sub directory
by Dong Xu Wang
· 13 years ago
e5bed75
fix spelling in ui sub directory
by Dong Xu Wang
· 13 years ago
4565807
fix spelling in tests sub directory
by Dong Xu Wang
· 13 years ago
9814dd2
fix spelling in tcg sub directory
by Dong Xu Wang
· 13 years ago
4abf79a
fix spelling in target sub directory
by Dong Xu Wang
· 13 years ago
68dfbcd
fix spelling in scripts sub directory
by Dong Xu Wang
· 13 years ago
dee3bff
fix spelling in QMP sub directory
by Dong Xu Wang
· 13 years ago
cba919d
fix spelling in libcacard sub directory
by Dong Xu Wang
· 13 years ago
b4916d7
fix spelling in linux-user sub directory
by Dong Xu Wang
· 13 years ago
bcb15d9
fix spelling in darwin-user sub directory
by Dong Xu Wang
· 13 years ago
7a4bbe8
darwin-user: Fix format string in debug message
by Stefan Weil
· 13 years ago
c91bbff
MAINTAINERS: Delete spurious '.'
by Peter Maydell
· 13 years ago
66d3f19
qxl: Don't convert from size_t to int and back in qxl_cursor()
by Markus Armbruster
· 13 years ago
d180589
sonic: fix typo
by Hervé Poussineau
· 13 years ago
1c8a881
Update version for 1.0 release
by Anthony Liguori
· 13 years ago
v1.0
9b12940
Makefile: use full path for qapi-generated directory
by Michael Roth
· 13 years ago
d8e1f21
qapi: fix guardname generation
by Michael Roth
· 13 years ago
85e8326
Update version for 1.0-rc4
by Anthony Liguori
· 13 years ago
v1.0-rc4
7e62255
ccid: Fix buffer overrun in handling of VSC_ATR message
by Markus Armbruster
· 13 years ago
aea317a
Revert "fix out of tree build"
by Anthony Liguori
· 13 years ago
023ddd7
configure: avoid screening of --{en, dis}able-usb-redir options
by Max Filippov
· 13 years ago
eba90e4
cutils: Make strtosz & friends leave follow set to callers
by Markus Armbruster
· 13 years ago
e36b369
qemu-img: Tighten parsing of size arguments
by Markus Armbruster
· 13 years ago
Next »