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-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
2012-07-17
hd-geometry: Factor out guess_chs_for_size()
Markus Armbruster
1
-12
/
+20
2012-07-17
hd-geometry: Unnest conditional in hd_geometry_guess()
Markus Armbruster
1
-42
/
+42
2012-07-17
hd-geometry: Add tracepoints
Markus Armbruster
1
-4
/
+3
2012-07-17
hd-geometry: Move disk geometry guessing back from block.c
Markus Armbruster
6
-5
/
+191
2012-07-17
fdc: Move floppy geometry guessing back from block.c
Markus Armbruster
3
-20
/
+123
2012-07-14
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
1
-1
/
+1
2012-07-14
vga: Implement blinking of text cursor
Jan Kiszka
2
-2
/
+14
2012-07-14
hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddr
Peter Maydell
1
-2
/
+4
2012-07-14
hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plx
Peter Maydell
1
-7
/
+1
2012-07-14
esp: add AMD PCscsi emulation (PCI SCSI adapter)
Hervé Poussineau
2
-0
/
+367
2012-07-14
pci: add some stubs
Hervé Poussineau
1
-0
/
+15
2012-07-14
esp: use trace framework instead of stderr output
Hervé Poussineau
1
-7
/
+6
2012-07-14
esp: split esp code into generic chip emulation and sysbus layer
Hervé Poussineau
1
-67
/
+95
2012-07-14
esp: use hba_private field instead of a complex cast
Hervé Poussineau
1
-4
/
+4
2012-07-14
esp: support future change of chip_id
Hervé Poussineau
1
-1
/
+3
2012-07-14
esp: implement Reset ATN command
Hervé Poussineau
1
-0
/
+4
2012-07-14
esp: implement Disable selection command
Hervé Poussineau
1
-0
/
+6
2012-07-14
esp: delay Transfer Information command if dma is not enabled
Hervé Poussineau
1
-0
/
+5
2012-07-14
esp: execute select commands immediately when it is a non-dma command
Hervé Poussineau
1
-3
/
+3
2012-07-13
megasas: mark mfi_frame_desc as 'static'
Hannes Reinecke
1
-1
/
+1
2012-07-12
hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bits
Peter Maydell
1
-1
/
+1
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
6
-17
/
+17
2012-07-09
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-54
/
+62
2012-07-09
Merge remote-tracking branch 'kraxel/usb.55' into staging
Anthony Liguori
5
-39
/
+82
2012-07-09
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
10
-37
/
+3640
2012-07-09
fdc: Drop broken code for user-defined floppy geometry
Markus Armbruster
1
-3
/
+0
2012-07-09
fdc: fix interrupt handling
Pavel Hrdina
1
-13
/
+21
2012-07-09
fdc: rewrite seek and DSKCHG bit handling
Pavel Hrdina
1
-38
/
+41
2012-07-09
usb-host: add trace events for iso xfers
Gerd Hoffmann
1
-4
/
+6
2012-07-09
usb: fix interface initialization
Gerd Hoffmann
2
-2
/
+4
2012-07-09
usb: split endpoint init and reset
Gerd Hoffmann
3
-4
/
+15
2012-07-09
usb-redir: Correctly handle the usb_redir_babble usbredir status
Hans de Goede
1
-0
/
+2
2012-07-09
ehci: Kick async schedule on wakeup in the non companion case
Hans de Goede
1
-2
/
+3
2012-07-09
usb-ehci: Fix an assert whenever isoc transfers are used
Hans de Goede
1
-0
/
+1
2012-07-09
ehci: don't flush cache on doorbell rings.
Gerd Hoffmann
1
-6
/
+29
2012-07-09
ehci: fix td writeback
Gerd Hoffmann
1
-2
/
+4
2012-07-09
ehci: fix ehci_qh_do_overlay
Gerd Hoffmann
1
-19
/
+18
2012-07-04
hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_t
Peter Maydell
1
-2
/
+2
2012-07-04
i.MX31: KZM-ARM11-01 evaluation board
Peter Chubb
2
-0
/
+155
2012-07-04
i.MX31: Interrupt Controller
Peter Chubb
2
-1
/
+409
2012-07-04
i.MX31: Timers
Peter Chubb
3
-1
/
+698
[next]