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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-19
s390x/pci: remove idx from msix msg data
Yi Min Zhao
5
-39
/
+16
2017-09-19
tests: Enable the drive_del test also on s390x
Thomas Huth
4
-10
/
+38
2017-09-19
s390x/css: fix cc handling for XSCH
Halil Pasic
1
-5
/
+5
2017-09-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
80
-1113
/
+1576
2017-09-19
docker: fix creation of archives
Paolo Bonzini
1
-1
/
+0
2017-09-19
default-configs: Replace $(and ...) with $(call land, ...)
Thomas Huth
4
-5
/
+5
2017-09-19
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
3
-8
/
+20
2017-09-19
checkpatch: add hwaddr to @typeList
Greg Kurz
1
-0
/
+1
2017-09-19
accel/hax: move hax-stub.c to accel/stubs/
Philippe Mathieu-Daudé
3
-1
/
+1
2017-09-19
target/i386: fix "info mem" for LA57 mode
Paolo Bonzini
1
-4
/
+4
2017-09-19
scripts: let checkpatch.pl process an entire GIT branch
Daniel P. Berrange
1
-27
/
+111
2017-09-19
update-linux-headers: prepare for hyperv.h removal
Roman Kagan
1
-1
/
+3
2017-09-19
hyperv: add header with protocol definitions
Roman Kagan
6
-51
/
+306
2017-09-19
i386/cpu/hyperv: support over 64 vcpus for windows guests
Gonglei
4
-1
/
+23
2017-09-19
Convert remaining single line fprintf() to warn_report()
Alistair Francis
2
-2
/
+3
2017-09-19
Makefile: Remove libqemustub.a
Paolo Bonzini
4
-17
/
+15
2017-09-19
ptimer-test: do not link to libqemustub.a/libqemuutil.a
Paolo Bonzini
2
-1
/
+5
2017-09-19
target/mips: Convert VM clock update prints to warn_report
Alistair Francis
1
-3
/
+3
2017-09-19
General warn report fixups
Alistair Francis
11
-27
/
+24
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
15
-64
/
+63
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
12
-14
/
+22
2017-09-19
Convert remaining error_report() to warn_report()
Alistair Francis
3
-8
/
+9
2017-09-19
hw/i386: Improve some of the warning messages
Alistair Francis
3
-12
/
+18
2017-09-19
test-qga: add missing qemu-ga tool dependency
Philippe Mathieu-Daudé
1
-1
/
+2
2017-09-19
kvm: kvm_log_sync() is only called with known memory sections
David Hildenbrand
1
-49
/
+12
2017-09-19
kvm: kvm_log_start/stop are only called with known sections
David Hildenbrand
1
-6
/
+12
2017-09-19
kvm: we never have overlapping slots in kvm_set_phys_mem()
David Hildenbrand
1
-57
/
+11
2017-09-19
kvm: use start + size for memory ranges
David Hildenbrand
1
-4
/
+3
2017-09-19
kvm: factor out alignment of memory section
David Hildenbrand
1
-20
/
+39
2017-09-19
kvm: require JOIN_MEMORY_REGIONS_WORKS
David Hildenbrand
1
-41
/
+1
2017-09-19
multiboot: validate multiboot header address values
Prasad J Pandit
1
-0
/
+19
2017-09-19
scsi/esp: Rename the ESP macro to ESP_STATE
Kamil Rytarowski
1
-5
/
+5
2017-09-19
memory: Rename queue to mrqueue (memory region queue)
Kamil Rytarowski
1
-11
/
+11
2017-09-19
MAINTAINERS: update email, add missing test entry for megasas
Philippe Mathieu-Daudé
1
-1
/
+2
2017-09-19
i386/kvm: advertise Hyper-V frequency MSRs
Ladi Prosek
1
-1
/
+11
2017-09-19
i386/kvm: introduce tsc_is_stable_and_known()
Ladi Prosek
1
-3
/
+10
2017-09-19
i386/kvm: set tsc_khz before configuring Hyper-V CPUID
Ladi Prosek
1
-19
/
+19
2017-09-19
i386/kvm: use a switch statement for MSR detection
Ladi Prosek
1
-44
/
+31
2017-09-19
MAINTAINERS: update mail address for NVDIMM
Xiao Guangrong
1
-1
/
+1
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
33
-265
/
+115
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
4
-42
/
+15
2017-09-19
vl.c: convert cpu_model to cpu type and set of global properties before machi...
Igor Mammedov
2
-0
/
+16
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
38
-176
/
+7
2017-09-19
qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
Igor Mammedov
2
-16
/
+51
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
17
-16
/
+16
2017-09-19
hostmem-file: Add "discard-data" option
Eduardo Habkost
2
-1
/
+36
2017-09-19
osdep: Define QEMU_MADV_REMOVE
Eduardo Habkost
1
-0
/
+7
2017-09-19
vl: Clean up user-creatable objects when exiting
Eduardo Habkost
3
-0
/
+14
2017-09-19
scsi: introduce sg_io_sense_from_errno
Paolo Bonzini
3
-33
/
+45
2017-09-19
scsi: introduce scsi_build_sense
Paolo Bonzini
3
-7
/
+14
[prev]
[next]