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
2015-07-06
piix4/ich9: do not raise SMI on ACPI enable/disable commands
Paolo Bonzini
2
-0
/
+6
2015-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2015-07-06
arm_mptimer: Respect IT bit state
Dmitry Osipenko
1
-1
/
+1
2015-07-06
arm_mptimer: Fix timer shutdown and mode change
Dmitry Osipenko
1
-2
/
+9
2015-07-06
hw/intc/arm_gic_common.c: Reset all registers
Peter Maydell
1
-3
/
+18
2015-07-06
Fix interval interrupt of cadence ttc when timer is in decrement mode
Johannes Schlatow
1
-5
/
+4
2015-07-05
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
6
-176
/
+350
2015-07-04
ahci: fix sdb fis semantics
John Snow
1
-12
/
+17
2015-07-04
ahci: Do not map cmd_fis to generate response
John Snow
1
-45
/
+5
2015-07-04
ahci: ncq migration
John Snow
1
-1
/
+50
2015-07-04
ahci: add get_cmd_header helper
John Snow
1
-3
/
+12
2015-07-04
ahci: add cmd header to ncq transfer state
John Snow
2
-5
/
+7
2015-07-04
ahci: correct ncq sector count
John Snow
2
-3
/
+6
2015-07-04
ahci: correct types in NCQTransferState
John Snow
2
-7
/
+7
2015-07-04
ahci: add rwerror=stop support for ncq
John Snow
4
-2
/
+44
2015-07-04
ahci: factor ncq_finish out of ncq_cb
John Snow
1
-12
/
+18
2015-07-04
ahci: refactor process_ncq_command
John Snow
1
-31
/
+42
2015-07-04
ahci: assert is_ncq for process_ncq
John Snow
1
-38
/
+30
2015-07-04
ahci: stash ncq command
John Snow
2
-1
/
+3
2015-07-04
ide: add limit to .prepare_buf()
John Snow
5
-24
/
+36
2015-07-04
ahci: ncq sector count correction
John Snow
1
-3
/
+3
2015-07-04
ahci: add ncq debug checks
John Snow
1
-0
/
+23
2015-07-04
ahci: separate prdtl from opts
John Snow
2
-12
/
+14
2015-07-04
ahci: check for ncq prdtl overflow
John Snow
1
-5
/
+15
2015-07-04
ahci: add ncq_err helper
John Snow
1
-4
/
+10
2015-07-04
ahci: use shorter variables
John Snow
1
-8
/
+10
2015-07-04
ahci: Rename NCQFIS structure fields
John Snow
1
-10
/
+25
2015-07-04
ahci: Do not ignore memory access read size
John Snow
1
-2
/
+25
2015-07-03
numa,pc-dimm: Store pc-dimm memory information in numa_info
Bharata B Rao
1
-0
/
+4
2015-07-03
pc: Abort if HotplugHandlerClass::plug() fails
Bharata B Rao
1
-1
/
+1
2015-07-03
pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine
Bharata B Rao
2
-63
/
+83
2015-07-03
pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structure
Bharata B Rao
2
-14
/
+14
2015-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150703-1' into...
Peter Maydell
1
-0
/
+11
2015-07-03
virtio-input: add input routing support
Gerd Hoffmann
1
-0
/
+11
2015-07-02
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150702-v3' into sta...
Peter Maydell
6
-66
/
+248
2015-07-02
s390x/migration: Introduce 2.4 machine
Christian Borntraeger
1
-4
/
+18
2015-07-02
s390x/ipl: Fix boot if no bootindex was specified
Christian Borntraeger
1
-2
/
+2
2015-07-02
virtio-ccw: migrate ->revision
Cornelia Huck
1
-0
/
+2
2015-07-02
s390x/virtio-ccw: support virtio-1 set_vq format
Cornelia Huck
1
-41
/
+92
2015-07-02
s390x/virtio-ccw: add virtio set-revision call
Thomas Huth
2
-2
/
+84
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
4
-6
/
+2
2015-07-01
acpi: mark PMTIMER as unlocked
Paolo Bonzini
1
-0
/
+1
2015-06-30
s390x/css: Add a callback for when subchannel gets disabled
Thomas Huth
2
-0
/
+13
2015-06-30
css: mss/mcss-e vs. migration
Cornelia Huck
1
-0
/
+15
2015-06-30
virtio-ccw: complete handling of guest-initiated resets
Cornelia Huck
1
-17
/
+22
2015-06-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
14
-366
/
+192
2015-06-26
hw/arm/virt: Make block devices default to virtio
Peter Maydell
1
-0
/
+2
2015-06-26
qdev-properties-system: Improve error message for drive assignment conflict
Peter Maydell
1
-2
/
+11
2015-06-26
qdev-properties-system: Change set_pointer's parse callback to use Error
Peter Maydell
1
-13
/
+20
2015-06-26
hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT table
Shannon Zhao
1
-0
/
+11
[next]