/[qemu]/trunk
ViewVC logotype

Index of /trunk

Files shown:190
Directory revision: 7249 (of 7249)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
audio/  6746  14 years  blueswir1  Support for DragonFly BSD (Hasso Tepper)
bsd-user/  7084  14 years  blueswir1  BSD user: initial support for i386 and x86_64 targets
darwin-user/  7004  14 years  aurel32  Add new command line option -singlestep for tcg single stepping. This replaces …
fpu/  7103  14 years  blueswir1  Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
gdb-xml/  6770  14 years  aurel32  Work around QEMU GDB stub suboptimality The current XML files claim, on floatin…
hw/  7236  14 years  aliguori  qemu: create helper for event notification (Marcelo Tosatti) Signed-off-by: Mar…
keymaps/  6587  14 years  aurel32  Fix fr-be keymap Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/  7194  14 years  pbrook  MIPS signal handling fixes. Also fixes a register corruption bug in do_sigretur…
pc-bios/  7212  14 years  aliguori  sending NUMA topology to BIOS (Andre Przywara) uses the QEMU firmware configura…
slirp/  7198  14 years  aliguori  slirp: Handle DHCP requests for specific IP (Jan Kiszka) This adds proper handl…
target-alpha/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-arm/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-cris/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-i386/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-m68k/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-mips/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-ppc/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-sh4/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
target-sparc/  7242  14 years  aliguori  qemu: introduce qemu_init_vcpu (Marcelo Tosatti) Signed-off-by: Marcelo Tosatti…
tcg/  7122  14 years  aurel32  tcg: make sure NDEBUG is defined before including <assert.h> Signed-off-by: Aur…
tests/  7073  14 years  aurel32  target-alpha: overflow condition for sublv and subqv The conditions to detect o…
.gitignore  7218  14 years  aliguori  update .gitignore: add qemu-io (Gerd Hoffmann) Signed-off-by: Gerd Hoffmann <kr
CODING_STYLE  7014  14 years  edgar_igl  Remove potentially offensive humor. Signed-off-by: Edgar E. Iglesias <edgar.igl
COPYING  5468  15 years  aurel32  COPYING: update from FSF Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
COPYING.LIB  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
Changelog  7015  14 years  aliguori  Update Changelog to reflect 0.10.2 release Signed-off-by: Anthony Liguori <alig
LICENSE  6020  14 years  blueswir1  Add missing newline at the end of file
MAINTAINERS  5088  15 years  j_mayer  Update maintainers list.
Makefile  7237  14 years  aliguori  qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) Signed-…
Makefile.target  7237  14 years  aliguori  qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) Signed-…
README  6020  14 years  blueswir1  Add missing newline at the end of file
TODO  5866  14 years  malc  Update
USE_GIT_INSTEAD  7249  14 years  blueswir1  Mark subversion repository as obsolete
VERSION  7037  14 years  aliguori  Update the version information to 0.10.50 to signify development branch Signed-…
a.out.h  6000  14 years  blueswir1  Remove unnecessary trailing newlines
acl.c  6727  14 years  aliguori  Remove tabs introduced from VNC ACL series Signed-off-by: Anthony Liguori <alig
acl.h  6726  14 years  aliguori  Support ACLs for controlling VNC access ("Daniel P. Berrange") This patch intro…
aes.c  6856  14 years  blueswir1  Delete some unused macros detected with -Wp,-Wunused-macros use
aes.h  1036  19 years  bellard  AES crypto support
aio.c  6531  14 years  aliguori  toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) Signed-…
alpha-dis.c  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
alpha.ld  110  20 years  bellard  alpha support
arm-dis.c  6766  14 years  aurel32  clean build: Fix arm build warnings Fix remaining arm warnings - except for the…
arm-semi.c  6192  14 years  blueswir1  Fix more FSF addresses
arm.ld  4867  15 years  blueswir1  Link ARM prologue closer to code segment to avoid a build failure
balloon.h  5875  14 years  aliguori  Add missing file from previous commit. Signed-off-by: Anthony Liguori <aliguori
block-bochs.c  6768  14 years  aurel32  Use C99 initializers for BlockDriver methods Consistently use the C99 named ini…
block-cloop.c  6768  14 years  aurel32  Use C99 initializers for BlockDriver methods Consistently use the C99 named ini…
block-cow.c  7103  14 years  blueswir1  Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
block-dmg.c  6768  14 years  aurel32  Use C99 initializers for BlockDriver methods Consistently use the C99 named ini…
block-nbd.c  6768  14 years  aurel32  Use C99 initializers for BlockDriver methods Consistently use the C99 named ini…
block-parallels.c  6768  14 years  aurel32  Use C99 initializers for BlockDriver methods Consistently use the C99 named ini…
block-qcow.c  7229  14 years  aliguori  implement qemu_blockalign (Stefano Stabellini) this patch adds a buffer_alignme…
block-qcow2.c  7229  14 years  aliguori  implement qemu_blockalign (Stefano Stabellini) this patch adds a buffer_alignme…
block-raw-posix.c  7229  14 years  aliguori  implement qemu_blockalign (Stefano Stabellini) this patch adds a buffer_alignme…
block-raw-win32.c  7018  14 years  aliguori  more BlockDriver C99 initializers (Christoph Hellwig) Looks like the two bdrv_r…
block-vmdk.c  6768  14 years  aurel32  Use C99 initializers for BlockDriver methods Consistently use the C99 named ini…
block-vpc.c  7109  14 years  aurel32  block-vpc: Don't silently create smaller image than requested The algorithm fro…
block-vvfat.c  7103  14 years  blueswir1  Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
block.c  7229  14 years  aliguori  implement qemu_blockalign (Stefano Stabellini) this patch adds a buffer_alignme…
block.h  7214  14 years  aliguori  Introduce bdrv_check (Kevin Wolf) From: Kevin Wolf <kwolf@redhat.com> Introduc…
block_int.h  7229  14 years  aliguori  implement qemu_blockalign (Stefano Stabellini) this patch adds a buffer_alignme…
bswap.h  6737  14 years  blueswir1  Sparse fixes: truncation by cast Fix Sparse warnings about constant truncation …
bt-host.c  7103  14 years  blueswir1  Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
bt-host.h  6809  14 years  aurel32  Clean build: Add bt-host.h Silence compiler warning by providing proper CONFIG_…
bt-vhci.c  6736  14 years  blueswir1  Sparse fixes: NULL use, header order, ANSI prototypes, static Fix Sparse warnin…
buffered_file.c  6531  14 years  aliguori  toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) Signed-…
buffered_file.h  5475  15 years  aliguori  Introduce a buffered file wrapper for QEMUFile This patch introduces a buffered…
cache-utils.c  6517  14 years  malc  Properly initialize len argument of sysctl and include stdio.h (perror)
cache-utils.h  6301  14 years  malc  Remove all traces of __powerpc__ According to $GCC/gcc/config/rs6000/rs6000-c.c…
cmd.c  7016  14 years  blueswir1  Fix a few Sparse warnings
cmd.h  7016  14 years  blueswir1  Fix a few Sparse warnings
cocoa.m  6683  14 years  aliguori  Update cocoa.m to match new DisplayState code (Samuel Benson) Version 2 does as…
configure  7237  14 years  aliguori  qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) Signed-…
console.c  6856  14 years  blueswir1  Delete some unused macros detected with -Wp,-Wunused-macros use
console.h  6839  14 years  aliguori  DisplayAllocator interface (Stefano Stabellini) Hi all, this patch adds a Displ…
cpu-all.h  7238  14 years  aliguori  qemu: per-arch cpu_has_work (Marcelo Tosatti) Blue Swirl: fix Sparc32 breakage …
cpu-defs.h  7248  14 years  aliguori  qemu: introduce iothread (Marcelo Tosatti) Fill in the hooks and introduce ioth…
cpu-exec.c  7238  14 years  aliguori  qemu: per-arch cpu_has_work (Marcelo Tosatti) Blue Swirl: fix Sparc32 breakage …
cris-dis.c  6531  14 years  aliguori  toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) Signed-…
curses.c  6839  14 years  aliguori  DisplayAllocator interface (Stefano Stabellini) Hi all, this patch adds a Displ…
curses_keys.h  6739  14 years  blueswir1  Sparse fixes: remove duplicate entry
cutils.c  6902  14 years  aliguori  add qemu_iovec_init_external (Christoph Hellwig) Allow to initialize a QEMUIOV…
d3des.c  5551  15 years  blueswir1  Ansify to please sparse
d3des.h  3141  16 years  ths  Actually add d3des implementation files.
def-helper.h  6000  14 years  blueswir1  Remove unnecessary trailing newlines
device_tree.c  7068  14 years  pbrook  Wean device tree code off phys_ram_base. Signed-off-by: Paul Brook <paul@codeso
device_tree.h  7068  14 years  pbrook  Wean device tree code off phys_ram_base. Signed-off-by: Paul Brook <paul@codeso
dis-asm.h  6582  14 years  blueswir1  Update ppc-dis.c from binutils 2.17
disas.c  7209  14 years  malc  Safety net for the cases where disassembler/translator disagree over instruction…
disas.h  6711  14 years  aliguori  monitor: Rework API (Jan Kiszka) Refactor the monitor API and prepare it for de…
dma-helpers.c  7016  14 years  blueswir1  Fix a few Sparse warnings
dma.h  6872  14 years  aliguori  Implement cancellation method for dma async I/O (Avi Kivity) Move the dma helpe…
dyngen-exec.h  7047  14 years  aurel32  Use stdint.h for integral data types and definitions Signed-off-by: Stefan Weil…
elf.h  5173  15 years  blueswir1  Fix most warnings that would be caused by gcc flag -Wundef
elf_ops.h  6855  14 years  blueswir1  Make the ELF loader aware of backwards compatibility Most 64 bit architectures …
exec-all.h  7189  14 years  blueswir1  kqemu: merge CONFIG_KQEMU and USE_KQEMU Basically a recursive ":%s/USE_KQEMU/CO…
exec.c  7243  14 years  aliguori  qemu: introduce qemu_cpu_kick (Marcelo Tosatti) To notify cpu of pending interr…
feature_to_c.sh  5539  15 years  blueswir1  Fix undeclared symbol warnings from sparse
gdbstub.c  7175  14 years  blueswir1  Add 'static' to avoid a sparse warning
gdbstub.h  6825  14 years  aliguori  Guest debugging support for KVM (Jan Kiszka) This is a backport of the guest de…
gen-icount.h  6000  14 years  blueswir1  Remove unnecessary trailing newlines
host-utils.c  3536  16 years  j_mayer  Code used by the linux-user targets should not use vl.h. Include exec.h instead.…
host-utils.h  5708  15 years  balrog  Include <strings.h> for ffs(). ffs() is in <strings.h> although bsd compatible …
hostregs_helper.h  6778  14 years  blueswir1  Prune unused AREGs
hpet.h  3172  16 years  ths  Add a local copy of hpet.h.
hppa-dis.c  4199  15 years  aurel32  HPPA (PA-RISC) host support (Stuart Brady)
hppa.ld  4199  15 years  aurel32  HPPA (PA-RISC) host support (Stuart Brady)
hxtool  6946  14 years  blueswir1  Fix hxtool eating backslash sequences for sh != bash
i386-dis.c  6744  14 years  blueswir1  Update i386-dis.c from commits before GPLv3 switch Update i386-dis.c again usin…
i386.ld  4636  15 years  pbrook  Add TLS sections.
ia64.ld  1360  18 years  bellard  ia64 host support (David Mosberger)
keymaps.c  6721  14 years  aliguori  Refactor keymap code to avoid duplication ("Daniel P. Berrange") Each of the gr…
keymaps.h  6730  14 years  aliguori  Add missing file from previous commit Signed-off-by: Anthony Liguori <aliguori@
kqemu.c  7189  14 years  blueswir1  kqemu: merge CONFIG_KQEMU and USE_KQEMU Basically a recursive ":%s/USE_KQEMU/CO…
kqemu.h  4628  15 years  bellard  kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
kvm-all.c  7139  14 years  aliguori  kvm: improve handling of overlapping slots (Jan Kiszka) This reworks the slot m…
kvm.h  7138  14 years  aliguori  kvm: Add sanity checks to slot management (Jan Kiszka) Fail loudly if we run ou…
libfdt_env.h  6064  14 years  aurel32  Implement device tree support needed for Bamboo emulation To implement the -ker…
loader.c  6856  14 years  blueswir1  Delete some unused macros detected with -Wp,-Wunused-macros use
m68k-dis.c  5835  14 years  aurel32  Spelling and grammar fixes Minor fixes of spelling and grammar in comments and …
m68k-semi.c  6192  14 years  blueswir1  Fix more FSF addresses
m68k.ld  357  20 years  bellard  m68k host port (Richard Zidlicky)
migration-exec.c  6715  14 years  aliguori  monitor: Decouple terminals (Jan Kiszka) Currently all registered (and activate…
migration-tcp.c  6715  14 years  aliguori  monitor: Decouple terminals (Jan Kiszka) Currently all registered (and activate…
migration.c  6997  14 years  aliguori  propagate error on failed completion (Glauber Costa) migrate_fd_put_ready() cal…
migration.h  6715  14 years  aliguori  monitor: Decouple terminals (Jan Kiszka) Currently all registered (and activate…
mips-dis.c  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
mips.ld  2772  16 years  ths  Linker scripts for MIPS hosts.
mipsel.ld  2772  16 years  ths  Linker scripts for MIPS hosts.
monitor.c  7232  14 years  aliguori  monitor: Fix warning in do_info_numa (Jan Kiszka) Signed-off-by: Jan Kiszka <ja
monitor.h  6717  14 years  aliguori  monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) This allows to create…
nbd.c  6984  14 years  blueswir1  Fix some win32 compile warnings
nbd.h  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
net-checksum.c  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
net.c  7208  14 years  aliguori  net: Prevent multiple slirp instances (Jan Kiszka) The slirp stack is full of g…
net.h  7204  14 years  aliguori  slirp: Enhance host-guest redirection setup (Jan Kiszka) Allow to establish a T…
osdep.c  7189  14 years  blueswir1  kqemu: merge CONFIG_KQEMU and USE_KQEMU Basically a recursive ":%s/USE_KQEMU/CO…
osdep.h  6215  14 years  aliguori  snapshot subcommand for qemu-img (Kevin Wolf) Add snapshot subcommand to qemu-i…
pci-ids.txt  6428  14 years  aurel32  List virtio console device in pci-ids.txt As mentioned in: http://lists.gnu.
posix-aio-compat.c  7021  14 years  aliguori  native preadv/pwritev support (Christoph Hellwig) This ties up the preadv/pwrit…
posix-aio-compat.h  7020  14 years  aliguori  push down vector linearization to posix-aio-compat.c (Christoph Hellwig) Make a…
ppc-dis.c  6583  14 years  blueswir1  Update ppc-dis.c from binutils from 4th July, 2007, just before GPLv3 switch
ppc.ld  2734  16 years  ths  Update ppc.ld to work with newer binutils.
ppc64.ld  5035  15 years  malc  Correct version of Heikki Lindholms ppc64.ld script Was butchered by c&p
qemu-aio.h  5297  15 years  aliguori  Refactor AIO to allow multiple AIO implementations This patch refactors the AIO…
qemu-binfmt-conf.sh  3284  16 years  ths  Code provision for n32/n64 mips userland emulation. Not functional yet.
qemu-char.c  7103  14 years  blueswir1  Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
qemu-char.h  6716  14 years  aliguori  monitor: Improve mux'ed console experience (Jan Kiszka) Up to now, you never re…
qemu-common.h  7243  14 years  aliguori  qemu: introduce qemu_cpu_kick (Marcelo Tosatti) To notify cpu of pending interr…
qemu-doc.texi  7004  14 years  aurel32  Add new command line option -singlestep for tcg single stepping. This replaces …
qemu-img.c  7215  14 years  aliguori  Introduce qemu-img check subcommand (Kevin Wolf) From: Kevin Wolf <kwolf@redhat
qemu-img.texi  6910  14 years  aliguori  qemu-img: adding a "-F base_fmt" option to "qemu-img create -b" (Uri Lublin) If…
qemu-io.c  7182  14 years  aliguori  qemu-io: Verify read data by patterns (Kevin Wolf) This patch adds a -P option …
qemu-lock.h  6301  14 years  malc  Remove all traces of __powerpc__ According to $GCC/gcc/config/rs6000/rs6000-c.c…
qemu-log.h  6333  14 years  aliguori  Define macros that will become the new logging API (Eduardo Habkost) These macr…
qemu-malloc.c  6615  14 years  aliguori  Fix qemu_realloc() (Kevin Wolf) For qemu_realloc with size == 0 a result of NUL…
qemu-nbd.c  6531  14 years  aliguori  toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) Signed-…
qemu-nbd.texi  5301  15 years  aliguori  Fix formatting of documentation (Stefan Weil) Fix formatting for documentation …
qemu-options.hx  7228  14 years  aliguori  xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann) Signed-off-by: Ger…
qemu-sockets.c  6300  14 years  blueswir1  Fix some more warnings
qemu-tech.texi  5453  15 years  blueswir1  Update (thanks to Edgar, Thiemo, malc, Paul, Laurent and Andrzej)
qemu-thread.c  7237  14 years  aliguori  qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) Signed-…
qemu-thread.h  7237  14 years  aliguori  qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) Signed-…
qemu-timer.h  3674  16 years  pbrook  Break up vl.h.
qemu-tool.c  6711  14 years  aliguori  monitor: Rework API (Jan Kiszka) Refactor the monitor API and prepare it for de…
qemu.sasl  6724  14 years  aliguori  Add SASL authentication support ("Daniel P. Berrange") This patch adds the new …
qemu_socket.h  6783  14 years  aliguori  Fix windows build and clean up use of <windows.h> We want to globally define WI…
readline.c  6842  14 years  aliguori  monitor: Provide empty command as final history entry (Jan Kiszka) Provide an e…
readline.h  6716  14 years  aliguori  monitor: Improve mux'ed console experience (Jan Kiszka) Up to now, you never re…
rules.mak  6447  14 years  aliguori  build system: Further improve quiet mode (Jan Kiszka) Derived from Stuart Brady…
s390-dis.c  6000  14 years  blueswir1  Remove unnecessary trailing newlines
s390.ld  6000  14 years  blueswir1  Remove unnecessary trailing newlines
savevm.c  7148  14 years  aliguori  Add unregister_savevm() (Mark McLoughlin) Currently there's no way to unregiste…
sdl.c  7097  14 years  balrog  Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names. Ne…
sdl_keysym.h  6721  14 years  aliguori  Refactor keymap code to avoid duplication ("Daniel P. Berrange") Each of the gr…
sh4-dis.c  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
softmmu-semi.h  5275  15 years  blueswir1  Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
softmmu_defs.h  5115  15 years  blueswir1  Fix some warnings that would be generated by gcc -Wredundant-decls
softmmu_exec.h  7028  14 years  aurel32  Allow 5 mmu indexes. This is necessary for alpha because it has 4 protection le…
softmmu_header.h  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
softmmu_template.h  7189  14 years  blueswir1  kqemu: merge CONFIG_KQEMU and USE_KQEMU Basically a recursive ":%s/USE_KQEMU/CO…
sparc-dis.c  6299  14 years  blueswir1  Make OpenBSD sparc-softmmu compile warning free
sparc.ld  3338  16 years  blueswir1   More detabification
sparc64.ld  4951  15 years  blueswir1  Map code buffers below 2G on Sparc64
sys-queue.h  6021  14 years  blueswir1  Remove CRs
sysemu.h  7228  14 years  aliguori  xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann) Signed-off-by: Ger…
tap-win32.c  7150  14 years  aliguori  Introduce VLANClientState::cleanup() (Mark McLoughlin) We're currently leaking …
texi2pod.pl  3964  15 years  ths  Update texi2pod.pl.
thunk.c  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
thunk.h  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
translate-all.c  6340  14 years  aliguori  global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) These are refere…
uboot_image.h  6162  14 years  aurel32  Update FSF address in GPL/LGPL boilerplate The attached patch updates the FSF a…
usb-bsd.c  6746  14 years  blueswir1  Support for DragonFly BSD (Hasso Tepper)
usb-linux.c  6711  14 years  aliguori  monitor: Rework API (Jan Kiszka) Refactor the monitor API and prepare it for de…
usb-stub.c  6711  14 years  aliguori  monitor: Rework API (Jan Kiszka) Refactor the monitor API and prepare it for de…
vgafont.h  5172  15 years  aurel32  Some little fixes on QEMU - some vectors can be declared as "const" - test on C…
vl.c  7248  14 years  aliguori  qemu: introduce iothread (Marcelo Tosatti) Fill in the hooks and introduce ioth…
vnc-auth-sasl.c  6727  14 years  aliguori  Remove tabs introduced from VNC ACL series Signed-off-by: Anthony Liguori <alig
vnc-auth-sasl.h  6726  14 years  aliguori  Support ACLs for controlling VNC access ("Daniel P. Berrange") This patch intro…
vnc-auth-vencrypt.c  6731  14 years  aliguori  Add more missing files Major FAIL with my checkin scripts. Signed-off-by: Anth…
vnc-auth-vencrypt.h  6731  14 years  aliguori  Add more missing files Major FAIL with my checkin scripts. Signed-off-by: Anth…
vnc-tls.c  6731  14 years  aliguori  Add more missing files Major FAIL with my checkin scripts. Signed-off-by: Anth…
vnc-tls.h  6731  14 years  aliguori  Add more missing files Major FAIL with my checkin scripts. Signed-off-by: Anth…
vnc.c  7022  14 years  aurel32  vnc: Fix incorrect attempt to clear a flag In vnc.c in pixel_format_message, th…
vnc.h  6862  14 years  aliguori  vnc: throttle screen updates. (Gerd Hoffmann) This patch makes the vnc server c…
vnc_keysym.h  6721  14 years  aliguori  Refactor keymap code to avoid duplication ("Daniel P. Berrange") Each of the gr…
vnchextile.h  6860  14 years  aliguori  vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann) This …
x86_64.ld  1203  18 years  bellard  update
x_keymap.c  6678  14 years  aliguori  Fix SDL on evdev hosts (Anthony Liguori) This patch corrects SDL support on X11…
x_keymap.h  6678  14 years  aliguori  Fix SDL on evdev hosts (Anthony Liguori) This patch corrects SDL support on X11…

Properties

Name Value
svn:ignore config-host.* i386 *-softmmu *-darwin-user *-linux-user *-bsd-user qemu-doc.html qemu-tech.html qemu-doc.info qemu-tech.info qemu.1 qemu.pod qemu-img.1 qemu-img.pod qemu-img qemu-nbd qemu-nbd.8 qemu-nbd.pod .gdbinit *.a *.aux *.cp *.dvi *.exe *.fn *.ky *.log *.pg *.toc *.tp *.vr *.d .pc patches

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.5