index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
qtest.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
linux-user: check valid address in access_ok()
Rémi Denis-Courmont
2
-1
/
+7
2019-07-16
Update version for v4.1.0-rc1 release
Peter Maydell
1
-1
/
+1
2019-07-16
linux-user: Fix structure target_ucontext for MIPS
Aleksandar Markovic
1
-3
/
+2
2019-07-16
hw/block/pflash_cfi01: Start state machine as READY to accept commands
Philippe Mathieu-Daudé
1
-1
/
+1
2019-07-16
hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commands
Philippe Mathieu-Daudé
1
-0
/
+1
2019-07-16
s390x/cpumodel: change internal name of vxpdeh to match description
Christian Borntraeger
2
-3
/
+3
2019-07-16
s390x/cpumodel: also change name of vxbeh
Christian Borntraeger
1
-1
/
+1
2019-07-16
s390x/cpumodel: remove esort from the default model
Christian Borntraeger
1
-1
/
+0
2019-07-16
vl: make sure char-pty message displayed by moving setbuf to the beginning
Wei Yang
1
-2
/
+2
2019-07-15
target/mips: Add missing 'break' for certain cases of MTTR handling
Aleksandar Markovic
1
-0
/
+2
2019-07-15
target/mips: Add missing 'break' for certain cases of MFTR handling
Aleksandar Markovic
1
-0
/
+2
2019-07-15
target/mips: Add missing 'break' for a case of MTHC0 handling
Aleksandar Markovic
1
-0
/
+1
2019-07-15
qemu-tech: Fix dangling @menu entries
Markus Armbruster
1
-3
/
+0
2019-07-15
Makefile: Fix missing dependency of on qemu-tech.texi
Markus Armbruster
1
-1
/
+2
2019-07-15
Makefile: Fix "make install" when "make all" needs work
Markus Armbruster
1
-0
/
+1
2019-07-15
create_config: remove $(CONFIG_SOFTMMU) hack
Paolo Bonzini
2
-2
/
+2
2019-07-15
Makefile: do not repeat $(CONFIG_SOFTMMU) in hw/Makefile.objs
Paolo Bonzini
1
-29
/
+32
2019-07-15
hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI
Philippe Mathieu-Daudé
1
-1
/
+1
2019-07-15
hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCI
Philippe Mathieu-Daudé
2
-5
/
+9
2019-07-15
target/i386: sev: Do not unpin ram device memory region
Alex Williamson
1
-0
/
+11
2019-07-15
checkpatch: detect doubly-encoded UTF-8
Paolo Bonzini
1
-0
/
+16
2019-07-15
hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller
Philippe Mathieu-Daudé
1
-0
/
+1
2019-07-15
gluster: fix .bdrv_reopen_prepare when backing file is a JSON object
Stefano Garzarella
1
-1
/
+11
2019-07-15
iotests: Add read-only test case to 030
Max Reitz
2
-3
/
+30
2019-07-15
iotests: Add new case to 030
Max Reitz
2
-2
/
+27
2019-07-15
iotests: Add @use_log to VM.run_job()
Max Reitz
1
-5
/
+13
2019-07-15
iotests: Compare error messages in 030
Max Reitz
1
-24
/
+42
2019-07-15
iotests: Fix throttling in 030
Max Reitz
1
-5
/
+27
2019-07-15
block: Deep-clear inherits_from
Max Reitz
1
-10
/
+24
2019-07-15
block/stream: Swap backing file change order
Max Reitz
1
-1
/
+1
2019-07-15
block/stream: Fix error path
Max Reitz
1
-1
/
+1
2019-07-15
block: Add BDS.never_freeze
Max Reitz
4
-0
/
+19
2019-07-15
nvme: Set number of queues later in nvme_init()
Michal Privoznik
1
-1
/
+1
2019-07-15
migration: always initial RAMBlock.bmap to 1 for new migration
Ivan Ren
1
-7
/
+8
2019-07-15
migration/postcopy: remove redundant cpu_synchronize_all_post_init
Wei Yang
1
-1
/
+0
2019-07-15
migration/postcopy: fix document of postcopy_send_discard_bm_ram()
Wei Yang
1
-3
/
+2
2019-07-15
migration: allow private destination ram with x-ignore-shared
Peng Tao
1
-7
/
+0
2019-07-15
migration: Split log_clear() into smaller chunks
Peter Xu
5
-2
/
+150
2019-07-15
kvm: Support KVM_CLEAR_DIRTY_LOG
Peter Xu
2
-0
/
+183
2019-07-15
kvm: Introduce slots lock for memory listener
Peter Xu
2
-12
/
+48
2019-07-15
kvm: Persistent per kvmslot dirty bitmap
Peter Xu
2
-3
/
+9
2019-07-15
kvm: Update comments for sync_dirty_bitmap
Peter Xu
1
-6
/
+6
2019-07-15
memory: Introduce memory listener hook log_clear()
Peter Xu
4
-0
/
+83
2019-07-15
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu
3
-4
/
+4
2019-07-15
bitmap: Add bitmap_copy_with_{src|dst}_offset()
Peter Xu
4
-0
/
+168
2019-07-15
memory: Don't set migration bitmap when without migration
Peter Xu
3
-2
/
+14
2019-07-15
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu
2
-4
/
+2
2019-07-15
migration/ram.c: reset complete_round when we gets a queued page
Wei Yang
1
-0
/
+6
2019-07-15
migration/multifd: sync packet_num after all thread are done
Wei Yang
1
-4
/
+4
2019-07-15
cutils: remove one unnecessary pointer operation
Wei Yang
1
-4
/
+4
[next]