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-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
5
-0
/
+290
2019-06-21
vmstate: Add support for kernel integer types
Liran Alon
1
-0
/
+26
2019-06-21
linux-headers: sync with latest KVM headers from Linux 5.2
Liran Alon
1
-11
/
+22
2019-06-21
target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
Liran Alon
3
-13
/
+19
2019-06-21
target/i386: kvm: Re-inject #DB to guest with updated DR6
Liran Alon
1
-0
/
+3
2019-06-21
target/i386: kvm: Use symbolic constant for #DB/#BP exception constants
Liran Alon
1
-4
/
+4
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
8
-0
/
+48
2019-06-21
target/i386: kvm: Delete VMX migration blocker on vCPU init failure
Liran Alon
1
-2
/
+5
2019-06-21
target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
Xiaoyao Li
3
-1
/
+35
2019-06-21
i386/kvm: add support for Direct Mode for Hyper-V synthetic timers
Vitaly Kuznetsov
5
-0
/
+23
2019-06-21
i386/kvm: hv-evmcs requires hv-vapic
Vitaly Kuznetsov
1
-1
/
+2
2019-06-21
i386/kvm: hv-tlbflush/ipi require hv-vpindex
Vitaly Kuznetsov
1
-2
/
+4
2019-06-21
i386/kvm: hv-stimer requires hv-time and hv-synic
Vitaly Kuznetsov
1
-4
/
+19
2019-06-21
i386/kvm: implement 'hv-passthrough' mode
Vitaly Kuznetsov
4
-14
/
+87
2019-06-21
i386/kvm: document existing Hyper-V enlightenments
Vitaly Kuznetsov
1
-0
/
+181
2019-06-21
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
Vitaly Kuznetsov
1
-73
/
+90
2019-06-21
i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUID
Vitaly Kuznetsov
1
-118
/
+356
2019-06-21
i386/kvm: convert hyperv enlightenments properties from bools to bits
Vitaly Kuznetsov
6
-80
/
+91
2019-06-21
hax: Honor CPUState::halted
Colin Xu
2
-3
/
+34
2019-06-21
kvm-all: Add/update fprintf's for kvm_*_ioeventfd_del
Yury Kotov
1
-4
/
+8
2019-06-18
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
17
-97
/
+283
2019-06-18
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
1
-1
/
+3
2019-06-18
block/null: Expose read-zeroes option in QAPI schema
Kevin Wolf
1
-1
/
+3
2019-06-18
iotests: Test failure to loosen restrictions
Max Reitz
2
-0
/
+27
2019-06-18
block: Ignore loosening perm restrictions failures
Max Reitz
1
-6
/
+38
2019-06-18
block: Add *tighten_restrictions to *check*_perm()
Max Reitz
1
-17
/
+70
2019-06-18
block: Fix order in bdrv_replace_child()
Max Reitz
1
-5
/
+13
2019-06-18
block/commit: Drop bdrv_child_try_set_perm()
Max Reitz
1
-2
/
+0
2019-06-18
block/mirror: Fix child permissions
Max Reitz
1
-9
/
+23
2019-06-18
block: Add bdrv_child_refresh_perms()
Max Reitz
2
-0
/
+27
2019-06-18
file-posix: Update open_flags in raw_set_perm()
Max Reitz
1
-0
/
+4
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
6
-17
/
+5
2019-06-18
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
3
-9
/
+31
2019-06-18
block/block-backend: blk_iostatus_reset: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2
-4
/
+5
2019-06-18
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
3
-31
/
+40
2019-06-18
iotests: Hide timestamps for skipped tests
Max Reitz
1
-0
/
+1
2019-06-18
Travis: print acceptance tests logs in case of job failure
Cleber Rosa
1
-0
/
+2
2019-06-18
Revert "travis: Make check-acceptance job more verbose"
Eduardo Habkost
1
-1
/
+1
2019-06-18
target/arm: Check for dp support for dp VFM, not sp
Peter Maydell
1
-4
/
+4
2019-06-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2'...
Peter Maydell
24
-4777
/
+5073
2019-06-18
vl: Deprecate -mon pretty=... for HMP monitors
Kevin Wolf
2
-1
/
+15
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
10
-36
/
+27
2019-06-18
monitor: Split Monitor.flags into separate bools
Kevin Wolf
5
-15
/
+22
2019-06-18
monitor: Split out monitor/monitor.c
Kevin Wolf
7
-599
/
+640
2019-06-18
monitor: Split out monitor/hmp.c
Kevin Wolf
5
-1352
/
+1443
2019-06-17
monitor: Split out monitor/qmp.c
Kevin Wolf
6
-393
/
+450
2019-06-17
monitor: Create monitor-internal.h with common definitions
Kevin Wolf
4
-116
/
+150
2019-06-17
monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
Kevin Wolf
6
-9
/
+12
2019-06-17
Move monitor.c to monitor/misc.c
Kevin Wolf
8
-15
/
+19
2019-06-17
monitor: Rename HMP command type and tables
Kevin Wolf
2
-38
/
+36
[next]