index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: hvf: unify register enums between HVF and the rest
Paolo Bonzini
2017-12-22
11
-271
/
+226
*
i386: hvf: header cleanup
Paolo Bonzini
2017-12-22
9
-20
/
+17
*
i386: hvf: move all hvf files in the same directory
Paolo Bonzini
2017-12-22
25
-21
/
+21
*
i386: hvf: inject General Protection Fault when vmexit through vmcall
Sergio Andres Gomez Del Real
2017-12-22
1
-1
/
+3
*
i386: hvf: refactor event injection code for hvf
Sergio Andres Gomez Del Real
2017-12-22
6
-42
/
+102
*
i386: hvf: implement vga dirty page tracking
Sergio Andres Gomez Del Real
2017-12-22
2
-7
/
+71
*
i386: refactor KVM cpuid code so that it applies to hvf as well
Sergio Andres Gomez Del Real
2017-12-22
2
-22
/
+59
*
i386: hvf: implement hvf_get_supported_cpuid
Sergio Andres Gomez Del Real
2017-12-22
1
-0
/
+164
*
i386: hvf: use new helper functions for put/get xsave
Sergio Andres Gomez Del Real
2017-12-22
3
-67
/
+12
*
i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)
Sergio Andres Gomez Del Real
2017-12-22
18
-253
/
+318
*
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
2017-12-22
31
-11
/
+8382
*
apic: add function to apic that will be used by hvf
Sergio Andres Gomez Del Real
2017-12-22
2
-0
/
+13
*
hw/i386/vmport: fix missing definitions with non-log trace backends
Laurent Vivier
2017-12-21
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-12-21
48
-487
/
+664
|
\
|
*
chardev: convert the socket server to QIONetListener
Daniel P. Berrange
2017-12-21
1
-43
/
+30
|
*
blockdev: convert qemu-nbd server to QIONetListener
Daniel P. Berrange
2017-12-21
1
-37
/
+24
|
*
blockdev: convert internal NBD server to QIONetListener
Daniel P. Berrange
2017-12-21
1
-34
/
+16
|
*
test: add some chardev mux event tests
Marc-André Lureau
2017-12-21
1
-0
/
+17
|
*
chardev: fix backend events regression with mux chardev
Marc-André Lureau
2017-12-21
3
-6
/
+23
|
*
rcu: reduce more than 7MB heap memory by malloc_trim()
Yang Zhong
2017-12-21
2
-0
/
+41
|
*
checkpatch: volatile with a comment or sig_atomic_t is okay
Marc-André Lureau
2017-12-21
1
-2
/
+5
|
*
i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper
Peter Xu
2017-12-21
3
-14
/
+7
|
*
kvm-i8259: support "info pic" and "info irq"
Peter Xu
2017-12-21
2
-0
/
+9
|
*
i8259: generalize statistics into common code
Peter Xu
2017-12-21
3
-38
/
+47
|
*
i8259: use DEBUG_IRQ_COUNT always
Peter Xu
2017-12-21
1
-17
/
+1
|
*
i8259: convert DPRINTFs into trace
Peter Xu
2017-12-21
2
-15
/
+18
|
*
Remove legacy -no-kvm-pit option
Thomas Huth
2017-12-21
3
-12
/
+0
|
*
scsi: replace hex constants with #defines
Paolo Bonzini
2017-12-21
1
-7
/
+7
|
*
scsi: provide general-purpose functions to manage sense data
Paolo Bonzini
2017-12-21
3
-86
/
+72
|
*
hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMP
Philippe Mathieu-Daudé
2017-12-21
2
-9
/
+9
|
*
hw/mips/boston: Remove workaround for writes to ROM aborting
Peter Maydell
2017-12-21
1
-12
/
+2
|
*
exec: Don't reuse unassigned_mem_ops for io_mem_rom
Peter Maydell
2017-12-21
1
-1
/
+33
|
*
block/iscsi: only report an iSCSI Failure if we don't handle it gracefully
Peter Lieven
2017-12-21
1
-11
/
+32
|
*
block/iscsi: dont leave allocmap in an invalid state on UNMAP failure
Peter Lieven
2017-12-21
1
-4
/
+4
|
*
cpu: suffix cpu address spaces with cpu index
Peter Xu
2017-12-21
1
-1
/
+4
|
*
cpu: refactor cpu_address_space_init()
Peter Xu
2017-12-21
5
-25
/
+16
|
*
hw/moxie/moxiesim: Add support for loading a BIOS on moxiesim
Thomas Huth
2017-12-21
1
-2
/
+10
|
*
tests/boot-serial-test: Add code to allow to specify our own kernel or bios
Thomas Huth
2017-12-21
1
-12
/
+42
|
*
tests/boot-serial-test: Make sure that we check the timeout regularly
Thomas Huth
2017-12-21
1
-2
/
+3
|
*
target/i386: Fix handling of VEX prefixes
Peter Maydell
2017-12-21
1
-1
/
+1
|
*
sockets: remove obsolete code that updated listen address
Daniel P. Berrange
2017-12-21
3
-28
/
+7
|
*
baum: Truncate braille device size to 84x1
Samuel Thibault
2017-12-21
1
-1
/
+7
|
*
target/i386: Fix compiler warnings
Stefan Weil
2017-12-21
1
-3
/
+4
|
*
cpu-exec: fix missed CPU kick during interrupt injection
David Hildenbrand
2017-12-21
1
-9
/
+3
|
*
cpus: make pause_all_cpus() play with SMP on single threaded TCG
David Hildenbrand
2017-12-21
1
-13
/
+19
|
*
hyperv: make SynIC version msr constant
Roman Kagan
2017-12-21
2
-8
/
+2
|
*
hyperv: ensure SINTx msrs are reset properly
Roman Kagan
2017-12-21
1
-5
/
+7
|
*
hyperv: set partition-wide MSRs only on first vcpu
Evgeny Yakovlev
2017-12-21
2
-9
/
+19
|
*
x86/cpu: Enable new SSE/AVX/AVX512 cpu features
Yang Zhong
2017-12-21
2
-3
/
+9
|
*
MAITAINERS: List Fam Zheng as reviewer for SCSI patches
Fam Zheng
2017-12-21
1
-0
/
+2
[next]