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-01-26
pci: add pci_for_each_bus_depth_first
Michael S. Tsirkin
2
-0
/
+42
2014-01-26
pc: make: fix dependencies: rebuild when included file is changed
Igor Mammedov
1
-1
/
+1
2014-01-26
acpi unit-test: do not fail on asl mismatch
Marcel Apfelbaum
1
-2
/
+11
2014-01-26
acpi unit-test: resolved iasl crash
Marcel Apfelbaum
1
-3
/
+15
2014-01-26
acpi unit-test: renamed ssdt_tables to tables
Marcel Apfelbaum
1
-24
/
+24
2014-01-26
tests: fix acpi to work on bigendian host
Alexey Kardashevskiy
1
-3
/
+3
2014-01-26
acpi unit-test: hook to rebuild expected aml files
Marcel Apfelbaum
1
-5
/
+25
2014-01-26
acpi unit-test: added script to rebuild the expected aml files
Marcel Apfelbaum
1
-0
/
+36
2014-01-26
acpi unit-test: extract iasl executable from configuration
Marcel Apfelbaum
1
-23
/
+8
2014-01-26
configure: add CONFIG_IASL to config-host.h
Marcel Apfelbaum
1
-0
/
+4
2014-01-26
acpi unit-test: compare DSDT and SSDT tables against expected values
Marcel Apfelbaum
1
-21
/
+240
2014-01-26
configure: added acpi unit-test files
Marcel Apfelbaum
1
-0
/
+4
2014-01-26
acpi unit-test: add test files
Marcel Apfelbaum
13
-0
/
+0
2014-01-26
virtio: Fix return value for dummy function vhost_net_virtqueue_pending
Stefan Weil
1
-1
/
+1
2014-01-26
ACPI: Fix AppleSMC _STA size
Gabriel L. Somlo
2
-8
/
+7
2014-01-26
Add DSDT node for AppleSMC
Gabriel L. Somlo
6
-1
/
+29
2014-01-26
Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump
Laszlo Ersek
1
-0
/
+339
2014-01-24
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
6
-23
/
+145
2014-01-24
Merge remote-tracking branch 'otubo/seccomp' into staging
Anthony Liguori
1
-1
/
+6
2014-01-24
Merge remote-tracking branch 'sweil/tags/for_anthony' into staging
Anthony Liguori
1
-3
/
+15
2014-01-24
Merge remote-tracking branch 'kraxel/tags/pull-audio-2' into staging
Anthony Liguori
1
-0
/
+18
2014-01-24
Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into staging
Anthony Liguori
10
-6
/
+305
2014-01-24
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
4
-1
/
+16
2014-01-24
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
77
-885
/
+3579
2014-01-24
block: Switch bdrv_io_limits_intercept() to byte granularity
Kevin Wolf
1
-8
/
+5
2014-01-24
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
6
-0
/
+504
2014-01-24
qemu-io: New command 'sleep'
Kevin Wolf
1
-0
/
+42
2014-01-24
blkdebug: Make required alignment configurable
Kevin Wolf
2
-0
/
+19
2014-01-24
iscsi: Set bs->request_alignment
Paolo Bonzini
1
-0
/
+1
2014-01-24
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
Kevin Wolf
2
-56
/
+9
2014-01-24
block: Make bdrv_pread() a bdrv_prwv_co() wrapper
Kevin Wolf
1
-36
/
+13
2014-01-24
block: Change coroutine wrapper to byte granularity
Kevin Wolf
1
-22
/
+26
2014-01-24
block: Assert serialisation assumptions in pwritev
Kevin Wolf
1
-4
/
+12
2014-01-24
block: Align requests in bdrv_co_do_pwritev()
Kevin Wolf
1
-1
/
+85
2014-01-24
block: Allow wait_serialising_requests() at any point
Kevin Wolf
2
-3
/
+12
2014-01-24
block: Make overlap range for serialisation dynamic
Kevin Wolf
2
-26
/
+31
2014-01-24
block: Generalise and optimise COR serialisation
Kevin Wolf
2
-21
/
+32
2014-01-24
block: Make zero-after-EOF work with larger alignment
Kevin Wolf
1
-3
/
+4
2014-01-24
block: Allow waiting for overlapping requests between begin/end
Kevin Wolf
1
-18
/
+20
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
3
-21
/
+42
2014-01-24
block: Introduce bdrv_co_do_pwritev()
Kevin Wolf
1
-6
/
+18
2014-01-24
block: write: Handle COR dependency after I/O throttling
Kevin Wolf
1
-4
/
+4
2014-01-24
block: Introduce bdrv_aligned_pwritev()
Kevin Wolf
1
-21
/
+41
2014-01-24
block: Introduce bdrv_co_do_preadv()
Kevin Wolf
1
-6
/
+58
2014-01-24
block: Introduce bdrv_aligned_preadv()
Kevin Wolf
1
-18
/
+43
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
4
-17
/
+132
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
7
-12
/
+12
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
3
-3
/
+26
2014-01-24
block: Detect unaligned length in bdrv_qiov_is_aligned()
Kevin Wolf
1
-0
/
+3
2014-01-24
qemu_memalign: Allow small alignments
Kevin Wolf
1
-0
/
+5
[next]