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
2018-10-24
memory-device: complete factoring out pre_plug handling
David Hildenbrand
2
-15
/
+32
2018-10-24
memory-device: add device class function set_addr()
David Hildenbrand
1
-0
/
+7
2018-10-24
memory-device: drop get_region_size()
David Hildenbrand
2
-19
/
+10
2018-10-24
memory-device: factor out get_memory_region() from pc-dimm
David Hildenbrand
2
-12
/
+24
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
3
-23
/
+21
2018-10-24
memory-device: forward errors in get_region_size()/get_plugged_size()
David Hildenbrand
2
-8
/
+6
2018-10-24
memory-device: introduce separate config option
David Hildenbrand
2
-3
/
+3
2018-10-24
memory-device: use memory device terminology in error messages
David Hildenbrand
1
-3
/
+3
2018-10-24
pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug
David Hildenbrand
3
-20
/
+18
2018-10-24
memory-device: improve "range conflicts" error message
David Hildenbrand
1
-1
/
+2
2018-10-24
memory-device: fix error message when hinted address is too small
David Hildenbrand
1
-1
/
+2
2018-10-24
memory-device: fix alignment error message
David Hildenbrand
1
-1
/
+1
2018-10-24
machine: fix a typo
Li Qiang
1
-1
/
+1
2018-10-24
hw/mips/malta: Remove unuseful code
Philippe Mathieu-Daudé
1
-13
/
+0
2018-10-24
hw/hppa/dino: Remove unuseful code
Philippe Mathieu-Daudé
1
-7
/
+0
2018-10-24
hw/alpha/typhoon: Remove unuseful code
Philippe Mathieu-Daudé
1
-13
/
+0
2018-10-24
hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'
Philippe Mathieu-Daudé
1
-2
/
+2
2018-10-24
hw/mips/gt64xxx_pci: Mark as bridge device
Philippe Mathieu-Daudé
1
-0
/
+1
2018-10-24
hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method
Philippe Mathieu-Daudé
1
-14
/
+3
2018-10-24
hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-6
/
+3
2018-10-24
hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-11
/
+9
2018-10-24
hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-6
/
+3
2018-10-24
hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-5
/
+5
2018-10-24
hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace events
Philippe Mathieu-Daudé
2
-10
/
+7
2018-10-24
trace-events: Fix copy/paste typo
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
21
-90
/
+128
2018-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
15
-222
/
+1034
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
1
-1
/
+6
2018-10-19
xen/pt: Fix incomplete conversion to realize()
Markus Armbruster
1
-1
/
+1
2018-10-19
smbios: Clean up error handling in smbios_add()
Markus Armbruster
1
-28
/
+62
2018-10-19
ioapic: Fix error handling in realize()
Markus Armbruster
1
-4
/
+4
2018-10-19
pc: Fix machine property nvdimm-persistence error handling
Markus Armbruster
1
-2
/
+3
2018-10-19
9pfs: Fix CLI parsing crash on error
Markus Armbruster
1
-2
/
+4
2018-10-19
vfio: Clean up error reporting after previous commit
Markus Armbruster
3
-7
/
+7
2018-10-19
vfio: Use warn_report() & friends to report warnings
Markus Armbruster
2
-9
/
+9
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
5
-10
/
+10
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
7
-20
/
+21
2018-10-19
hyperv_testdev: add SynIC message and event testmodes
Roman Kagan
1
-1
/
+164
2018-10-19
hyperv: process POST_MESSAGE hypercall
Roman Kagan
1
-0
/
+84
2018-10-19
hyperv: add support for KVM_HYPERV_EVENTFD
Roman Kagan
1
-1
/
+26
2018-10-19
hyperv: process SIGNAL_EVENT hypercall
Roman Kagan
1
-0
/
+93
2018-10-19
hyperv: add synic event flag signaling
Roman Kagan
1
-0
/
+32
2018-10-19
hyperv: add synic message delivery
Roman Kagan
1
-11
/
+151
2018-10-19
hyperv: make overlay pages for SynIC
Roman Kagan
1
-3
/
+48
2018-10-19
hyperv: qom-ify SynIC
Roman Kagan
1
-2
/
+99
2018-10-19
hyperv: factor out arch-independent API into hw/hyperv
Roman Kagan
5
-2
/
+142
2018-10-19
hyperv: rename kvm_hv_sint_route_set_sint
Roman Kagan
1
-1
/
+1
2018-10-19
hyperv: make HvSintRoute reference-counted
Roman Kagan
1
-2
/
+2
2018-10-19
hyperv: allow passing arbitrary data to sint ack callback
Roman Kagan
1
-1
/
+1
[next]