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-21
ahci: add port I/O index-data pair
Daniel Verkamp
4
-3
/
+76
2011-09-20
Merge remote-tracking branch 'mst-tmp/for_anthony' into staging
Anthony Liguori
14
-96
/
+110
2011-09-20
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
6
-60
/
+64
2011-09-20
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
11
-17
/
+21
2011-09-20
pci_bridge: simplify memory regions some more
Michael S. Tsirkin
2
-13
/
+24
2011-09-20
scsi: fix sign extension problems
Paolo Bonzini
1
-15
/
+7
2011-09-20
AHCI Port Interrupt Enable register cleaning on soft reset
Alexander Motin
1
-3
/
+5
2011-09-20
scsi-disk: lazily allocate bounce buffer
Paolo Bonzini
1
-11
/
+33
2011-09-20
scsi-disk: commonize iovec creation between reads and writes
Paolo Bonzini
1
-24
/
+18
2011-09-19
pci: implement bridge filtering
Michael S. Tsirkin
4
-76
/
+91
2011-09-19
pci_bridge: use parent bus's address space
Wen Congyang
1
-0
/
+3
2011-09-19
pci: Remove unused mem_base from PCIBus
Jan Kiszka
1
-1
/
+0
2011-09-19
pci: interrupt pin documentation update
Michael S. Tsirkin
10
-14
/
+8
2011-09-19
pci: Remove unused pci_reserve_capability
Jan Kiszka
2
-8
/
+0
2011-09-19
dma-helpers: rename is_write to to_dev
Paolo Bonzini
2
-2
/
+2
2011-09-19
scsi-generic: do not disable FUA
Paolo Bonzini
1
-6
/
+0
2011-09-18
sun4u: don't set up isa_mem_base
Blue Swirl
1
-1
/
+0
2011-09-17
trace: add virtio_set_status() trace event
Stefan Hajnoczi
2
-8
/
+11
2011-09-16
qdev: print bus properties too
Gerd Hoffmann
1
-0
/
+6
2011-09-16
vga: Respect isa_mem_base when registering chain4 alias
Jan Kiszka
1
-0
/
+1
2011-09-16
hw/integratorcp: Fix bugs in writes to CM_CTRL system register
Peter Maydell
1
-5
/
+11
2011-09-16
vga: Fix text mode screendumps
Jan Kiszka
1
-4
/
+3
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
7
-28
/
+28
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
3
-3
/
+3
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
10
-14
/
+18
2011-09-15
Merge remote-tracking branch 'aneesh/for-upstream-4' into staging
Anthony Liguori
2
-0
/
+130
2011-09-12
ahci: Remove unused struct member
Stefan Weil
2
-3
/
+0
2011-09-12
ide/atapi scsi-disk: Make monitor eject -f, then change work
Markus Armbruster
2
-0
/
+2
2011-09-12
block: New change_media_cb() parameter load
Markus Armbruster
4
-4
/
+4
2011-09-12
block: New bdrv_set_buffer_alignment()
Markus Armbruster
3
-4
/
+3
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
10
-10
/
+0
2011-09-12
block: Move BlockConf & friends from block_int.h to block.h
Markus Armbruster
6
-3
/
+4
2011-09-12
block: Show whether the virtual tray is open in info block
Markus Armbruster
2
-0
/
+12
2011-09-12
block: Drop BlockDriverState member removable
Markus Armbruster
5
-5
/
+0
2011-09-12
block: Clean up remaining users of "removable"
Markus Armbruster
1
-0
/
+5
2011-09-12
ide/atapi: Preserve tray state on migration
Markus Armbruster
1
-0
/
+32
2011-09-12
scsi-disk: Fix START_STOP to fail when it can't eject
Markus Armbruster
3
-4
/
+25
2011-09-12
ide/atapi: Don't fail eject when tray is already open
Markus Armbruster
1
-1
/
+1
2011-09-12
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
2
-2
/
+2
2011-09-12
block: Drop medium lock tracking, ask device models instead
Markus Armbruster
2
-0
/
+16
2011-09-12
block: Leave enforcing tray lock to device models
Markus Armbruster
2
-20
/
+12
2011-09-12
scsi-disk: Track tray locked state
Markus Armbruster
1
-1
/
+3
2011-09-12
ide/atapi: Track tray locked state
Markus Armbruster
2
-1
/
+4
2011-09-12
block: Revert entanglement of bdrv_is_inserted() with tray status
Markus Armbruster
2
-9
/
+16
2011-09-12
scsi-disk: Track tray open/close state
Markus Armbruster
1
-0
/
+2
2011-09-12
scsi-disk: Factor out scsi_disk_emulate_start_stop()
Markus Armbruster
1
-4
/
+13
2011-09-12
ide/atapi: Track tray open/close state
Markus Armbruster
2
-1
/
+6
2011-09-12
ide/atapi: Clean up misleading name in cmd_start_stop_unit()
Markus Armbruster
1
-4
/
+4
2011-09-12
ide: Reject ATA commands specific to drive kinds
Markus Armbruster
1
-25
/
+25
2011-09-12
ide: Use a table to declare which drive kinds accept each command
Markus Armbruster
1
-25
/
+80
[next]