index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
image-fuzzer: Reduce number of generator functions in __init__
Maria Kustova
2014-08-15
1
-161
/
+143
|
*
|
|
image-fuzzer: Add generators of L1/L2 tables
Maria Kustova
2014-08-15
1
-65
/
+190
|
*
|
|
image-fuzzer: Add fuzzing functions for L1/L2 table entries
Maria Kustova
2014-08-15
1
-0
/
+28
|
*
|
|
docs: Expand the list of supported image elements with L1/L2 tables
Maria Kustova
2014-08-15
1
-2
/
+1
|
*
|
|
image-fuzzer: Public API for image-fuzzer/runner/runner.py
Maria Kustova
2014-08-15
1
-0
/
+1
|
*
|
|
image-fuzzer: Generator of fuzzed qcow2 images
Maria Kustova
2014-08-15
1
-0
/
+369
|
*
|
|
image-fuzzer: Fuzzing functions for qcow2 images
Maria Kustova
2014-08-15
1
-0
/
+327
|
*
|
|
image-fuzzer: Tool for fuzz tests execution
Maria Kustova
2014-08-15
1
-0
/
+405
|
*
|
|
docs: Specification for the image fuzzer
Maria Kustova
2014-08-15
1
-0
/
+239
|
*
|
|
ide: only constrain read/write requests to drive size, not other types
Michael Tokarev
2014-08-15
1
-1
/
+2
|
*
|
|
virtio-blk: Correct bug in support for flexible descriptor layout
Marc Marí
2014-08-15
1
-7
/
+7
|
*
|
|
libqos: Change free function called in malloc
Marc Marí
2014-08-15
1
-1
/
+1
|
*
|
|
libqos: Correct mask to align size to PAGE_SIZE in malloc-pc
Marc Marí
2014-08-15
1
-1
/
+1
|
*
|
|
libqtest: add QTEST_LOG for debugging qtest testcases
Marc Marí
2014-08-15
1
-0
/
+4
|
*
|
|
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
2014-08-15
2
-1
/
+17
|
*
|
|
qemu-options: add missing -drive discard option to cmdline help
Peter Lieven
2014-08-15
1
-1
/
+1
|
*
|
|
parallels: 2TB+ parallels images support
Denis V. Lunev
2014-08-15
1
-5
/
+20
|
*
|
|
parallels: split check for parallels format in parallels_open
Denis V. Lunev
2014-08-15
1
-5
/
+8
|
*
|
|
parallels: replace tabs with spaces in block/parallels.c
Denis V. Lunev
2014-08-15
1
-5
/
+5
|
*
|
|
parallels: extend parallels format header with actual data values
Denis V. Lunev
2014-08-15
1
-3
/
+5
|
*
|
|
dataplane: stop trying on notifier error
Cornelia Huck
2014-08-15
1
-1
/
+10
|
*
|
|
dataplane: fail notifier setting gracefully
Cornelia Huck
2014-08-15
1
-4
/
+11
|
*
|
|
dataplane: print why starting failed
Cornelia Huck
2014-08-15
1
-5
/
+8
|
*
|
|
channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
2014-08-15
1
-1
/
+1
|
*
|
|
qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
2014-08-15
1
-2
/
+2
|
*
|
|
cmd646: synchronise UDMA interrupt status with DMA interrupt status
Mark Cave-Ayland
2014-08-15
1
-0
/
+24
|
*
|
|
cmd646: allow MRDMODE interrupt status bits clearing from PCI config space
Mark Cave-Ayland
2014-08-15
1
-2
/
+30
|
*
|
|
cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEState
Mark Cave-Ayland
2014-08-15
1
-5
/
+4
|
*
|
|
cmd646: synchronise DMA interrupt status with UDMA interrupt status
Mark Cave-Ayland
2014-08-15
1
-0
/
+22
|
*
|
|
cmd646: add constants for CNTRL register access
Mark Cave-Ayland
2014-08-15
1
-2
/
+5
|
*
|
|
qtest/ide: Fix small memory leak
John Snow
2014-08-15
1
-0
/
+2
|
*
|
|
libqos: allow qpci_iomap to return BAR mapping size
John Snow
2014-08-15
5
-7
/
+10
|
*
|
|
libqos: Fixes a small memory leak.
John Snow
2014-08-15
2
-0
/
+8
|
*
|
|
libqtest: Correct small memory leak.
John Snow
2014-08-15
1
-0
/
+1
|
*
|
|
libqos: Correct memory leak
John Snow
2014-08-15
1
-0
/
+3
|
*
|
|
qtest: Adding qtest_memset and qmemset.
John Snow
2014-08-15
2
-0
/
+36
|
*
|
|
q35: Enable the ioapic device to be seen by qtest.
John Snow
2014-08-15
1
-1
/
+1
|
*
|
|
ahci: construct PIO Setup FIS for PIO commands
Paolo Bonzini
2014-08-15
1
-0
/
+70
|
*
|
|
ide: make all commands go through cmd_done
Paolo Bonzini
2014-08-15
4
-24
/
+16
|
*
|
|
ide: stop PIO transfer on errors
Paolo Bonzini
2014-08-15
1
-3
/
+2
|
*
|
|
ahci: remove duplicate PORT_IRQ_* constants
Paolo Bonzini
2014-08-15
2
-24
/
+3
|
*
|
|
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
2014-08-15
3
-23
/
+23
|
*
|
|
ide: move BM_STATUS bits to pci.[ch]
Paolo Bonzini
2014-08-15
3
-11
/
+11
|
*
|
|
ide: fold add_status callback into set_inactive
Paolo Bonzini
2014-08-15
6
-34
/
+15
|
*
|
|
ide: remove wrong setting of BM_STATUS_INT
Paolo Bonzini
2014-08-15
2
-5
/
+0
|
*
|
|
ide: wrap start_dma callback
Paolo Bonzini
2014-08-15
3
-11
/
+11
|
*
|
|
ide: simplify start_transfer callbacks
Paolo Bonzini
2014-08-15
5
-24
/
+5
|
*
|
|
ide: simplify async_cmd_done callbacks
Paolo Bonzini
2014-08-15
2
-4
/
+2
|
*
|
|
ide: simplify set_inactive callbacks
Paolo Bonzini
2014-08-15
5
-13
/
+5
|
*
|
|
ide: simplify reset callbacks
Paolo Bonzini
2014-08-15
5
-13
/
+6
[prev]
[next]