- Jul 12, 2016
-
-
Markus Armbruster authored
Header guard symbols should match their file name to make guard collisions less likely. Offenders found with scripts/clean-header-guards.pl -vn. Cleaned up with scripts/clean-header-guards.pl, followed by some renaming of new guard symbols picked by the script to better ones. Signed-off-by:
Markus Armbruster <armbru@redhat.com> Reviewed-by:
Richard Henderson <rth@twiddle.net>
-
- Feb 23, 2011
-
-
Corentin Chary authored
Add ZRLE [1] and ZYWRLE [2] encodings. The code is inspire^W stolen from libvncserver (again), but have been rewriten to match QEMU coding style. [1] http://www.realvnc.com/docs/rfbproto.pdf [2] http://micro-vnc.jp/research/remote_desktop_ng/ZYWRLE/publications/ Signed-off-by:
Corentin Chary <corentincj@iksaif.net> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
- Jun 12, 2010
-
-
Jes Sorensen authored
Introduce OS specific cmdline argument handling by calling os_parse_cmd_args() at the end of switch() statement. Move option enum to qemu-options.h and have it included from os-posix.c and os-win32.c in addition to vl.c. In addition move SMB argument to os-posix.c Signed-off-by:
Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by:
Juan Quintela <quintela@redhat.com> Acked-by:
Richard Henderson <rth@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Jes Sorensen authored
Move main signal handler setup to os specific files. Signed-off-by:
Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by:
Juan Quintela <quintela@redhat.com> Acked-by:
Richard Henderson <rth@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Jes Sorensen authored
Move win32 early signal handling setup to os_setup_signal_handling() Signed-off-by:
Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by:
Juan Quintela <quintela@redhat.com> Acked-by:
Richard Henderson <rth@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Jes Sorensen authored
Introcuce os-posix.c and move posix specific signal handling there. Signed-off-by:
Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by:
Juan Quintela <quintela@redhat.com> Acked-by:
Richard Henderson <rth@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Jes Sorensen authored
Move host_main_loop_wait() to OS specific files. Create qemu-os-posix.h and provide empty inline for the POSIX case. Signed-off-by:
Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by:
Juan Quintela <quintela@redhat.com> Acked-by:
Richard Henderson <rth@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
- Dec 03, 2009
-
-
Mark McLoughlin authored
Signed-off-by:
Mark McLoughlin <markmc@redhat.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
Mark McLoughlin authored
Signed-off-by:
Mark McLoughlin <markmc@redhat.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
Mark McLoughlin authored
Signed-off-by:
Mark McLoughlin <markmc@redhat.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
Mark McLoughlin authored
Signed-off-by:
Mark McLoughlin <markmc@redhat.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
- Mar 03, 2009
-
-
Anthony Liguori authored
This patch corrects SDL support on X11 hosts using evdev. It's losely based on the previous patch by Dustin Kirkland and the evdev support code in gtk-vnc written by Daniel Berrange. Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6678 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Apr 08, 2008
-
-
Aurelien Jarno authored
(Samuel Thibault) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4173 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Feb 01, 2008
-
-
Fabrice Bellard authored
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3943 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Oct 07, 2007
-
-
Jocelyn Mayer authored
(mostly CPU registration and UIC, for now). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3340 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Sep 16, 2007
-
-
Thiemo Seufer authored
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Apr 07, 2007
-
-
Paul Brook authored
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2635 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Feb 02, 2007
-
-
Thiemo Seufer authored
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2379 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Oct 30, 2005
-
-
Fabrice Bellard authored
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1584 c046a42c-6fe2-441c-8c8c-71466251a162
-
- Nov 07, 2004
-
-
Fabrice Bellard authored
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1125 c046a42c-6fe2-441c-8c8c-71466251a162
-