Sign in
qemu
/
qemu
/
8dd9006e9b2869b1b4ae3a6f6e9acf249ce5f2f9
8dd9006
replication: pass BlockDriverState to reopen_backing_file
by Paolo Bonzini
· 8 years ago
d16341f
iothread: detach all block devices before stopping them
by Paolo Bonzini
· 8 years ago
e437016
aio: introduce qemu_get_current_aio_context
by Paolo Bonzini
· 8 years ago
f11672d
sheepdog: use BDRV_POLL_WHILE
by Paolo Bonzini
· 8 years ago
d746427
nfs: use BDRV_POLL_WHILE
by Paolo Bonzini
· 8 years ago
aa92d6c
nfs: move nfs_set_events out of the while loops
by Paolo Bonzini
· 8 years ago
88b062c
block: introduce BDRV_POLL_WHILE
by Paolo Bonzini
· 8 years ago
6653a73
qed: Implement .bdrv_drain
by Fam Zheng
· 8 years ago
d42cf28
block: change drain to look only at one child at a time
by Paolo Bonzini
· 8 years ago
9972354
block: add BDS field to count in-flight requests
by Paolo Bonzini
· 8 years ago
9a0cec6
mirror: use bdrv_drained_begin/bdrv_drained_end
by Paolo Bonzini
· 8 years ago
bae8196
blockjob: introduce .drain callback for jobs
by Paolo Bonzini
· 8 years ago
50ab0e0
replication: interrupt failover if the main device is closed
by Paolo Bonzini
· 8 years ago
9879b75
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
8639832
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' into staging
by Peter Maydell
· 8 years ago
b67d87f
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into staging
by Peter Maydell
· 8 years ago
db4df20
trace: Fix 'char **' compilation error in simple backend
by Fam Zheng
· 8 years ago
b74fc7f
iotests: Add test for NBD's blockdev-add interface
by Max Reitz
· 8 years ago
e07375f
iotests: Add assert_json_filename_equal() method
by Max Reitz
· 8 years ago
d35172b
socket_scm_helper: Accept fd directly
by Max Reitz
· 8 years ago
5fcbdf5
iotests.py: Allow concurrent qemu instances
by Max Reitz
· 8 years ago
bec8777
iotests.py: Add qemu_nbd function
by Max Reitz
· 8 years ago
6b02b1f
qapi: Allow blockdev-add for NBD
by Max Reitz
· 8 years ago
f84d431
block/nbd: Use SocketAddress options
by Max Reitz
· 8 years ago
491d6c7
block/nbd: Accept SocketAddress
by Max Reitz
· 8 years ago
48c38e0
block/nbd: Add nbd_has_filename_options_conflict()
by Max Reitz
· 8 years ago
fcfcd8f
block/nbd: Use qdict_put()
by Max Reitz
· 8 years ago
7edca33
block/nbd: Default port in nbd_refresh_filename()
by Max Reitz
· 8 years ago
442045c
block/nbd: Reject port parameter without host
by Max Reitz
· 8 years ago
82d7301
block/nbd: Drop trailing "." in error messages
by Max Reitz
· 8 years ago
e5b77ee
qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAX
by Kevin Wolf
· 8 years ago
cbc14ac
block: Remove bdrv_aio_ioctl()
by Kevin Wolf
· 8 years ago
151a293
raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl
by Kevin Wolf
· 8 years ago
16a389d
block: Introduce .bdrv_co_ioctl() driver callback
by Kevin Wolf
· 8 years ago
61b2450
block: Remove bdrv_ioctl()
by Kevin Wolf
· 8 years ago
0d4377b
raw-posix: Don't use bdrv_ioctl()
by Kevin Wolf
· 8 years ago
48af776
block: Use blk_co_ioctl() for all BB level ioctls
by Kevin Wolf
· 8 years ago
7381e95
block: Remove bdrv_aio_pdiscard()
by Kevin Wolf
· 8 years ago
8c2e3dd
block: Use blk_co_pdiscard() for all BB level discard
by Kevin Wolf
· 8 years ago
be07a88
block: Use blk_co_flush() for all BB level flushes
by Kevin Wolf
· 8 years ago
835f3d2
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into staging
by Peter Maydell
· 8 years ago
6e99f57
seabios: update to 1.10.0 release.
by Gerd Hoffmann
· 8 years ago
5929d7e
Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into staging
by Peter Maydell
· 8 years ago
8f9d84d
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 8 years ago
991a97a
Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' into staging
by Peter Maydell
· 8 years ago
ed28391
target-alpha: Emulate LL/SC using cmpxchg helpers
by Richard Henderson
· 9 years ago
6a73ecf
target-alpha: Introduce MMU_PHYS_IDX
by Richard Henderson
· 9 years ago
05188cc
target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
by Emilio G. Cota
· 9 years ago
f4e6eb7
linux-user: remove handling of aarch64's EXCP_STREX
by Emilio G. Cota
· 9 years ago
b50b82f
linux-user: remove handling of ARM's EXCP_STREX
by Emilio G. Cota
· 9 years ago
1dd089d
target-arm: emulate aarch64's LL/SC using cmpxchg helpers
by Emilio G. Cota
· 9 years ago
cf12bce
target-arm: emulate SWP with atomic_xchg helper
by Emilio G. Cota
· 9 years ago
354161b
target-arm: emulate LL/SC using cmpxchg helpers
by Emilio G. Cota
· 9 years ago
7f5616f
target-arm: Rearrange aa32 load and store functions
by Richard Henderson
· 9 years ago
070e3ed
tests: add atomic_add-bench
by Emilio G. Cota
· 9 years ago
37b995f
target-i386: remove helper_lock()
by Emilio G. Cota
· 9 years ago
ea97ebe
target-i386: emulate XCHG using atomic helper
by Emilio G. Cota
· 9 years ago
cfe819d
target-i386: emulate LOCK'ed BTX ops using atomic helpers
by Emilio G. Cota
· 9 years ago
f53b018
target-i386: emulate LOCK'ed XADD using atomic helper
by Emilio G. Cota
· 9 years ago
8eb8c73
target-i386: emulate LOCK'ed NEG using cmpxchg helper
by Emilio G. Cota
· 9 years ago
2a5fe8a
target-i386: emulate LOCK'ed NOT using atomic helper
by Emilio G. Cota
· 9 years ago
60e5734
target-i386: emulate LOCK'ed INC using atomic helper
by Emilio G. Cota
· 9 years ago
a7cee52
target-i386: emulate LOCK'ed OP instructions using atomic helpers
by Emilio G. Cota
· 9 years ago
ae03f8d
target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
by Emilio G. Cota
· 9 years ago
9168211
tcg: Emit barriers with parallel_cpus
by Richard Henderson
· 8 years ago
df79b99
tcg: Add CONFIG_ATOMIC64
by Richard Henderson
· 9 years ago
7ebee43
tcg: Add atomic128 helpers
by Richard Henderson
· 9 years ago
c482cb1
tcg: Add atomic helpers
by Richard Henderson
· 9 years ago
c86c6e4
cputlb: Tidy some macros
by Richard Henderson
· 9 years ago
82a45b9
cputlb: Move most of iotlb code out of line
by Richard Henderson
· 9 years ago
4097842
cputlb: Remove includes from softmmu_template.h
by Richard Henderson
· 9 years ago
3b08f0a
cputlb: Move probe_write out of softmmu_template.h
by Richard Henderson
· 9 years ago
dea2198
cputlb: Replace SHIFT with DATA_SIZE
by Richard Henderson
· 9 years ago
b67cb68
linux-user: enable parallel code generation on clone
by Alex Bennée
· 8 years ago
fdbc2b5
tcg: Add EXCP_ATOMIC
by Richard Henderson
· 9 years ago
1edaeee
int128: Add int128_make128
by Richard Henderson
· 9 years ago
0846beb
int128: Use __int128 if available
by Richard Henderson
· 9 years ago
258dfaa
exec: Avoid direct references to Int128 parts
by Richard Henderson
· 9 years ago
84bca39
atomics: Add __nocheck atomic operations
by Richard Henderson
· 8 years ago
83d0c71
atomics: add atomic_op_fetch variants
by Emilio G. Cota
· 9 years ago
61696dd
atomics: add atomic_xor
by Emilio G. Cota
· 9 years ago
d1a9f2d
atomics: Add parameters to macros
by Richard Henderson
· 8 years ago
cb3a052
virtio-gpu: fix memory leak in virtio_gpu_resource_create_2d
by Li Qiang
· 8 years ago
0c0fc2b
audio: intel-hda: check stream entry count during transfer
by Prasad J Pandit
· 8 years ago
2061c14
colo-proxy: fix memory leak
by Zhang Chen
· 8 years ago
c7c3591
net: rtl8139: limit processing of ring descriptors
by Prasad J Pandit
· 8 years ago
fdda170
net: vmxnet: initialise local tx descriptor
by Li Qiang
· 9 years ago
c89d416
e1000e: Don't zero out buffer address in rx descriptor
by Kevin Wolf
· 8 years ago
8caed3d
net: rocker: set limit to DMA buffer size
by Prasad J Pandit
· 8 years ago
2634ab7
net: eepro100: fix memory leak in device uninit
by Li Qiang
· 8 years ago
9463c07
tap-bsd: OpenBSD uses tap(4) now
by Brad Smith
· 8 years ago
67aa449
net: pcnet: fix source formatting and indentation
by Prasad J Pandit
· 8 years ago
34e29ce
net: pcnet: check rx/tx descriptor ring length
by Prasad J Pandit
· 8 years ago
36f0399
target-m68k: Optimize gen_flush_flags
by Richard Henderson
· 10 years ago
9d89662
target-m68k: Optimize some comparisons
by Richard Henderson
· 10 years ago
b459e3e
target-m68k: Use setcond for scc
by Richard Henderson
· 10 years ago
6a43229
target-m68k: Introduce DisasCompare
by Richard Henderson
· 10 years ago
620c6cf
target-m68k: Reorg flags handling
by Richard Henderson
· 10 years ago
18dd87f
target-m68k: Remove incorrect clearing of cc_x
by Richard Henderson
· 10 years ago
99c5144
target-m68k: Some fixes to SR and flags management
by Richard Henderson
· 10 years ago
Next »