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
*
net: Fix a potential segfault
Lin Ma
2018-06-15
1
-1
/
+3
*
tap: set vhostfd passed from qemu cli to non-blocking
Brijesh Singh
2018-06-15
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180614-pull-request' i...
Peter Maydell
2018-06-14
4
-2
/
+6
|
\
|
*
sdl2: restore window dimensions by resize
Amadeusz Sławiński
2018-06-14
1
-2
/
+1
|
*
ui: darwin: gtk: Add missing input keymap
Keno Fischer
2018-06-14
3
-0
/
+5
*
|
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2018-06-14
1
-0
/
+4
|
\
\
|
*
|
block: Ignore generated job QAPI files
Eric Blake
2018-06-13
1
-0
/
+4
|
|
/
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-06-13' into ...
Peter Maydell
2018-06-14
7
-17
/
+26
|
\
\
|
*
|
Purge uses of banned g_assert_FOO()
Markus Armbruster
2018-06-13
5
-14
/
+14
|
*
|
coverity-model: replay data is considered trusted
Paolo Bonzini
2018-06-13
1
-0
/
+12
|
*
|
Revert "Makefile: add target to print generated files"
Markus Armbruster
2018-06-13
1
-3
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...
Peter Maydell
2018-06-12
11
-38
/
+32
|
\
\
|
|
/
|
/
|
|
*
linux-user/sparc64: Add inotify_rm_watch and tee syscalls
Richard Henderson
2018-06-11
1
-2
/
+2
|
*
linux-user/microblaze: Fix typo in accept4 syscall
Richard Henderson
2018-06-11
1
-1
/
+1
|
*
linux-user/hppa: Fix typo in mknodat syscall
Richard Henderson
2018-06-11
1
-1
/
+1
|
*
linux-user/alpha: Fix epoll syscalls
Richard Henderson
2018-06-11
2
-12
/
+3
|
*
qemu-binfmt-conf.sh: ignore the OS/ABI field
Laurent Vivier
2018-06-11
1
-9
/
+9
|
*
linux-user: disable qemu-bridge-helper and socket_scm_helper build
Laurent Vivier
2018-06-11
2
-2
/
+2
|
*
linux-user: Use is_error() to avoid warnings and make the code clearer
Philippe Mathieu-Daudé
2018-06-11
1
-6
/
+9
|
*
linux-user: Export use is_error(), use it to avoid warnings
Philippe Mathieu-Daudé
2018-06-11
2
-5
/
+5
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...
Peter Maydell
2018-06-12
23
-71
/
+109
|
\
\
|
*
|
usb-mtp: Return error on suspicious TYPE_DATA packet from initiator
Bandan Das
2018-06-12
1
-0
/
+5
|
*
|
usb-hcd-xhci-test: add a test for ccid hotplug
Marc-André Lureau
2018-06-12
1
-0
/
+10
|
*
|
usb-ccid: fix bus leak
Marc-André Lureau
2018-06-12
1
-0
/
+1
|
*
|
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-12
17
-24
/
+32
|
*
|
bus: do not unref the added child bus on realize
Marc-André Lureau
2018-06-12
1
-1
/
+0
|
*
|
usb/dev-mtp: Fix use of uninitialized values
Philippe Mathieu-Daudé
2018-06-12
1
-1
/
+5
|
*
|
usb: correctly handle Zero Length Packets
Philippe Mathieu-Daudé
2018-06-12
1
-1
/
+1
|
*
|
usb: update docs
Gerd Hoffmann
2018-06-12
1
-44
/
+55
*
|
|
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...
Peter Maydell
2018-06-12
28
-255
/
+304
|
\
\
\
|
*
|
|
spapr_pci: Remove unhelpful pagesize warning
David Gibson
2018-06-12
1
-7
/
+0
|
*
|
|
xics_kvm: use KVM helpers
Cédric Le Goater
2018-06-12
1
-38
/
+14
|
*
|
|
ppc/pnv: fix LPC HC firmware address space
Cédric Le Goater
2018-06-12
2
-1
/
+4
|
*
|
|
spapr: handle cpu core unplug via hotplug handler chain
David Hildenbrand
2018-06-12
1
-1
/
+11
|
*
|
|
spapr: handle pc-dimm unplug via hotplug handler chain
David Hildenbrand
2018-06-12
1
-3
/
+15
|
*
|
|
spapr: introduce machine unplug handler
David Hildenbrand
2018-06-12
1
-0
/
+6
|
*
|
|
spapr: move memory hotplug support check into spapr_memory_pre_plug()
David Hildenbrand
2018-06-12
1
-7
/
+6
|
*
|
|
spapr: move lookup of the node into spapr_memory_plug()
David Hildenbrand
2018-06-12
1
-7
/
+5
|
*
|
|
spapr: no need to verify the node
David Hildenbrand
2018-06-12
1
-8
/
+2
|
*
|
|
target/ppc: Allow PIR read in privileged mode
luporl
2018-06-12
1
-1
/
+1
|
*
|
|
ppc4xx_i2c: Clean up and improve error logging
BALATON Zoltan
2018-06-12
1
-43
/
+51
|
*
|
|
target/ppc: extend eieio for POWER9
Cédric Le Goater
2018-06-12
1
-2
/
+23
|
*
|
|
mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR
Mark Cave-Ayland
2018-06-12
1
-8
/
+1
|
*
|
|
mos6522: move timer frequency initialisation to mos6522_reset
Mark Cave-Ayland
2018-06-12
3
-14
/
+7
|
*
|
|
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
2018-06-12
4
-42
/
+33
|
*
|
|
mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522
Mark Cave-Ayland
2018-06-12
1
-1
/
+1
|
*
|
|
ppc: add missing FW_CFG_PPC_NVRAM_FLAT definition
Mark Cave-Ayland
2018-06-12
1
-0
/
+1
|
*
|
|
ppc: remove obsolete macio_init() definition from mac.h
Mark Cave-Ayland
2018-06-12
1
-3
/
+0
|
*
|
|
ppc: remove obsolete pci_pmac_init() definitions from mac.h
Mark Cave-Ayland
2018-06-12
1
-6
/
+0
|
*
|
|
hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-06-12
1
-2
/
+2
[next]