[Spice-devel] [PATCH 00/35] *** SUBJECT HERE ***
alexl at redhat.com
alexl at redhat.com
Thu Sep 9 10:15:43 PDT 2010
From: Alexander Larsson <alexl at redhat.com>
*** BLURB HERE ***
Alexander Larsson (1):
spice: Ensure flush_resources() flushes the ring if possible
Alon Levy (1):
spice-vmc: compiler warning fix on fprintf
Gerd Hoffmann (32):
Use display types for local display only.
Use machine_init() to register virtfs config options.
add pflib: PixelFormat conversion library.
configure: add logging
add spice into the configure file
spice: core bits
spice: add keyboard
spice: add mouse
spice: simple display
spice: add tablet support
vgabios update to 0.6c + pcibios patches.
switch stdvga to pci vgabios
switch vmware_vga to pci vgabios
all vga: refuse hotplugging.
spice: tls support
spice: add config options for channel security.
spice: add config options for the listening address
spice: add config options
spice: add qxl device
spice: add audio
spice: add virtio-serial based spice vmchannel backend.
[ElectricFence] use memalign instead of posix_memalign
[wip] spice: client migration.
[rhel6 compat] adjust vga ram size
[debug] loadvm logging
[rhel6 compat] drop xsave migration support.
[rhel6 compat] fix xsave patch
qxl: migration fix #1
[rhel6 compat] add rhel6.0.0 machine type
[rhel6 compat]: qxl: compat io size
[temporary] qxl: disable cursor callbacks
qxl: add guestdebug property
Yonit Halperin (1):
spice: make compression configurable.
Makefile | 5 +-
Makefile.objs | 4 +
Makefile.target | 2 +
arch_init.c | 9 +-
audio/audio.c | 3 +
audio/audio_int.h | 1 +
audio/spiceaudio.c | 312 +++++++++
configure | 42 ++-
fsdev/qemu-fsdev.c | 9 +
hw/cirrus_vga.c | 4 +
hw/hw.h | 14 +
hw/pc.c | 8 +
hw/pc_piix.c | 56 ++
hw/qxl-logger.c | 180 ++++++
hw/qxl-render.c | 217 +++++++
hw/qxl.c | 1519 ++++++++++++++++++++++++++++++++++++++++++++
hw/qxl.h | 109 ++++
hw/spice-vmc.c | 262 ++++++++
hw/vga-pci.c | 11 +-
hw/vga_int.h | 4 +-
hw/vmware_vga.c | 11 +-
monitor.c | 1 +
osdep.c | 5 +
pc-bios/vgabios-cirrus.bin | Bin 35840 -> 35840 bytes
pc-bios/vgabios-qxl.bin | Bin 0 -> 40448 bytes
pc-bios/vgabios-qxldev.bin | Bin 0 -> 40448 bytes
pc-bios/vgabios-stdvga.bin | Bin 0 -> 40448 bytes
pc-bios/vgabios-vmware.bin | Bin 0 -> 40448 bytes
pc-bios/vgabios.bin | Bin 38400 -> 40448 bytes
pflib.c | 213 +++++++
pflib.h | 20 +
qemu-config.c | 75 +++
qemu-config.h | 1 +
qemu-monitor.hx | 11 +
qemu-options.hx | 70 ++
savevm.c | 6 +
sysemu.h | 4 +-
target-i386/machine.c | 2 +
ui/qemu-spice.h | 44 ++
ui/spice-core.c | 489 ++++++++++++++
ui/spice-display.c | 412 ++++++++++++
ui/spice-display.h | 69 ++
ui/spice-input.c | 217 +++++++
vl.c | 52 +-
44 files changed, 4438 insertions(+), 35 deletions(-)
create mode 100644 audio/spiceaudio.c
create mode 100644 hw/qxl-logger.c
create mode 100644 hw/qxl-render.c
create mode 100644 hw/qxl.c
create mode 100644 hw/qxl.h
create mode 100644 hw/spice-vmc.c
create mode 100644 pc-bios/vgabios-qxl.bin
create mode 100644 pc-bios/vgabios-qxldev.bin
create mode 100644 pc-bios/vgabios-stdvga.bin
create mode 100644 pc-bios/vgabios-vmware.bin
create mode 100644 pflib.c
create mode 100644 pflib.h
create mode 100644 ui/qemu-spice.h
create mode 100644 ui/spice-core.c
create mode 100644 ui/spice-display.c
create mode 100644 ui/spice-display.h
create mode 100644 ui/spice-input.c
More information about the Spice-devel
mailing list