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
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
2
-2
/
+2
2009-09-11
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
2
-2
/
+2
2009-09-11
qdev: Fix i6300 upcast
Markus Armbruster
1
-4
/
+4
2009-09-11
VirtIO: Fix QEMU crash during Windows PNP tests
Yan Vugenfirer
1
-2
/
+12
2009-09-11
virtio-blk: add volatile writecache feature
Christoph Hellwig
2
-1
/
+27
2009-09-11
ide: use bdrv_aio_flush
Christoph Hellwig
1
-3
/
+13
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
2
-3
/
+8
2009-09-11
qemu: init all queues to NO_VECTOR value
Michael S. Tsirkin
1
-0
/
+3
2009-09-11
qemu: make virtio-blk PCI compliant by default
Michael S. Tsirkin
1
-4
/
+8
2009-09-11
virtio-blk: Use bdrv_aio_multiwrite
Kevin Wolf
1
-8
/
+42
2009-09-11
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
1
-0
/
+2
2009-09-10
Fix formatting
malc
1
-5
/
+5
2009-09-10
Fix formatting, get rid of conf and fix description
malc
1
-14
/
+7
2009-09-10
Fix formatting and and description field
malc
1
-4
/
+5
2009-09-10
qdev/isa: convert real time clock
Gerd Hoffmann
7
-18
/
+38
2009-09-10
qdev/isa: finish pckbd conversion
Gerd Hoffmann
3
-24
/
+4
2009-09-10
qdev/isa: convert ne2000
Gerd Hoffmann
7
-91
/
+167
2009-09-10
qdev/isa: convert gravis ultrasound
Gerd Hoffmann
2
-28
/
+51
2009-09-10
qdev/isa: convert cs4231a sound card
Gerd Hoffmann
1
-13
/
+33
2009-09-10
qdev/isa: convert soundblaster
Gerd Hoffmann
1
-24
/
+39
2009-09-10
qdev: add isa_create() function
Gerd Hoffmann
2
-2
/
+14
2009-09-10
qdev: tag isabus-bridge as no-user
Gerd Hoffmann
1
-0
/
+1
2009-09-10
qdev: simplify isa irq assignments
Gerd Hoffmann
7
-39
/
+21
2009-09-10
qdev: drop iobase properties from isa bus
Gerd Hoffmann
9
-34
/
+23
2009-09-10
qdev: add property type for 32bit signed integers.
Gerd Hoffmann
2
-0
/
+33
2009-09-10
isapc: pick a more sane default cpu for such old hardware.
Gerd Hoffmann
1
-0
/
+2
2009-09-10
isapc: Fix irq routing
Gerd Hoffmann
1
-1
/
+2
2009-09-09
Fix VMSTATE_PCI_DEVICE version
Juan Quintela
1
-1
/
+0
2009-09-09
don't call cpu_sychronize_state from reset handlers
Glauber Costa
1
-2
/
+0
2009-09-09
RTC polling mode broken
Bernhard Kauer
1
-2
/
+3
2009-09-09
Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4
Naphtali Sprei
1
-1
/
+6
2009-09-09
eepro100: Clean code which sets the PCI device id
Stefan Weil
2
-8
/
+8
2009-09-09
qdev: convert tcx to reset + vmsd
Gerd Hoffmann
1
-2
/
+2
2009-09-09
qdev: integrate vmstate
Gerd Hoffmann
2
-0
/
+9
2009-09-09
qdev: convert rtl8139 to reset
Gerd Hoffmann
1
-4
/
+4
2009-09-09
qdev: integrate reset
Gerd Hoffmann
2
-1
/
+13
2009-09-09
qdev/scsi+usb: convert usb-storage to qdev.
Gerd Hoffmann
1
-27
/
+40
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
11
-273
/
+350
2009-09-09
qdev/usb: convert ohci.
Gerd Hoffmann
7
-21
/
+35
2009-09-09
qdev/usb: convert uhci.
Gerd Hoffmann
1
-35
/
+43
2009-09-09
qdev/usb: add some convinience aliases.
Gerd Hoffmann
2
-0
/
+4
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
9
-50
/
+164
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
14
-174
/
+384
2009-09-09
qdev: add error message to qdev_device_add().
Gerd Hoffmann
1
-1
/
+4
2009-09-09
cirrus_vga: CIRRUS_HOOK_* is not used anymore
Juan Quintela
1
-5
/
+0
2009-09-09
cirrus_vga: rename cirrus_hook_write_cr() cirrus_vga_write_cr()
Juan Quintela
1
-32
/
+27
2009-09-09
cirrus_vga: rename cirrus_hook_read_cr() cirrus_vga_read_cr()
Juan Quintela
1
-15
/
+7
2009-09-09
cirrus_vga: rename cirrus_hook_write_gr() cirrus_vga_write_gr()
Juan Quintela
1
-41
/
+38
2009-09-09
cirrus_vga: rename cirrus_hook_read_gr() cirrus_vga_read_gr()
Juan Quintela
1
-45
/
+38
2009-09-09
cirrus_vga: rename cirrus_hook_write_palette() cirrus_vga_write_palette()
Juan Quintela
1
-15
/
+9
[next]