index
:
spice/vdesktop
0.4
master
Unnamed repository; edit this file to name it for gitweb. (mirrored from https://gitlab.freedesktop.org/spice/vdesktop)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-08
kvm: qemu: Support TX mitigation in qemu's virtio_net device
Anthony Liguori
2
-2
/
+41
2008-01-08
kvm: qemu: phys_mem_bitmap: remove obsolete unused functions
Uri Lublin
1
-11
/
+0
2008-01-08
kvm: qemu: migration: mark all pages as existing (no ballooning)
Uri Lublin
1
-14
/
+10
2008-01-07
kvm: qemu: regenerate bios for power button
Avi Kivity
1
-0
/
+0
2008-01-07
kvm: qemu: add acpi powerbutton support
Guido Guenther
2
-1
/
+14
2008-01-07
kvm: configure: use kvm's configure usage for unknown options
Carlo Marcelo Arenas Belon
1
-1
/
+1
2008-01-07
kvm: qemu: move tpr-patch routine to qemu-kvm-x86.c
Zhang Xiantao
4
-10
/
+17
2008-01-06
kvm: qemu: regenerate vgabios for 1280x800 resolution
Avi Kivity
1
-0
/
+0
2008-01-06
kvm: vgabios: add 1280x800 resolution
Avi Kivity
2
-0
/
+0
2008-01-03
kvm: qemu: ia64: Add check for guest firmware.
Zhang Xiantao
3
-7
/
+16
2008-01-03
kvm: qemu: Set max virtual processor to 4 for ia64
Zhang Xiantao
1
-0
/
+2
2008-01-03
kvm: qemu: Add QEMU support for extboot
Anthony Liguori
7
-39
/
+204
2008-01-03
kvm: qemu: use rtl8139 as default network adapter
Guido Guenther
1
-1
/
+1
2008-01-03
kvm: qemu: restore IO_MEM_ROM mark to bios when registering the memory with kvm
Avi Kivity
1
-2
/
+1
2008-01-02
kvm: qemu: virtio network rx performance improvment
Dor Laor
4
-3
/
+125
2008-01-02
kvm: qemu: reset support
Dor Laor
1
-3
/
+21
2008-01-02
kvm: qemu: virtio block device
Anthony Liguori
6
-2
/
+185
2008-01-02
kvm: qemu: virtio network device
Anthony Liguori
4
-2
/
+191
2008-01-02
kvm: qemu: virtio infrastructure
Anthony Liguori
3
-0
/
+568
2008-01-02
kvm: qemu: fix power management timer overflow handling
Avi Kivity
1
-0
/
+1
2008-01-01
kvm: qemu: remove printf() with -std-vga
Avi Kivity
1
-1
/
+0
2008-01-01
kvm: qemu: regenerate vgabios (widescreen modes)
Avi Kivity
1
-0
/
+0
2008-01-01
kvm: qemu: regenerate vgabios (first source drop)
Avi Kivity
2
-0
/
+0
2007-12-30
kvm: libkvm: fix mmio callback signature mismatch
Carlo Marcelo Arenas Belon
1
-4
/
+2
2007-12-27
kvm: qemu: regenerate bios for IDE LBA48 support
Avi Kivity
1
-0
/
+0
2007-12-27
Merge branch 'qemu-cvs'
Avi Kivity
56
-250
/
+1659
2007-12-26
De-cruft exception definitions, and implement nicer debug output.
ths
2
-26
/
+65
2007-12-26
kvm: qemu: regenerate bios for tpr acceleration
Avi Kivity
1
-0
/
+0
2007-12-26
kvm: qemu: patch tpr access instructions
Avi Kivity
5
-3
/
+307
2007-12-25
Assortment of soft-float fixes, by Aurelien Jarno.
ths
1
-11
/
+35
2007-12-25
Support for VR5432, and some of its special instructions. Original patch
ths
6
-7
/
+405
2007-12-25
5K and 20K are Release 1 CPUs.
ths
1
-3
/
+3
2007-12-25
Enforce context table alignment
blueswir1
1
-1
/
+1
2007-12-25
Avoid host FPE for overflowing division on MIPS, by Richard Sandiford.
ths
1
-3
/
+10
2007-12-25
Improved PABITS handling, and config register fixes.
ths
4
-56
/
+106
2007-12-25
One more bit of alpha support.
ths
2
-2
/
+4
2007-12-24
Update debug code to match new accumulator register layout.
ths
1
-4
/
+4
2007-12-24
scsi-generic implemnentation, missing in last commit.
ths
1
-0
/
+653
2007-12-24
Real SCSI device passthrough (v4), by Laurent Vivier.
ths
8
-7
/
+57
2007-12-24
Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.
balrog
1
-5
/
+38
2007-12-24
Fix CCRes value for 20Kc.
ths
1
-1
/
+1
2007-12-24
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
12
-32
/
+102
2007-12-24
Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).
balrog
1
-1
/
+8
2007-12-24
Avoid the use of $ in format strings because it's system-specific - fixes dri...
balrog
1
-2
/
+6
2007-12-24
Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).
balrog
1
-1
/
+6
2007-12-24
SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).
balrog
2
-1
/
+7
2007-12-24
Fix cmpxchg8b translation (Bernhard Kauer).
balrog
1
-1
/
+1
2007-12-24
Fix number_of_entries for filename of length [13] (Tristan Gingold).
balrog
1
-2
/
+4
2007-12-24
kvm: qemu: ia64: guest with > 3G memory fix
Zhang Xiantao
2
-1
/
+3
2007-12-22
kvm: qemu: Fix ia64 build on latest source
Zhang Xiantao
7
-251
/
+325
[next]