index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
qxl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-22
vga: raise default vgamem size
Gerd Hoffmann
1
-1
/
+1
2012-06-22
qxl: add vgamem_size_mb and vgamem_size
Alon Levy
1
-30
/
+42
2012-06-22
vga: make vram size configurable
Gerd Hoffmann
1
-1
/
+4
2012-06-22
qxl: reset current_async on qxl_soft_reset
Alon Levy
1
-0
/
+1
2012-06-22
hw/qxl: ignore guest from guestbug until reset
Alon Levy
1
-1
/
+12
2012-06-22
qxl: stop dirty loging when not in vga mode
Alon Levy
1
-0
/
+2
2012-06-22
hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
Alon Levy
1
-22
/
+27
2012-05-14
qxl: set size of PCI IO BAR correctly (16) for revision 2
Uri Lublin
1
-5
/
+3
2012-05-03
qxl: don't assert on guest create_guest_primary
Alon Levy
1
-1
/
+4
2012-05-03
qxl: ioport_write: remove guest trigerrable abort
Alon Levy
1
-2
/
+1
2012-05-03
qxl: qxl_add_memslot: remove guest trigerrable panics
Alon Levy
1
-7
/
+20
2012-05-03
qxl: interface_notify_update: remove guest trigerrable abort
Alon Levy
1
-2
/
+7
2012-05-03
qxl: cleanup s/__FUNCTION__/__func__/
Alon Levy
1
-1
/
+1
2012-05-03
qxl: don't abort on guest trigerrable ring indices mismatch
Alon Levy
1
-12
/
+39
2012-05-03
qxl: fix > 80 chars line
Alon Levy
1
-2
/
+2
2012-05-03
qxl: replace panic with guest bug in qxl_track_command
Alon Levy
1
-1
/
+5
2012-05-03
qxl: check for NULL return from qxl_phys2virt
Alon Levy
1
-1
/
+12
2012-05-03
hw/qxl.c: qxl_phys2virt: replace panics with guest_bug
Alon Levy
1
-6
/
+19
2012-04-20
qxl: Add missing GCC_FMT_ATTR and fix format specifier
Stefan Weil
1
-1
/
+1
2012-04-18
qxl: set default values of vram*_size_mb to -1
Alon Levy
1
-2
/
+2
2012-03-19
hw/qxl.c: Fix compilation failures on 32 bit hosts
Peter Maydell
1
-8
/
+8
2012-03-19
qxl: switch qxl.c to trace-events
Alon Levy
1
-72
/
+69
2012-03-19
qxl: init_pipe_signaling: exit on failure
Alon Levy
1
-10
/
+11
2012-02-28
qxl: add optinal 64bit vram bar
Gerd Hoffmann
1
-7
/
+44
2012-02-27
qxl: make qxl_render_update async
Alon Levy
1
-4
/
+65
2012-02-27
qxl: introduce QXLCookie
Alon Levy
1
-14
/
+47
2012-02-27
qxl: require spice >= 0.8.2
Alon Levy
1
-40
/
+0
2012-02-27
qxl: fix spice+sdl no cursor regression
Alon Levy
1
-0
/
+4
2012-02-24
optimize screendump for the common non-switch case
Gerd Hoffmann
1
-2
/
+2
2012-02-21
qxl: add user-friendly bar size properties
Gerd Hoffmann
1
-0
/
+8
2012-02-21
qxl: move ram size init to new function
Gerd Hoffmann
1
-19
/
+22
2012-02-21
qxl: drop vram bar minimum size
Gerd Hoffmann
1
-2
/
+2
2012-02-21
qxl: make sure primary surface is saved on migration also in compat mode
Yonit Halperin
1
-1
/
+1
2012-02-21
qxl: set only off-screen surfaces dirty instead of the whole vram
Yonit Halperin
1
-9
/
+44
2012-02-21
qxl: fix warnings on 32bit
Gerd Hoffmann
1
-3
/
+4
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-18
/
+22
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-24
/
+38
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-4
/
+4
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
1
-4
/
+1
2012-01-17
qxl: Slot sanity check in qxl_phys2virt() is off by one, fix
Markus Armbruster
1
-1
/
+1
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-6
/
+6
2011-11-07
qxl: fix vga port initialization.
Gerd Hoffmann
1
-5
/
+17
2011-11-01
qxl: create slots on post_load in vga state
Alon Levy
1
-7
/
+19
2011-10-25
qxl: reset update_surface
Alon Levy
1
-0
/
+1
2011-10-25
qxl: fix guest cursor tracking
Yonit Halperin
1
-4
/
+12
2011-10-25
qxl: factor out properties
Gerd Hoffmann
1
-24
/
+15
2011-10-25
qxl: Drop phread_yield on OOM
Jan Kiszka
1
-6
/
+0
2011-10-25
qxl: Convert to QEMU thread API
Jan Kiszka
1
-2
/
+2
2011-10-11
vga: Convert to isa_register_portio_list
Richard Henderson
1
-1
/
+1
[next]