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-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
2018-10-19
hyperv_testdev: drop unnecessary includes
Roman Kagan
1
-4
/
+0
2018-10-19
hyperv_testdev: refactor for better maintainability
Roman Kagan
1
-61
/
+55
2018-10-19
scsi-disk: fix rerror/werror=ignore
Paolo Bonzini
1
-1
/
+6
2018-10-19
scsi-disk: fix double completion of failing passthrough requests
Paolo Bonzini
1
-13
/
+11
2018-10-19
hw: edu: drop DO_UPCAST
Li Qiang
1
-2
/
+2
2018-10-19
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
3
-30
/
+7
2018-10-19
target-i386: add q35 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-10-19
target-i386: add i440fx 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-10-19
target-i386: add rtc 0x70 port as coalesced_pio
Peng Hao
1
-0
/
+9
2018-10-19
es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
1
-2
/
+8
2018-10-19
e1000: indicate dropped packets in HW counters
Jason Wang
2
-3
/
+16
2018-10-19
pcnet: fix possible buffer overflow
Jason Wang
1
-2
/
+2
2018-10-19
rtl8139: fix possible out of bound access
Jason Wang
1
-4
/
+4
2018-10-19
ne2000: fix possible out of bound access in ne2000_receive
Jason Wang
1
-2
/
+2
2018-10-19
clean up callback when del virtqueue
liujunjie
1
-0
/
+2
2018-10-18
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...
Peter Maydell
3
-7
/
+3
2018-10-17
hw/core/generic-loader: Compile only once, not for each target
Thomas Huth
2
-6
/
+2
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
1
-1
/
+0
2018-10-17
hw/core/generic-loader: Set a category for the generic-loader device
Thomas Huth
1
-0
/
+1
2018-10-16
net: cadence_gem: Implement support for 64bit descriptor addresses
Edgar E. Iglesias
1
-8
/
+39
2018-10-16
net: cadence_gem: Add support for selecting the DMA MemoryRegion
Edgar E. Iglesias
1
-22
/
+37
2018-10-16
net: cadence_gem: Add support for extended descriptors
Edgar E. Iglesias
1
-18
/
+51
2018-10-16
net: cadence_gem: Add macro with max number of descriptor words
Edgar E. Iglesias
1
-2
/
+2
2018-10-16
net: cadence_gem: Use uint32_t for 32bit descriptor words
Edgar E. Iglesias
1
-21
/
+21
2018-10-16
net: cadence_gem: Disable TSU feature bit
Edgar E. Iglesias
1
-1
/
+1
[next]