Sign in
qemu
/
qemu
/
f187743acd39747cc8cc32111518142c924963b9
f187743
block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot()
by Kevin Wolf
· 11 years ago
b998875
block: Fix snapshot=on for protocol parsed from filename
by Kevin Wolf
· 11 years ago
cd40890
qemu-iotests: Remove CR line endings in reference output
by Kevin Wolf
· 11 years ago
e3fa4bf
block: Don't parse 'filename' option
by Kevin Wolf
· 11 years ago
8885ead
qcow2: Put cache reference in error case
by Kevin Wolf
· 11 years ago
4c2e5f8
qcow2: Flush metadata during read-only reopen
by Kevin Wolf
· 11 years ago
cbee81f
iscsi: Don't set error if already set in iscsi_do_inquiry
by Fam Zheng
· 11 years ago
5913815
Update version for v2.0.0-rc1 release
by Peter Maydell
· 11 years ago
v2.0.0-rc1
888157f
Merge remote-tracking branch 'remotes/riku/for-2.0' into staging
by Peter Maydell
· 11 years ago
de03c31
bswap: Fix build on FreeBSD 10.0
by Andreas Färber
· 11 years ago
87d8354
PPC: openpic_kvm: Filter memory events properly
by Alexander Graf
· 11 years ago
784a559
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
by Peter Maydell
· 11 years ago
97891af
MAINTAINERS: Update Peter Crosthwaite's email
by Peter Crosthwaite
· 11 years ago
c97ca29
iscsi: always query max WRITE SAME length
by Paolo Bonzini
· 11 years ago
b2f9c08
iscsi: ignore flushes on scsi-generic devices
by Paolo Bonzini
· 11 years ago
27898a5
iscsi: recognize "invalid field" ASCQ from WRITE SAME command
by Paolo Bonzini
· 11 years ago
d581eb7
scsi-bus: remove bogus assertion
by Paolo Bonzini
· 11 years ago
82c6f51
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 11 years ago
9bcec93
trace: add workaround for SystemTap PR13296
by Frank Ch. Eigler
· 11 years ago
53e11bd
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
507979a
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-7' into staging
by Peter Maydell
· 11 years ago
c792707
qcow2: link all L2 meta updates in preallocate()
by Stefan Hajnoczi
· 11 years ago
9302e86
parallels: Sanity check for s->tracks (CVE-2014-0142)
by Kevin Wolf
· 11 years ago
afbcc40
parallels: Fix catalog size integer overflow (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
5dae6e3
qcow2: Limit snapshot table size
by Kevin Wolf
· 11 years ago
6a83f8b
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
c05e466
qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)
by Kevin Wolf
· 11 years ago
11b128f
qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
by Kevin Wolf
· 11 years ago
6b7d4c5
qcow2: Fix copy_sectors() with VM state
by Kevin Wolf
· 11 years ago
8f4754e
block: Limit request size (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
1e7226f
block: vdi bounds check qemu-io tests
by Jeff Cody
· 11 years ago
f0dce23
dmg: prevent chunk buffer overflow (CVE-2014-0145)
by Stefan Hajnoczi
· 11 years ago
686d714
dmg: use uint64_t consistently for sectors and lengths
by Stefan Hajnoczi
· 11 years ago
c165f77
dmg: sanitize chunk length and sectorcount (CVE-2014-0145)
by Stefan Hajnoczi
· 11 years ago
eb71803
dmg: use appropriate types when reading chunks
by Stefan Hajnoczi
· 11 years ago
b404bf8
dmg: drop broken bdrv_pread() loop
by Stefan Hajnoczi
· 11 years ago
73ed27e
dmg: prevent out-of-bounds array access on terminator
by Stefan Hajnoczi
· 11 years ago
2c1885a
dmg: coding style and indentation cleanup
by Stefan Hajnoczi
· 11 years ago
cab60de
qcow2: Fix new L1 table size check (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
0abe740
qcow2: Protect against some integer overflows in bdrv_check
by Kevin Wolf
· 11 years ago
bb572ae
qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref
by Kevin Wolf
· 11 years ago
2b5d595
qcow2: Check new refcount table size on growth
by Kevin Wolf
· 11 years ago
db8a31d
qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
b106ad9
qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147)
by Kevin Wolf
· 11 years ago
6d33e8e
qcow2: Fix backing file name length check
by Kevin Wolf
· 11 years ago
2d51c32
qcow2: Validate active L1 table offset and size (CVE-2014-0144)
by Kevin Wolf
· 11 years ago
ce48f2f4
qcow2: Validate snapshot table offset/size (CVE-2014-0144)
by Kevin Wolf
· 11 years ago
8c7de28
qcow2: Validate refcount table offset
by Kevin Wolf
· 11 years ago
5dab2fa
qcow2: Check refcount table size (CVE-2014-0144)
by Kevin Wolf
· 11 years ago
a1b3955c
qcow2: Check backing_file_offset (CVE-2014-0144)
by Kevin Wolf
· 11 years ago
24342f2
qcow2: Check header_length (CVE-2014-0144)
by Kevin Wolf
· 11 years ago
6d4b9e5
curl: check data size before memcpy to local buffer. (CVE-2014-0144)
by Fam Zheng
· 11 years ago
1d7678d
vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)
by Jeff Cody
· 11 years ago
63fa06d
vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
by Jeff Cody
· 11 years ago
5e71dfa
vpc: Validate block size (CVE-2014-0142)
by Kevin Wolf
· 11 years ago
97f1c45c
vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
by Jeff Cody
· 11 years ago
a9ba36a
bochs: Fix bitmap offset calculation
by Kevin Wolf
· 11 years ago
8e53abb
bochs: Check extent_size header field (CVE-2014-0142)
by Kevin Wolf
· 11 years ago
e3737b8
bochs: Check catalog_size header field (CVE-2014-0143)
by Kevin Wolf
· 11 years ago
246f658
bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
by Kevin Wolf
· 11 years ago
3dd8a67
bochs: Unify header structs and make them QEMU_PACKED
by Kevin Wolf
· 11 years ago
24f3078
qemu-iotests: Support for bochs format
by Kevin Wolf
· 11 years ago
42d43d3
block/cloop: fix offsets[] size off-by-one
by Stefan Hajnoczi
· 11 years ago
f56b9bc
block/cloop: refuse images with bogus offsets (CVE-2014-0144)
by Stefan Hajnoczi
· 11 years ago
7b103b3
block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)
by Stefan Hajnoczi
· 11 years ago
509a41b
block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)
by Stefan Hajnoczi
· 11 years ago
d65f97a
block/cloop: validate block_size header field (CVE-2014-0144)
by Stefan Hajnoczi
· 11 years ago
05560fc
qemu-iotests: add cloop input validation tests
by Stefan Hajnoczi
· 11 years ago
47f73da
qemu-iotests: add ./check -cloop support
by Stefan Hajnoczi
· 11 years ago
c5a33ee
qcow2: fix two memory leaks in qcow2_open error code path
by Prasad Joshi
· 11 years ago
4c70966
vvfat: Fix :floppy: option to suppress partition table
by Markus Armbruster
· 11 years ago
bdf866f
qemu-img: Release reference to BlockDriverState
by Prasad Joshi
· 11 years ago
bdcc3a2
input: add sanity check
by Gerd Hoffmann
· 11 years ago
0419f78
input: mouse_set should check input device type.
by Hani Benhabiles
· 11 years ago
e82597f
input: fix input_event_key_number trace event
by Gerd Hoffmann
· 11 years ago
d25295d
linux-user: pass correct host flags to accept4()
by Petar Jovanovic
· 11 years ago
95224e8
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging
by Peter Maydell
· 11 years ago
7373fc7
tmp105-test: Test QOM property and precision
by Paolo Bonzini
· 11 years ago
a4ec5bb
tmp105-test: Add a second sensor and test that one
by Paolo Bonzini
· 11 years ago
cebac61
tmp105-test: Wrap simple building blocks for testing
by Paolo Bonzini
· 11 years ago
efdf6a5
tmp105: Read temperature in milli-celsius
by Paolo Bonzini
· 11 years ago
e683eb9
tests: Add i82801b11 qtest
by Andreas Färber
· 11 years ago
627b1a1
pvpanic-test: Assert pause event
by Andreas Färber
· 11 years ago
66e0c7b
qtest: Factor out qtest_qmp_receive()
by Andreas Färber
· 11 years ago
abc5373
tests: Add pvpanic qtest
by Andreas Färber
· 11 years ago
2d888c0
tests: Add virtio-9p qtest
by Andreas Färber
· 11 years ago
fc96779
tests: Add nvme qtest
by Andreas Färber
· 11 years ago
592408b
nvme: Permit zero-length block devices
by Andreas Färber
· 11 years ago
5c4e24c
tests: Correctly skip qtest on non-POSIX hosts
by Stefan Hajnoczi
· 11 years ago
d597a32
tests: Skip POSIX-only tests on Windows
by Stefan Hajnoczi
· 11 years ago
0875709
tests: Remove unsupported tests for MinGW
by Stefan Weil
· 11 years ago
d766825
qtest: Keep list of qtest instances for SIGABRT handler
by Stefan Hajnoczi
· 11 years ago
96b8ca4
Revert "qtest: Fix crash if SIGABRT during qtest_init()"
by Stefan Hajnoczi
· 11 years ago
63678e1
configure: add option to disable -fstack-protector flags
by Steven Noonan
· 11 years ago
58b5901
pci: Fix clearing IRQs on reset
by Cole Robinson
· 11 years ago
7d4d797
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging
by Peter Maydell
· 11 years ago
0d6d1ab
cpu: Avoid QOM casts for CPU()
by Andreas Färber
· 11 years ago
c8c14bc
target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
by Luiz Capitulino
· 11 years ago
8648fcd
make-release: Record SeaBIOS version
by Andreas Färber
· 11 years ago
b3706fa
Merge remote-tracking branch 'remotes/rth/tcg-arm-unaligned' into staging
by Peter Maydell
· 11 years ago
Next »