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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
mips/cps: Fix mips_cps_realize() error API violations
Markus Armbruster
1
-10
/
+19
2020-07-02
riscv_hart: Fix riscv_harts_realize() error API violations
Markus Armbruster
1
-9
/
+5
2020-07-02
riscv/sifive_u: Fix sifive_u_soc_realize() error API violations
Markus Armbruster
1
-3
/
+9
2020-07-02
hw/arm: Drop useless object_property_set_link() error handling
Markus Armbruster
5
-76
/
+24
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
8
-29
/
+16
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
15
-33
/
+22
2020-07-02
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
6
-7
/
+7
2020-07-02
aspeed: Clean up roundabout error propagation
Markus Armbruster
2
-12
/
+8
2020-07-02
vnc: Plug minor memory leak in vnc_display_open()
Markus Armbruster
1
-2
/
+1
2020-07-02
test-util-filemonitor: Plug unlikely memory leak
Markus Armbruster
1
-0
/
+1
2020-07-02
sd/milkymist-memcard: Plug minor memory leak in realize
Markus Armbruster
1
-3
/
+2
2020-07-02
qga: Plug unlikely memory leak in guest-set-memory-blocks
Markus Armbruster
1
-0
/
+1
2020-07-02
spapr: Plug minor memory leak in spapr_machine_init()
Markus Armbruster
1
-0
/
+1
2020-07-02
usb/dev-mtp: Fix Error double free after inotify failure
Markus Armbruster
1
-2
/
+0
2020-07-02
tests: Use error_free_or_abort() where appropriate
Markus Armbruster
7
-39
/
+14
2020-07-02
tests: Use &error_abort where appropriate
Markus Armbruster
7
-145
/
+59
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
5
-16
/
+7
2020-07-02
pci: Delete useless error_propagate()
Markus Armbruster
1
-3
/
+0
2020-07-02
net/virtio: Fix failover_replug_primary() return value regression
Markus Armbruster
1
-1
/
+1
2020-07-02
hw/virtio/virtio-iommu-pci.c: Fix typo in error message
Peter Maydell
1
-1
/
+1
2020-07-02
chardev/tcp: Fix error message double free error
lichun
1
-1
/
+2
2020-06-29
hw/misc/pca9552: Add missing TypeInfo::class_size field
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-27
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2...
Peter Maydell
8
-0
/
+585
2020-06-27
MAINTAINERS: Add 'Performance Tools and Tests' subsection
Aleksandar Markovic
1
-2
/
+8
2020-06-27
scripts/performance: Add topN_callgrind.py script
Ahmed Karaman
1
-0
/
+140
2020-06-27
scripts/performance: Add topN_perf.py script
Ahmed Karaman
1
-0
/
+149
2020-06-27
MAINTAINERS: Add Loongson-3 maintainer and reviewer
Huacai Chen
1
-0
/
+7
2020-06-27
hw/intc: Add Loongson LIOINTC support
Huacai Chen
3
-0
/
+246
2020-06-27
hw/mips: Implement the kvm_type() hook in MachineClass
Huacai Chen
2
-0
/
+37
2020-06-26
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...
Peter Maydell
29
-950
/
+4417
2020-06-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
47
-370
/
+6211
2020-06-26
i386: Mask SVM features if nested SVM is disabled
Eduardo Habkost
2
-2
/
+6
2020-06-26
ibex_uart: fix XOR-as-pow
Paolo Bonzini
1
-1
/
+1
2020-06-26
vmport: move compat properties to hw_compat_5_0
Paolo Bonzini
1
-4
/
+4
2020-06-26
hyperv: vmbus: Remove the 2nd IRQ
Jon Doron
3
-7
/
+3
2020-06-26
kvm: i386: allow TSC to differ by NTP correction bounds without TSC scaling
Marcelo Tosatti
1
-5
/
+41
2020-06-26
numa: forbid '-numa node, mem' for 5.1 and newer machine types
Igor Mammedov
8
-24
/
+36
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
7
-23
/
+63
2020-06-26
target/i386: Add notes for versioned CPU models
Tao Xu
1
-0
/
+5
2020-06-26
target/i386: reimplement fpatan using floatx80 operations
Joseph Myers
2
-4
/
+1554
2020-06-26
target/i386: reimplement fyl2x using floatx80 operations
Joseph Myers
2
-111
/
+1423
2020-06-26
target/i386: reimplement fyl2xp1 using floatx80 operations
Joseph Myers
2
-9
/
+1358
2020-06-26
target/i386: reimplement fprem, fprem1 using floatx80 operations
Joseph Myers
1
-108
/
+48
2020-06-26
softfloat: return low bits of quotient from floatx80_modrem
Joseph Myers
2
-6
/
+20
2020-06-26
softfloat: do not set denominator high bit for floatx80 remainder
Joseph Myers
1
-1
/
+0
2020-06-26
softfloat: do not return pseudo-denormal from floatx80 remainder
Joseph Myers
1
-3
/
+19
2020-06-26
softfloat: fix floatx80 remainder pseudo-denormal check for zero
Joseph Myers
1
-1
/
+1
2020-06-26
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers
4
-95
/
+40
2020-06-26
target/i386: reimplement f2xm1 using floatx80 operations
Joseph Myers
2
-3
/
+1522
2020-06-26
xen: Actually fix build without passthrough
Anthony PERARD
1
-1
/
+1
[next]