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
2017-09-19
s390x: get rid of cpu_s390x_create()
David Hildenbrand
1
-2
/
+27
2017-09-19
s390x: get rid of cpu_states and use possible_cpus instead
David Hildenbrand
1
-26
/
+10
2017-09-19
s390x: implement query-hotpluggable-cpus
David Hildenbrand
1
-0
/
+41
2017-09-19
s390x: CPU hot unplug via device_del cannot work for now
David Hildenbrand
1
-0
/
+10
2017-09-19
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
1
-1
/
+1
2017-09-19
s390x: allow only 1 CPU with TCG
David Hildenbrand
1
-0
/
+6
2017-09-19
s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h
David Hildenbrand
1
-0
/
+1
2017-09-19
s390x: rename s390-virtio.h to s390-virtio-hcall.h
David Hildenbrand
3
-6
/
+6
2017-09-19
s390x: get rid of s390-virtio.c
David Hildenbrand
4
-220
/
+158
2017-09-19
s390x/css: remove unused error handling branch
Halil Pasic
1
-7
/
+0
2017-09-19
s390x/css: fix NULL handling for CCW addresses
Halil Pasic
1
-1
/
+1
2017-09-19
s390x/css: drop data-check in interpretation
Halil Pasic
1
-9
/
+0
2017-09-19
hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systems
Thomas Huth
1
-1
/
+1
2017-09-19
s390x/pci: add iommu replay callback
Yi Min Zhao
1
-0
/
+12
2017-09-19
s390x/pci: remove idx from msix msg data
Yi Min Zhao
4
-36
/
+9
2017-09-19
s390x/css: fix cc handling for XSCH
Halil Pasic
1
-5
/
+5
2017-09-19
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
2
-8
/
+4
2017-09-19
General warn report fixups
Alistair Francis
5
-12
/
+13
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
6
-21
/
+21
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
5
-6
/
+9
2017-09-19
hw/i386: Improve some of the warning messages
Alistair Francis
3
-12
/
+18
2017-09-19
multiboot: validate multiboot header address values
Prasad J Pandit
1
-0
/
+19
2017-09-19
scsi/esp: Rename the ESP macro to ESP_STATE
Kamil Rytarowski
1
-5
/
+5
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
28
-260
/
+107
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
2
-39
/
+6
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
34
-153
/
+0
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
12
-12
/
+12
2017-09-19
scsi: introduce sg_io_sense_from_errno
Paolo Bonzini
1
-33
/
+7
2017-09-19
scsi: introduce scsi_build_sense
Paolo Bonzini
1
-7
/
+1
2017-09-19
scsi: move non-emulation specific code to scsi/
Paolo Bonzini
3
-406
/
+0
2017-09-19
scsi: rename scsi_build_sense to scsi_convert_sense
Paolo Bonzini
2
-7
/
+7
2017-09-19
scsi-block: Support rerror/werror
Fam Zheng
1
-14
/
+24
2017-09-19
scsi-bus: correct responses for INQUIRY and REQUEST SENSE
Hannes Reinecke
1
-4
/
+25
2017-09-19
virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.
Richard W.M. Jones
1
-3
/
+5
2017-09-18
hw/block/fdc: Convert to realize
Mao Zhongyi
1
-17
/
+16
2017-09-18
hw/ide: Convert DeviceClass init to realize
Mao Zhongyi
2
-47
/
+46
2017-09-18
AHCI: remove DPRINTF macro
John Snow
1
-9
/
+0
2017-09-18
AHCI: pretty-print FIS to buffer instead of stderr
John Snow
2
-10
/
+22
2017-09-18
AHCI: Rework IRQ constants
John Snow
3
-21
/
+74
2017-09-18
AHCI: Replace DPRINTF with trace-events
John Snow
2
-89
/
+117
2017-09-18
IDE: replace DEBUG_AIO with trace events
John Snow
3
-11
/
+21
2017-09-18
ATAPI: Replace DEBUG_IDE_ATAPI with tracing events
John Snow
2
-41
/
+38
2017-09-18
IDE: add tracing for data ports
John Snow
2
-1
/
+16
2017-09-18
IDE: Add register hints to tracing
John Snow
2
-24
/
+72
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
6
-69
/
+79
2017-09-18
hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false
Thomas Huth
1
-0
/
+3
2017-09-18
ide: ahci: unparent children buses before freeing their memory
Igor Mammedov
1
-0
/
+1
2017-09-18
audio: intel-hda: do not use old_mmio accesses
Matt Parker
1
-47
/
+11
2017-09-18
wm8750: add record buffer underrun check
Gerd Hoffmann
1
-1
/
+5
2017-09-15
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...
Peter Maydell
11
-96
/
+1575
[prev]
[next]