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
2011-09-07
hw/qxl: Fix format string errors
Peter Maydell
2
-5
/
+5
2011-09-06
scsi: improve MODE SENSE emulation
Paolo Bonzini
1
-43
/
+53
2011-09-06
scsi: fill in additional sense length correctly
Paolo Bonzini
1
-1
/
+2
2011-09-06
scsi: refine constants for READ CAPACITY 16
Paolo Bonzini
3
-5
/
+12
2011-09-06
scsi: fix accounting of writes
Paolo Bonzini
1
-6
/
+8
2011-09-06
scsi: execute SYNCHRONIZE_CACHE asynchronously
Paolo Bonzini
1
-16
/
+25
2011-09-06
block: Declare qemu_blockalign() in block.h, not block_int.h
Markus Armbruster
1
-1
/
+0
2011-09-06
spitz tosa: Simplify "drive is suitable for microdrive" test
Markus Armbruster
2
-14
/
+6
2011-09-06
xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD"
Markus Armbruster
1
-2
/
+1
2011-09-06
fdc: Make media change detection more robust
Markus Armbruster
1
-4
/
+8
2011-09-06
block: Leave tracking media change to device models
Markus Armbruster
1
-22
/
+18
2011-09-06
ide: Give vmstate structs internal linkage where possible
Markus Armbruster
1
-3
/
+3
2011-09-06
ide: Clean up case label indentation in ide_exec_cmd()
Markus Armbruster
1
-6
/
+6
2011-09-06
ide: Update command code definitions as per ACS-2 Table B.2
Markus Armbruster
2
-83
/
+92
2011-09-06
block: Split change_cb() into change_media_cb(), resize_cb()
Markus Armbruster
3
-17
/
+7
2011-09-06
block: Generalize change_cb() to BlockDevOps
Markus Armbruster
3
-3
/
+15
2011-09-06
block: Attach non-qdev devices as well
Markus Armbruster
8
-6
/
+11
2011-09-06
mips: Add SMP support to the Malta board
Edgar E. Iglesias
1
-5
/
+21
2011-09-04
milkymist: convert to memory API
Avi Kivity
1
-4
/
+5
2011-09-04
milkymist-softusb: convert to memory API
Avi Kivity
1
-24
/
+24
2011-09-04
milkymist-minimac2: convert to memory API
Avi Kivity
1
-22
/
+21
2011-09-04
mcf5208: convert to memory API
Avi Kivity
1
-40
/
+32
2011-09-04
mainstone: convert to memory API
Avi Kivity
1
-5
/
+8
2011-09-04
lm32_boards: convert to memory API
Avi Kivity
1
-6
/
+9
2011-09-04
dummy_m68k: convert to memory API
Avi Kivity
1
-2
/
+5
2011-09-04
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
18
-181
/
+187
2011-09-04
piix_pci: wrap memory update in a transaction
Avi Kivity
1
-0
/
+2
2011-09-04
cirrus: wrap memory update in a transaction
Avi Kivity
1
-0
/
+2
2011-09-04
leon3: convert to memory API
Avi Kivity
1
-6
/
+9
2011-09-04
integratorcp: convert to memory API (RAM/flash only)
Avi Kivity
1
-8
/
+20
2011-09-04
sysbus: add sysbus_add_memory_overlap()
Avi Kivity
2
-0
/
+9
2011-09-04
axis_dev88: convert to memory API (RAM only)
Avi Kivity
1
-8
/
+8
2011-09-04
armv7m: convert to memory API
Avi Kivity
3
-12
/
+20
2011-09-04
an5206: convert to memory API
Avi Kivity
1
-4
/
+8
2011-09-04
pci_host: convert conf index and data ports to memory API
Avi Kivity
9
-133
/
+131
2011-09-04
sysbus: add helpers to add and delete memory regions to the system bus
Avi Kivity
2
-0
/
+28
2011-09-04
stellaris_enet: convert to memory API
Avi Kivity
1
-17
/
+12
2011-09-04
mips_fulong2e: convert to memory API
Avi Kivity
1
-7
/
+10
2011-09-04
apb_pci: convert PCI space to memory API
Blue Swirl
1
-5
/
+8
2011-09-04
fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectly
Blue Swirl
1
-1
/
+2
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
21
-215
/
+215
2011-09-02
main: force enabling of I/O thread
Anthony Liguori
1
-4
/
+0
2011-09-02
sh4: Fix potential crash in debug code
Stefan Weil
1
-4
/
+5
2011-09-01
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-1
/
+1
2011-08-31
tusb6010: Convert to qdev
Peter Maydell
3
-80
/
+94
2011-08-29
Merge branch 'omap-for-upstream' of git://git.linaro.org/people/pmaydell/qemu...
Edgar E. Iglesias
8
-203
/
+733
2011-08-29
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
9
-23
/
+126
2011-08-29
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
1
-1
/
+1
2011-08-29
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
6
-26
/
+125
2011-08-29
hw/pci-stub: fix comment typo
Alon Levy
1
-1
/
+1
[prev]
[next]