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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-02-24
suspend: make ps/2 devices wakeup the guest
Gerd Hoffmann
1
-0
/
+6
2012-02-24
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
9
-37
/
+41
2012-02-24
acpi: add acpi_pm1_evt_write_en
Gerd Hoffmann
4
-2
/
+8
2012-02-24
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
Gerd Hoffmann
4
-8
/
+8
2012-02-24
acpi: add ACPIREGS
Gerd Hoffmann
4
-143
/
+145
2012-02-24
acpi: move around structs
Gerd Hoffmann
1
-25
/
+23
2012-02-24
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
4
-23
/
+19
2012-02-24
Merge remote-tracking branch 'bonzini/virtio-scsi' into staging
Anthony Liguori
17
-106
/
+1079
2012-02-24
Revert "qemu-char: Print strerror message on failure" and deps
Markus Armbruster
4
-9
/
+7
2012-02-24
scsi-block: always use scsi_generic_ops for cache != none
Paolo Bonzini
1
-4
/
+14
2012-02-24
scsi: fix searching for an empty id
Paolo Bonzini
1
-5
/
+10
2012-02-24
scsi: fix wrong return for target INQUIRY
Paolo Bonzini
1
-1
/
+1
2012-02-24
virtio-scsi: add migration support
Paolo Bonzini
1
-1
/
+49
2012-02-24
virtio-scsi: process control queue requests
Paolo Bonzini
1
-8
/
+126
2012-02-22
ide: drop ide_tray_state_post_load()
Luiz Capitulino
1
-10
/
+0
2012-02-22
block: Don't call bdrv_eject() if the tray state didn't change
Luiz Capitulino
2
-4
/
+10
2012-02-22
block: Rename bdrv_mon_event() & BlockMonEventAction
Luiz Capitulino
3
-9
/
+9
2012-02-22
jazz-led: convert to QOM
Hervé Poussineau
3
-93
/
+71
2012-02-22
jazz-led: use trace framework
Hervé Poussineau
1
-17
/
+9
2012-02-22
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
1
-2
/
+13
2012-02-22
pci: add accessors to get/set registers by mask
Michael S. Tsirkin
1
-0
/
+61
2012-02-22
pc_piix/pc_sysfw: enable flash by default
Jordan Justen
2
-1
/
+50
2012-02-22
hw/pc_piix: add pc-1.1
Jordan Justen
1
-2
/
+10
2012-02-22
hw/pc_piix: remove is_default for pc-0.15
Jordan Justen
1
-1
/
+0
2012-02-22
hw/pc_sysfw: support system flash memory with pflash
Jordan Justen
1
-2
/
+127
2012-02-22
hw/pc_sysfw: enable pc-sysfw as a qdev
Jordan Justen
1
-0
/
+37
2012-02-22
hw/pc: move rom init to pc_sysfw.c
Jordan Justen
3
-51
/
+100
2012-02-22
vl: make find_default_machine externally visible
Jordan Justen
1
-0
/
+1
2012-02-22
pflash_cfi01/02: support read-only pflash devices
Jordan Justen
2
-52
/
+75
2012-02-22
Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging
Anthony Liguori
1
-147
/
+39
2012-02-22
virtio-scsi: add basic SCSI bus operation
Paolo Bonzini
1
-13
/
+98
2012-02-22
virtio-scsi: Add basic request processing infrastructure
Stefan Hajnoczi
1
-2
/
+140
2012-02-22
virtio-scsi: Add virtio-scsi stub device
Stefan Hajnoczi
8
-0
/
+361
2012-02-22
scsi-disk: add migration support
Paolo Bonzini
1
-4
/
+55
2012-02-22
scsi-generic: add migration support
Paolo Bonzini
1
-0
/
+25
2012-02-22
scsi: add SCSIDevice vmstate definitions
Paolo Bonzini
2
-3
/
+120
2012-02-22
scsi-disk: enable scatter/gather functionality
Paolo Bonzini
2
-13
/
+51
2012-02-22
scsi: add scatter/gather functionality
Paolo Bonzini
2
-2
/
+29
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
6
-9
/
+15
2012-02-22
ahci: use new DMA helpers
Paolo Bonzini
1
-69
/
+13
2012-02-22
qdev: drop unnecessary parse/print methods
Paolo Bonzini
1
-134
/
+0
2012-02-22
qdev: use built-in QOM string parser
Paolo Bonzini
1
-2
/
+2
2012-02-22
qdev: accept hex properties only if prefixed by 0x
Paolo Bonzini
1
-0
/
+12
2012-02-22
qdev: accept both strings and integers for PCI addresses
Paolo Bonzini
1
-11
/
+25
2012-02-21
qxl: add user-friendly bar size properties
Gerd Hoffmann
2
-0
/
+12
2012-02-21
qxl: move ram size init to new function
Gerd Hoffmann
1
-19
/
+22
2012-02-21
qxl: drop vram bar minimum size
Gerd Hoffmann
1
-2
/
+2
2012-02-21
qxl: make sure primary surface is saved on migration also in compat mode
Yonit Halperin
1
-1
/
+1
2012-02-21
qxl: set only off-screen surfaces dirty instead of the whole vram
Yonit Halperin
1
-9
/
+44
2012-02-21
qxl: don't render stuff when the vm is stopped.
Gerd Hoffmann
1
-7
/
+5
[next]