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
*
tcx: move initialisation from SysBusDevice class to TCX class realizefn
Mark Cave-Ayland
2014-06-05
1
-14
/
+12
*
cg3: add extra check to prevent CG3 register array overflow
Mark Cave-Ayland
2014-06-05
1
-2
/
+2
*
cg3: move initialisation from realizefn to initfn
Mark Cave-Ayland
2014-06-05
1
-8
/
+15
*
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
2014-06-05
14
-77
/
+175
|
\
|
*
kvm: Fix eax for cpuid leaf 0x40000000
Jidong Xiao
2014-06-04
1
-1
/
+1
|
*
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
2014-06-03
1
-0
/
+4
|
*
kvm: Enable -cpu option to hide KVM
Alex Williamson
2014-06-03
3
-13
/
+17
|
*
kvm: Ensure negative return value on kvm_init() error handling path
Eduardo Habkost
2014-05-30
1
-1
/
+3
|
*
target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
Paolo Bonzini
2014-05-21
4
-7
/
+4
|
*
target-i386: get CPL from SS.DPL
Paolo Bonzini
2014-05-21
3
-6
/
+12
|
*
target-i386: rework CPL checks during task switch, preparing for next patch
Paolo Bonzini
2014-05-21
1
-14
/
+9
|
*
target-i386: fix segment flags for SMM and VM86 mode
Paolo Bonzini
2014-05-21
5
-12
/
+31
|
*
target-i386: Fix vm86 mode regression introduced in fd460606fd6f.
Kevin O'Connor
2014-05-21
1
-5
/
+6
|
*
kvm_stat: allow choosing between tracepoints and old stats
Paolo Bonzini
2014-05-21
1
-19
/
+41
|
*
kvmclock: Ensure time in migration never goes backward
Alexander Graf
2014-05-21
1
-0
/
+48
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-10' into staging
Peter Maydell
2014-06-05
6
-68
/
+176
|
\
\
|
*
|
docs/multiseat.txt: add note about spice
Gerd Hoffmann
2014-06-04
1
-0
/
+8
|
*
|
docs/multiseat.txt: gtk joined the party
Gerd Hoffmann
2014-06-04
1
-3
/
+13
|
*
|
docs/multiseat.txt: use autoseat
Gerd Hoffmann
2014-06-04
1
-23
/
+31
|
*
|
input/vnc: use kbd delays in press_key
Gerd Hoffmann
2014-06-04
1
-0
/
+2
|
*
|
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann
2014-06-04
1
-0
/
+10
|
*
|
input: use kbd delays for send_key monitor command
Gerd Hoffmann
2014-06-04
1
-39
/
+6
|
*
|
input: add support for kbd delays
Gerd Hoffmann
2014-06-04
2
-3
/
+106
|
/
/
*
|
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014060...
Peter Maydell
2014-06-03
3
-48
/
+392
|
\
\
|
*
|
vfio: Add guest side IOMMU support
David Gibson
2014-05-30
1
-5
/
+134
|
*
|
vfio: Create VFIOAddressSpace objects as needed
David Gibson
2014-05-30
1
-16
/
+41
|
*
|
vfio: Introduce VFIO address spaces
David Gibson
2014-05-30
1
-13
/
+38
|
*
|
vfio: Rework to have error paths
Alexey Kardashevskiy
2014-05-30
1
-26
/
+32
|
*
|
vfio: Fix 128 bit handling
Alexey Kardashevskiy
2014-05-30
1
-3
/
+6
|
*
|
int128: Add int128_exts64()
Alexey Kardashevskiy
2014-05-30
1
-0
/
+5
|
*
|
memory: Sanity check that no listeners remain on a destroyed AddressSpace
David Gibson
2014-05-30
1
-0
/
+7
|
*
|
vfio-pci: Quirk RTL8168 NIC
Alex Williamson
2014-05-30
1
-0
/
+144
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-3' into staging
Peter Maydell
2014-06-03
8
-0
/
+0
|
\
\
\
|
*
|
|
seabios: update to 1.7.5 final
Gerd Hoffmann
2014-06-02
8
-0
/
+0
*
|
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-8' into staging
Peter Maydell
2014-06-02
14
-154
/
+405
|
\
\
\
\
|
*
|
|
|
xhci: order superspeed ports first
Gerd Hoffmann
2014-06-02
2
-8
/
+41
|
*
|
|
|
xhci: make port reset trace point more verbose
Gerd Hoffmann
2014-06-02
2
-2
/
+2
|
*
|
|
|
usb: add usb_pick_speed
Gerd Hoffmann
2014-06-02
3
-12
/
+22
|
*
|
|
|
usb-host: add HAVE_STREAMS define
Gerd Hoffmann
2014-06-02
1
-7
/
+11
|
*
|
|
|
usb-host: allow attaching usb3 devices to ehci
Gerd Hoffmann
2014-06-02
1
-8
/
+54
|
*
|
|
|
usb: improve ehci/uhci test
Gerd Hoffmann
2014-06-02
2
-5
/
+152
|
*
|
|
|
usb: move ehci register defines to header file
Gerd Hoffmann
2014-06-02
2
-78
/
+83
|
*
|
|
|
usb: add uhci port status reserved bit
Gerd Hoffmann
2014-06-02
1
-0
/
+1
|
*
|
|
|
usb: move uhci register defines to header file
Gerd Hoffmann
2014-06-02
2
-35
/
+40
|
*
|
|
|
qtest: fix qpci_config_writel
Gerd Hoffmann
2014-06-02
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into staging
Peter Maydell
2014-06-02
3
-2
/
+101
|
\
\
\
\
|
*
|
|
|
sdl2: textinput + terminal
Gerd Hoffmann
2014-06-02
1
-1
/
+40
|
*
|
|
|
sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows
Gerd Hoffmann
2014-06-02
1
-1
/
+26
|
*
|
|
|
console: add kbd_put_string_console
Gerd Hoffmann
2014-06-02
2
-0
/
+10
|
*
|
|
|
console: add kbd_put_qcode_console
Gerd Hoffmann
2014-06-02
2
-0
/
+25
|
|
/
/
/
[next]