index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-17
apb: add IOMMU flush register implementation
Mark Cave-Ayland
1
-2
/
+10
2014-08-17
sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
Mark Cave-Ayland
1
-2
/
+2
2014-08-15
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...
Peter Maydell
28
-42
/
+62
2014-08-15
qcow2: fix new_blocks double-free in alloc_refcount_block()
Stefan Hajnoczi
1
-0
/
+1
2014-08-15
image-fuzzer: Reduce number of generator functions in __init__
Maria Kustova
1
-161
/
+143
2014-08-15
image-fuzzer: Add generators of L1/L2 tables
Maria Kustova
1
-65
/
+190
2014-08-15
image-fuzzer: Add fuzzing functions for L1/L2 table entries
Maria Kustova
1
-0
/
+28
2014-08-15
docs: Expand the list of supported image elements with L1/L2 tables
Maria Kustova
1
-2
/
+1
2014-08-15
image-fuzzer: Public API for image-fuzzer/runner/runner.py
Maria Kustova
1
-0
/
+1
2014-08-15
image-fuzzer: Generator of fuzzed qcow2 images
Maria Kustova
1
-0
/
+369
2014-08-15
image-fuzzer: Fuzzing functions for qcow2 images
Maria Kustova
1
-0
/
+327
2014-08-15
image-fuzzer: Tool for fuzz tests execution
Maria Kustova
1
-0
/
+405
2014-08-15
docs: Specification for the image fuzzer
Maria Kustova
1
-0
/
+239
2014-08-15
ide: only constrain read/write requests to drive size, not other types
Michael Tokarev
1
-1
/
+2
2014-08-15
virtio-blk: Correct bug in support for flexible descriptor layout
Marc Marí
1
-7
/
+7
2014-08-15
libqos: Change free function called in malloc
Marc Marí
1
-1
/
+1
2014-08-15
libqos: Correct mask to align size to PAGE_SIZE in malloc-pc
Marc Marí
1
-1
/
+1
2014-08-15
libqtest: add QTEST_LOG for debugging qtest testcases
Marc Marí
1
-0
/
+4
2014-08-15
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
2
-1
/
+17
2014-08-15
qemu-options: add missing -drive discard option to cmdline help
Peter Lieven
1
-1
/
+1
2014-08-15
parallels: 2TB+ parallels images support
Denis V. Lunev
1
-5
/
+20
2014-08-15
parallels: split check for parallels format in parallels_open
Denis V. Lunev
1
-5
/
+8
2014-08-15
parallels: replace tabs with spaces in block/parallels.c
Denis V. Lunev
1
-5
/
+5
2014-08-15
parallels: extend parallels format header with actual data values
Denis V. Lunev
1
-3
/
+5
2014-08-15
dataplane: stop trying on notifier error
Cornelia Huck
1
-1
/
+10
2014-08-15
dataplane: fail notifier setting gracefully
Cornelia Huck
1
-4
/
+11
2014-08-15
dataplane: print why starting failed
Cornelia Huck
1
-5
/
+8
2014-08-15
channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
1
-1
/
+1
2014-08-15
qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
1
-2
/
+2
2014-08-15
cmd646: synchronise UDMA interrupt status with DMA interrupt status
Mark Cave-Ayland
1
-0
/
+24
2014-08-15
cmd646: allow MRDMODE interrupt status bits clearing from PCI config space
Mark Cave-Ayland
1
-2
/
+30
2014-08-15
cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEState
Mark Cave-Ayland
1
-5
/
+4
2014-08-15
cmd646: synchronise DMA interrupt status with UDMA interrupt status
Mark Cave-Ayland
1
-0
/
+22
2014-08-15
cmd646: add constants for CNTRL register access
Mark Cave-Ayland
1
-2
/
+5
2014-08-15
qtest/ide: Fix small memory leak
John Snow
1
-0
/
+2
2014-08-15
libqos: allow qpci_iomap to return BAR mapping size
John Snow
5
-7
/
+10
2014-08-15
libqos: Fixes a small memory leak.
John Snow
2
-0
/
+8
2014-08-15
libqtest: Correct small memory leak.
John Snow
1
-0
/
+1
2014-08-15
libqos: Correct memory leak
John Snow
1
-0
/
+3
2014-08-15
qtest: Adding qtest_memset and qmemset.
John Snow
2
-0
/
+36
2014-08-15
q35: Enable the ioapic device to be seen by qtest.
John Snow
1
-1
/
+1
2014-08-15
ahci: construct PIO Setup FIS for PIO commands
Paolo Bonzini
1
-0
/
+70
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
4
-24
/
+16
2014-08-15
ide: stop PIO transfer on errors
Paolo Bonzini
1
-3
/
+2
2014-08-15
ahci: remove duplicate PORT_IRQ_* constants
Paolo Bonzini
2
-24
/
+3
2014-08-15
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
3
-23
/
+23
2014-08-15
ide: move BM_STATUS bits to pci.[ch]
Paolo Bonzini
3
-11
/
+11
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
6
-34
/
+15
2014-08-15
ide: remove wrong setting of BM_STATUS_INT
Paolo Bonzini
2
-5
/
+0
2014-08-15
ide: wrap start_dma callback
Paolo Bonzini
3
-11
/
+11
[prev]
[next]