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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2012-07-23
qapi: introduce OptsVisitor
Laszlo Ersek
3
-1
/
+459
2012-07-23
expose QemuOpt and QemuOpts struct definitions to interested parties
Laszlo Ersek
2
-23
/
+54
2012-07-23
qapi: introduce "size" type
Laszlo Ersek
3
-0
/
+12
2012-07-23
qapi: generate C types for fixed-width integers
Laszlo Ersek
1
-0
/
+4
2012-07-23
qapi: add test case for deallocating traversal of incomplete structure
Laszlo Ersek
1
-0
/
+42
2012-07-23
qapi: fix error propagation
Paolo Bonzini
6
-70
/
+121
2012-07-23
MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi
Stefan Hajnoczi
1
-1
/
+2
2012-07-19
Revert "audio: Make PC speaker audio card available by default"
Anthony Liguori
1
-2
/
+2
2012-07-19
audio: Make PC speaker audio card available by default
Jan Kiszka
1
-2
/
+2
2012-07-18
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
39
-697
/
+1325
2012-07-18
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
22
-142
/
+230
2012-07-18
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
7
-42
/
+99
2012-07-18
Merge remote-tracking branch 'kraxel/bios.2' into staging
Anthony Liguori
6
-0
/
+38
2012-07-18
Merge remote-tracking branch 'kraxel/usb.57' into staging
Anthony Liguori
8
-34
/
+909
2012-07-17
build: fix build breakage due to bad merge
Anthony Liguori
1
-7
/
+4
2012-07-17
build: add make dist target (v2)
Anthony Liguori
2
-15
/
+39
2012-07-17
qemu-options.hx: Fix set_password and expire_password description
Michal Novotny
1
-2
/
+15
2012-07-17
qemu-options.hx: Improve -nodefaults description
Michal Novotny
1
-1
/
+4
2012-07-17
qemu-options.hx: Improve -{read|write}config options description
Michal Novotny
1
-2
/
+6
2012-07-17
constify value pointer for qdev_prop_set_string
Christian Borntraeger
2
-2
/
+2
2012-07-17
doc: Fix indefinite article an -> a before nouns that begin with 'h'
Stefan Weil
2
-2
/
+2
2012-07-17
fdc-test: Clean up a bit
Kevin Wolf
1
-16
/
+20
2012-07-17
fdc-test: introduce test_relative_seek
Pavel Hrdina
1
-5
/
+41
2012-07-17
fdc: fix relative seek
Pavel Hrdina
1
-4
/
+6
2012-07-17
qemu-iotests: Valgrind support
Kevin Wolf
2
-0
/
+21
2012-07-17
coroutine-ucontext: Help valgrind understand coroutines
Kevin Wolf
2
-0
/
+48
2012-07-17
qemu-io: Fix memory leaks
Kevin Wolf
1
-0
/
+4
2012-07-17
hw/block-common: Factor out fall back to legacy -drive cyls=...
Markus Armbruster
6
-85
/
+62
2012-07-17
blockdev: Don't limit DriveInfo serial to 20 characters
Markus Armbruster
4
-10
/
+6
2012-07-17
hw/block-common: Factor out fall back to legacy -drive serial=...
Markus Armbruster
7
-33
/
+34
2012-07-17
hw/block-common: Move BlockConf & friends from block.h
Markus Armbruster
7
-48
/
+48
2012-07-17
Relax IDE CHS limits from 16383,16,63 to 65535,16,255
Markus Armbruster
1
-4
/
+4
2012-07-17
blockdev: Drop redundant CHS validation for if=ide
Markus Armbruster
1
-3
/
+3
2012-07-17
hd-geometry: Compute BIOS CHS translation in one place
Markus Armbruster
5
-16
/
+18
2012-07-17
qtest: Test we don't put hard disk info into CMOS for a CD-ROM
Markus Armbruster
1
-0
/
+22
2012-07-17
ide pc: Put hard disk info into CMOS only for hard disks
Markus Armbruster
1
-1
/
+1
2012-07-17
block: Geometry and translation hints are now useless, purge them
Markus Armbruster
9
-77
/
+12
2012-07-17
qtest: Cover qdev property for BIOS CHS translation
Markus Armbruster
1
-6
/
+7
2012-07-17
ide: qdev property for BIOS CHS translation
Markus Armbruster
2
-5
/
+6
2012-07-17
qdev: New property type chs-translation
Markus Armbruster
2
-0
/
+18
2012-07-17
qdev: Collect private helpers in one place
Markus Armbruster
1
-72
/
+72
2012-07-17
qtest: Cover qdev properties for disk geometry
Markus Armbruster
1
-2
/
+4
2012-07-17
ide: qdev properties for disk geometry
Markus Armbruster
3
-7
/
+38
2012-07-17
virtio-blk: qdev properties for disk geometry
Markus Armbruster
3
-9
/
+34
2012-07-17
scsi-hd: qdev properties for disk geometry
Markus Armbruster
1
-23
/
+46
2012-07-17
hd-geometry: Switch to uint32_t to match BlockConf
Markus Armbruster
6
-7
/
+7
2012-07-17
qdev: Introduce block geometry properties
Markus Armbruster
1
-1
/
+7
2012-07-17
blockdev: Save geometry in DriveInfo
Markus Armbruster
2
-0
/
+5
2012-07-17
ide pc: Cut out the block layer geometry middleman
Markus Armbruster
5
-31
/
+49
2012-07-17
hd-geometry: Cut out block layer translation middleman
Markus Armbruster
5
-11
/
+20
[next]