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
2019-10-04
target/i386: expand feature words to 64 bits
Paolo Bonzini
4
-37
/
+40
2019-10-04
target/i386: introduce generic feature dependency mechanism
Paolo Bonzini
1
-24
/
+48
2019-10-04
target/i386: handle filtered_features in a new function mark_unavailable_feat...
Paolo Bonzini
1
-39
/
+48
2019-10-04
tests/docker: only enable ubsan for test-clang
Paolo Bonzini
1
-1
/
+3
2019-10-04
win32: work around main-loop busy loop on socket/fd event
Marc-André Lureau
1
-1
/
+5
2019-10-04
tests: skip serial test on windows
Marc-André Lureau
1
-2
/
+2
2019-10-04
util: WSAEWOULDBLOCK on connect should map to EINPROGRESS
Marc-André Lureau
1
-1
/
+5
2019-10-04
Fix wrong behavior of cpu_memory_rw_debug() function in SMM
Dmitry Poletaev
3
-3
/
+7
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
9
-43
/
+88
2019-10-04
vfio: Turn the container error into an Error handle
Eric Auger
3
-17
/
+32
2019-10-04
i386: Add CPUID bit for CLZERO and XSAVEERPTR
Sebastian Andrzej Siewior
2
-1
/
+3
2019-10-04
docker: test-debug: disable LeakSanitizer
Paolo Bonzini
1
-0
/
+1
2019-10-04
lm32: do not leak memory on object_new/object_unref
Paolo Bonzini
2
-8
/
+8
2019-10-04
cris: do not leak struct cris_disasm_data
Paolo Bonzini
1
-30
/
+29
2019-10-04
mips: fix memory leaks in board initialization
Paolo Bonzini
2
-0
/
+3
2019-10-04
hppa: fix leak from g_strdup_printf
Paolo Bonzini
2
-1
/
+4
2019-10-04
mcf5208: fix leak from qemu_allocate_irqs
Paolo Bonzini
1
-0
/
+2
2019-10-04
microblaze: fix leak of fdevice tree blob
Paolo Bonzini
1
-0
/
+1
2019-10-04
ide: fix leak from qemu_allocate_irqs
Paolo Bonzini
1
-0
/
+1
2019-10-04
hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c
Thomas Huth
3
-4
/
+9
2019-10-03
replay: don't synchronize memory operations in replay mode
Pavel Dovgalyuk
1
-2
/
+11
2019-10-03
qemu-pr-helper: fix crash in mpath_reconstruct_sense
Maxim Levitsky
1
-3
/
+3
2019-10-03
tests/migration: Add a test for auto converge
Yury Kotov
1
-19
/
+138
2019-10-03
accel/kvm: ensure ret always set
Alex Bennée
1
-3
/
+3
2019-10-01
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-10-0...
Peter Maydell
6
-40
/
+50
2019-10-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-28' into ...
Peter Maydell
183
-698
/
+847
2019-10-01
Disallow colons in the parameter of "-accel"
Thomas Huth
2
-1
/
+6
2019-10-01
hw/core/loader: Fix possible crash in rom_copy()
Thomas Huth
1
-1
/
+1
2019-10-01
hw/m68k/next-cube: Avoid static RTC variables and introduce control register
Thomas Huth
1
-33
/
+40
2019-10-01
tests: fix echi/ehci typo
Marc-André Lureau
1
-3
/
+1
2019-10-01
tests: fix usb-hcd-ehci-test compilation
Marc-André Lureau
1
-2
/
+2
2019-09-30
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190930' into s...
Peter Maydell
9
-128
/
+203
2019-09-30
s390/kvm: split kvm mem slots at 4TB
Christian Borntraeger
1
-5
/
+4
2019-09-30
s390: do not call memory_region_allocate_system_memory() multiple times
Igor Mammedov
2
-27
/
+14
2019-09-30
kvm: split too big memory section on several memslots
Igor Mammedov
2
-44
/
+81
2019-09-30
kvm: clear dirty bitmaps from all overlapping memslots
Paolo Bonzini
1
-14
/
+22
2019-09-30
kvm: extract kvm_log_clear_one_slot
Paolo Bonzini
1
-46
/
+57
2019-09-30
configure: Remove s390 (31-bit mode) from the list of supported CPUs
Thomas Huth
1
-1
/
+1
2019-09-30
s390x: sclp: Report insufficient SCCB length
Claudio Imbrenda
1
-0
/
+12
2019-09-30
s390x: sclp: fix error handling for oversize control blocks
Janosch Frank
1
-2
/
+1
2019-09-30
s390x: sclp: boundary check
Janosch Frank
1
-0
/
+5
2019-09-30
s390x: sclp: refactor invalid command check
Janosch Frank
2
-4
/
+16
2019-09-30
s390: PCI: fix IOMMU region init
Matthew Rosato
1
-1
/
+6
2019-09-30
MAINTAINERS: Update S390 PCI Maintainer
Matthew Rosato
1
-1
/
+1
2019-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927'...
Peter Maydell
9
-106
/
+131
2019-09-28
qapi: Improve source file read error handling
Markus Armbruster
2
-21
/
+27
2019-09-28
qapi: Improve reporting of redefinition
Markus Armbruster
4
-3
/
+14
2019-09-28
qapi: Improve reporting of missing documentation comment
Markus Armbruster
2
-11
/
+10
2019-09-28
qapi: Eliminate check_keys(), rename check_known_keys()
Markus Armbruster
1
-19
/
+21
2019-09-28
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
10
-20
/
+25
[next]