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
2015-03-11
Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.3-1' into staging
Peter Maydell
1
-1
/
+1
2015-03-11
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...
Peter Maydell
24
-150
/
+52
2015-03-11
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
8
-94
/
+78
2015-03-11
virtio-serial: fix segfault on NULL port names
Amit Shah
1
-1
/
+1
2015-03-11
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
13
-323
/
+463
2015-03-10
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...
Peter Maydell
5
-16
/
+18
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
19
-75
/
+152
2015-03-10
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
19
-139
/
+25
2015-03-10
unicore32: Use uc32_cpu_init()
Eduardo Habkost
1
-2
/
+4
2015-03-10
m68k: Use cpu_m68k_init()
Eduardo Habkost
1
-2
/
+4
2015-03-10
target-unicore32: Make uc32_cpu_init() return UniCore32CPU
Eduardo Habkost
2
-10
/
+14
2015-03-10
target-i386: Clean up misuse of qdev_init() in realize method
Markus Armbruster
1
-6
/
+2
2015-03-10
cpu: Add missing documentation for some CPUClass methods
Peter Maydell
1
-0
/
+12
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
85
-822
/
+2675
2015-03-10
MAINTAINERS: Add jcody as blockjobs, block devices maintainer
Jeff Cody
1
-0
/
+43
2015-03-10
iotests: add O_DIRECT alignment probing test
Stefan Hajnoczi
3
-0
/
+88
2015-03-10
block/raw-posix: fix launching with failed disks
Stefan Hajnoczi
1
-2
/
+27
2015-03-10
MAINTAINERS: Add jsnow as IDE maintainer
John Snow
1
-3
/
+17
2015-03-10
sheepdog: Fix misleading error messages in sd_snapshot_create()
Markus Armbruster
1
-3
/
+2
2015-03-10
Add testcase for scsi-hd devices without drive property
Christian Borntraeger
2
-0
/
+14
2015-03-10
scsi-hd: fix property unset case
Ekaterina Tumanova
1
-1
/
+6
2015-03-10
block/vdi: Add locking for parallel requests
Max Reitz
1
-0
/
+25
2015-03-10
iotests: Drop vpc from 004's and 104's format list
Max Reitz
2
-2
/
+2
2015-03-10
iotests: Remove 006
Max Reitz
3
-61
/
+1
2015-03-10
iotests: Fix 051's reference output
Max Reitz
1
-6
/
+3
2015-03-10
virtio-blk: Remove the stale FIXME comment
Fam Zheng
1
-6
/
+0
2015-03-10
tests: Check QVIRTIO_F_ANY_LAYOUT flag in virtio-blk test
Marc MarĂ
1
-46
/
+52
2015-03-10
libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c
Marc MarĂ
1
-4
/
+12
2015-03-10
sheepdog: fix confused return values
Liu Yuan
1
-0
/
+11
2015-03-10
qtest/ahci: add fragmented dma test
John Snow
1
-0
/
+59
2015-03-10
qtest/ahci: Add PIO and LBA48 tests
John Snow
1
-22
/
+134
2015-03-10
qtest/ahci: Add DMA test variants
John Snow
1
-6
/
+28
2015-03-10
libqos/ahci: add ahci command helpers
John Snow
2
-0
/
+47
2015-03-10
qtest/ahci: Add a macro bootup routine
John Snow
1
-6
/
+17
2015-03-10
libqos/ahci: Zero-fill AHCI headers
John Snow
1
-1
/
+1
2015-03-10
qtest/ide: Test flush / retry for ISA and PCI
John Snow
1
-5
/
+15
2015-03-10
ahci: Recompute cur_cmd on migrate post load
John Snow
1
-0
/
+7
2015-03-10
ahci: add support for restarting non-queued commands
Paolo Bonzini
1
-8
/
+15
2015-03-10
ahci: Migrate IDEStatus
John Snow
2
-0
/
+4
2015-03-10
ide: support PIO restart for the ISA controller
Paolo Bonzini
1
-1
/
+2
2015-03-10
ide: make more functions static
Paolo Bonzini
2
-8
/
+8
2015-03-10
ide: commonize io_buffer_index initialization
Paolo Bonzini
2
-4
/
+2
2015-03-10
ide: migrate initial request state via IDEBus
Paolo Bonzini
1
-1
/
+4
2015-03-10
ide: place initial state of the current request to IDEBus
Paolo Bonzini
4
-12
/
+16
2015-03-10
ide: replace set_unit callback with more IDEBus state
Paolo Bonzini
6
-26
/
+15
2015-03-10
ide: remove restart_cb callback
Paolo Bonzini
4
-16
/
+0
2015-03-10
ide: move restart callback to common code
Paolo Bonzini
4
-81
/
+81
2015-03-10
ide: pass IDEBus to the restart_cb
Paolo Bonzini
2
-6
/
+6
2015-03-10
ide: do not use BMDMA in restart callback
Paolo Bonzini
1
-3
/
+3
2015-03-10
ide: introduce ide_register_restart_cb
Paolo Bonzini
5
-6
/
+9
[next]