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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-26
scsi-disk: separate read_data/write_data implementation for emulate_reqops
Paolo Bonzini
1
-11
/
+25
2012-07-26
scsi-disk: split scsi-disk reqops
Paolo Bonzini
1
-68
/
+123
2012-07-26
scsi-disk: move all non-DMA commands to scsi_disk_emulate_command
Paolo Bonzini
1
-86
/
+66
2012-07-26
scsi-disk: make discard asynchronous
Paolo Bonzini
1
-12
/
+10
2012-07-26
scsi-disk: let the user customize vendor and product name
Dmitry Fleytman
1
-10
/
+21
2012-07-26
scsi-block: remove properties that are not relevant for passthrough
Paolo Bonzini
1
-1
/
+1
2012-07-26
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
1
-2
/
+3
2012-07-26
lsi: introduce lsi_request_free
Paolo Bonzini
1
-15
/
+16
2012-07-26
lsi: use qdev_reset_all
Paolo Bonzini
1
-12
/
+3
2012-07-26
megasas: fix misuse of scsi_req_abort
Paolo Bonzini
1
-1
/
+1
2012-07-26
megasas: Replace trace_megasas_dcmd_dump_frame()
Hannes Reinecke
1
-29
/
+10
2012-07-23
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
26
-30
/
+30
2012-07-23
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
4
-54
/
+53
2012-07-23
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
26
-30
/
+30
2012-07-21
qdev: Fix Open Firmware comment
Stefan Weil
1
-6
/
+5
2012-07-21
Use macro QEMU_PACKED for new packed structures
Stefan Weil
2
-47
/
+47
2012-07-21
powerpc pci: fixed packing of ranges[]
Alexey Kardashevskiy
1
-1
/
+1
2012-07-20
exynos4210: add Exynos4210 i2c implementation
Mitsyanko Igor
4
-1
/
+365
2012-07-20
hw/exynos4210_rtc.c: remove unnecessary code
Oleg Ogurtsov
1
-4
/
+1
2012-07-20
hw/exynos4210_rtc.c: Fix calculating for value of year
Oleg Ogurtsov
1
-1
/
+1
2012-07-20
hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboard
Peter Maydell
1
-3
/
+10
2012-07-20
hw/arm_boot.c: Support DTBs which use 64 bit addresses
Peter Maydell
1
-3
/
+32
2012-07-20
hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacity
Peter Maydell
1
-0
/
+6
2012-07-20
hw/arm_boot.c: Consistently use ram_size from arm_boot_info struct
Peter Maydell
1
-2
/
+3
2012-07-20
hw/arm_boot.c: Make ram_size a uint64_t
Peter Maydell
1
-1
/
+1
2012-07-20
hw/pl011.c: Avoid crash on read when no chr backend present
Peter Maydell
1
-1
/
+3
2012-07-18
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
22
-227
/
+656
2012-07-18
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
9
-100
/
+128
2012-07-18
Merge remote-tracking branch 'kraxel/usb.57' into staging
Anthony Liguori
6
-33
/
+856
2012-07-17
constify value pointer for qdev_prop_set_string
Christian Borntraeger
2
-2
/
+2
2012-07-17
fdc: fix relative seek
Pavel Hrdina
1
-4
/
+6
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
2
-4
/
+4
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
6
-3
/
+48
2012-07-17
Relax IDE CHS limits from 16383,16,63 to 65535,16,255
Markus Armbruster
1
-4
/
+4
2012-07-17
hd-geometry: Compute BIOS CHS translation in one place
Markus Armbruster
5
-16
/
+18
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
4
-19
/
+9
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
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
5
-6
/
+6
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
2012-07-17
hd-geometry: Clean up confusing use of prior translation hint
Markus Armbruster
1
-10
/
+7
2012-07-17
hd-geometry: Clean up gratuitous goto in hd_geometry_guess()
Markus Armbruster
1
-14
/
+8
[next]