Sign in

gwj / at91sam9263 · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 8,232
  • Compare
  • Branches 2
  • Tags 0
  • at91sam9263
16 Jan, 2009
18 commits
  • Make sure monitor appears as a vc ...
    4c621805
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6358 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 21:48:20 +0000  
    Browse File »
  • hpet config mask fix ...
    35730fa0
    I discovered a bug in the hpet code that caused Windows to boot without
    hpet. The config mask I was using was preventing the guest from placing
    the hpet into 32 bit mode.
    
    (Beth Kon)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6357 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 21:38:58 +0000  
    Browse Code »
  • G364 video adapter enhancement ...
    0add30cf
    This patch improves G364 video card emulation (used in MIPS Magnum machine):
    - Use memory dirty tracking to not refresh whole screen each time
    - Use macros for debugging messages
    - Add support for hardware cursor
    - Handle Y-panning
    - Raise irq at each screen redraw
    - Support retrieving of some registers
    - Add load/save support
    
    The emulation has been tested in Linux 2.1 and Windows NT 3.5, in
    640x480, 800x600, 1024x768 and 1280x1024 resolutions.
    
    Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6356 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 21:13:58 +0000  
    Browse Code »
  • console: remove trailing spaces ...
    f0f2f976
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6355 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 21:13:49 +0000  
    Browse File »
  • Squash warnings in console.c ...
    fdb868e4
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6354 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 21:06:20 +0000  
    Browse File »
  • Remove assumption about a single graphic console. ...
    42aa98e8
    This fixes a fault with the jazz_led since it has two graphic consoles.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6353 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 21:01:48 +0000  
    Browse File »
  • Fix character devices after DisplayState refactoring ...
    2796dae0
    The DisplayState refactoring changed the machine init function to create a
    DisplayState for each VGA device instead of being passed an existing
    DisplayState.  This change is critical to enable multiple graphics device
    support.
    
    Unfortunately, the serial/parallel/console code is structured today to run
    before machine init to fill out the CharDriverState table which the machine
    init function uses to determine whether to create the required devices.
    
    Since a 'vc' is a type of CharDriverState, the CharDriverState code requires
    that a DisplayState exist before it runs creating a circular dependency.
    
    To fix this, this splits the creation of the initial CharDriverState from
    the initialization of the text console.  We can then in a second step associate
    a DisplayState with all TextConsoles.  This allows us to create the
    CharDriverState's first, machine init, then associate the TextConsoles with
    a DisplayState.
    
    This code screams for more cleanup.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6352 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 20:23:27 +0000  
    Browse File »
  • Fix a warning in hw/blizzard.c ...
    5403281a
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6351 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 20:07:19 +0000  
    Browse Code »
  • Fix compilation of blizzard.c ...
    846c54a7
    ppm_save's signature changed so it needs updating.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6350 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 19:51:14 +0000  
    Browse File »
  • Fix vga on PPC ...
    e3697092
    Fix crash introduced in revision 6336.
    
    (Stefano Stabellini)
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6349 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 19:45:28 +0000  
    Browse Code »
  • ppc_oldworld: remove i8259 ...
    570724dc
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6348 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 19:45:19 +0000  
    Browse Code »
  • ppc_oldworld: remove debug I/O port ...
    4ee7b2f8
    This is specific to OpenHackware, and not used by OpenBIOS.
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6347 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 19:43:46 +0000  
    Browse Code »
  • Fix warnings ...
    a147d62b
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6346 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-16 19:41:04 +0000  
    Browse Dir »
  • fix screendump (Stefano Stabellini) ...
    e07d630a
    this patch fixes the screendump functionality that was recently broken;
    it must be applied *after* PATCH 5, 6 and 7 of the original displaystate
    change patch series.
    In fact the other patches make much easier to solve the screendump
    problem because they make the console switching mechanism more robust.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6345 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 19:07:10 +0000  
    Browse Code »
  • graphical_console_init change (Stefano Stabellini) ...
    3023f332
    Patch 5/7
    
    This patch changes the graphical_console_init function to return an
    allocated DisplayState instead of a QEMUConsole.
    
    This patch contains just the graphical_console_init change and few other
    modifications mainly in console.c and vl.c.
    It was necessary to move the display frontends (e.g. sdl and vnc)
    initialization after machine->init in vl.c.
    
    This patch does *not* include any required changes to any device, these
    changes come with the following patches.
    
    Patch 6/7
    
    This patch changes the QEMUMachine init functions not to take a
    DisplayState as an argument because is not needed any more;
    
    In few places the graphic hardware initialization function was called
    only if DisplayState was not NULL, now they are always called.
    Apart from these cases, the rest are all mechanical substitutions.
    
    Patch 7/7
    
    This patch updates the graphic device code to use the new
    graphical_console_init function.
    
    As for the previous patch, in few places graphical_console_init was called
    only if DisplayState was not NULL, now it is always called.
    Apart from these cases, the rest are all mechanical substitutions.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6344 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 19:04:14 +0000  
    Browse Code »
  • Fix false positive for AIO on OpenBSD ...
    9f8df9c1
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6343 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2009-01-16 18:13:32 +0000  
    Browse Code »
  • Fix uninitialized variable warning ...
    e9ebead2
    r6322 introduced a warning pointed out by Jan Kiszka.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6342 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-16 14:27:37 +0000  
    Browse Dir »
  • hw/omap_sx1.c: fix build ...
    6517ca2a
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6341 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2009-01-16 07:31:51 +0000  
    Browse File »

15 Jan, 2009
22 commits
  • global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) ...
    8fec2b8c
    These are references to 'loglevel' that aren't on a simple 'if (loglevel &
    X) qemu_log()' statement.
    
    Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6340 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 22:36:53 +0000  
    Browse Dir »
  • global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) ...
    31b1a7b4
    Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6339 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 22:35:09 +0000  
    Browse File »
  • Convert references to logfile/loglevel to use qemu_log*() macros ...
    93fcfe39
    This is a large patch that changes all occurrences of logfile/loglevel
    global variables to use the new qemu_log*() macros.
    
    Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6338 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 22:34:14 +0000  
    Browse Dir »
  • exploiting the new interface in vnc.c (Stefano Stabellini) ...
    6cec5487
    This patch exploits the new DisplaySurface and PixelFormat structures in
    vnc, making the code easier to read allowing further improvements.
    
    Compared to the last version I fixed a bug that prevented the hextile
    encoding from working properly.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6337 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 22:17:38 +0000  
    Browse Code »
  • DisplayState interface change (Stefano Stabellini) ...
    7d957bd8
    This patch changes the DisplayState interface adding support for
    multiple frontends at the same time (sdl and vnc) and implements most
    of the benefit of the shared_buf patch without the added complexity.
    
    Currently DisplayState is managed by sdl (or vnc) and sdl (or vnc) is
    also responsible for allocating the data and setting the depth.
    Vga.c (or another backend) will do any necessary conversion.
    
    The idea is to change it so that is vga.c (or another backend) together
    with console.c that fully manage the DisplayState interface allocating
    data and setting the depth (either 16 or 32 bit, if the guest uses a
    different resolution or is in text mode, vga.c (or another backend) is
    in charge of doing the conversion seamlessly).
    
    The other idea is that DisplayState supports *multiple* frontends
    like sdl and vnc; each of them can register some callbacks to be called
    when a display event occurs.
    
    The interesting changes are:
    
    - the new structures and related functions in console.h and console.c
    
    in particular the following functions are very helpful to manage a
    DisplaySurface:
    
    qemu_create_displaysurface
    qemu_resize_displaysurface
    qemu_create_displaysurface_from
    qemu_free_displaysurface
    
    - console_select and qemu_console_resize in console.c
    this two functions manage multiple consoles on a single host display
    
    - moving code around in hw/vga.c
    as for the shared_buf patch this is necessary to be able to handle a dynamic
    DisplaySurface bpp
    
    - changes to vga_draw_graphic in hw/vga.c
    this is the place where the DisplaySurface buffer is shared with the
    videoram, when possible;
    
    
    Compared to the last version the only changes are:
    
    - do not remove support to dpy_copy in cirrus_vga
    - change the name of the displaysurface handling functions
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 22:14:11 +0000  
    Browse File »
  • remove bgr (Stefano Stabellini) ...
    8927bcfd
    Do not handle bgr host displays in the backends.
    
    Right now a bgr flag exists so that sdl can set it, if the SDL_Surface
    is bgr.
    Afterwards the graphic device (e.g. vga.c) does the needed conversion.
    
    With this patch series is sdl that is responsible for rendering the format
    provided by the graphic device that must provide a DisplaySurface
    (ds->surface) in 16 or 32 bpp, rgb.
    Afterwards sdl creates a SDL_Surface from the given DisplaySurface and
    blits it into the main SDL_Surface using SDL_BlitSurface.
    
    Everything is handled by sdl transparently, because SDL_BlitSurface is
    perfectly capable of handling bgr displays by itself.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6335 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 22:07:16 +0000  
    Browse File »
  • report issues causing the kvm probe to fail (Christian Ehrhardt) ...
    9fd8d8d7
    The patch applies to upstream qemu as well as kvm-userspace, but since it is
    the qemu configure script I think it should go to upstream qemu (Anthony)
    first and with the next merge to kvm-userspace. On the other hand it is the kvm
    probe so an ack from Avi in case v3 is ok would be reasonable.
    
    *updates*
    v2 - it also reports other errors than just #error preprocessor statements
         (requested by Avi)
    v3 - In case awk or grep is not installed it now gracfully (silently)
         fails still disabling kvm (requested by Anthony)
    
    This patch is about reporting more details of the issue if configuring kvm
    fails. Therefore this patch keeps the qemu style configure output which is a
    list of "$Feature $Status", but extend the "no" result like "KVM Support no"
    with some more information.
    
    There might be a lot of things going wrong with that probe and I don't want
    to handle all of them, but if it is one of the known checks e.g. for
    KVM_API_VERSION then we could grep/awk that out and report it. The patch
    reports in case of a known case in the style
    "KVM support no - (Missing KVM capability KVM_CAP_DESTROY_MEMORY_REGION_WORKS)"
    
    In case more than one #error is triggered it creates a comma separated list in
    those brackets and in case it is something else than an #error it just reports
    plain old "no".
    
    Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6334 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:57:30 +0000  
    Browse Code »
  • Define macros that will become the new logging API (Eduardo Habkost) ...
    6d2c5146
    These macros are NOT a proposal for a definitive new logging API. They
    are just a step for it: a way to mark all usage patterns of the
    logfile/loglevel variables on a single place.
    
    Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6333 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:52:11 +0000  
    Browse Code »
  • Clean up debugging code #ifdefs (Eduardo Habkost) ...
    d12d51d5
    Use macros to avoid #ifdefs on debugging code.
    
    This patch doesn't try to merge logging macros from different files,
    but just unify the debugging code #ifdefs onto a macro on each file. A
    further cleanup can unify the debugging macros on a common header, later
    
    Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6332 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:48:06 +0000  
    Browse File »
  • qemu-img: Fix type of getopt return value (Kevin Wolf) ...
    40a4539e
    getopt doesn't return a char but an int.
    
    Signed-off-by: Kevin Wolf <kwolf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6331 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:42:12 +0000  
    Browse Code »
  • Fix Windows build (Hervé Poussineau) ...
    02082dc9
    r6303 broke Windows build, where "noreturn" is a keyword used with __declspec.
    Attached patch fixes Windows build, by moving windows.h header inclusion before Qemu noreturn define.
    
    Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> 
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6330 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:39:41 +0000  
    Browse Code »
  • powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu) ...
    da07cf59
    Signed-off-by: Liu Yu <yu.liu@freescale.com>
    Acked-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6329 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:24:24 +0000  
    Browse File »
  • powerpc/kvm: fix a openpic bug (Liu Yu) ...
    24865167
    An external interrupt should not interrupted in-servicing interrupt with equal priority.
    
    Signed-off-by: Liu Yu <yu.liu@freescale.com>
    Acked-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6328 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:19:54 +0000  
    Browse Code »
  • powerpc/kvm: Fix a uninitialized bug (Liu Yu) ...
    57be80f9
    Signed-off-by: Liu Yu <yu.liu@freescale.com>
    Acked-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6327 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:18:42 +0000  
    Browse Code »
  • Fix kvm configure test for PPC ...
    406b430d
    QEMU uses "ppc" whereas Linux uses "powerpc".
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6326 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 21:13:33 +0000  
    Browse Code »
  • Handle SDL grabs failing (Mark McLoughlin) ...
    6bb81603
    If a X window is not viewable, XGrabPointer() fails and
    returns GrabNotViewable. SDL's X backend currently handles
    this by retrying the grab until the window becomes viewable
    again.
    
    This means e.g. if you Ctrl-Alt-RightArrow to switch
    workspaces, QEMU tries to grab, SDL blocks because the
    window isn't viewable and your guest stops executing until
    you switch back to that workspace again.
    
    See this Fedora bug for the gory details:
    
      https://bugzilla.redhat.com/480065
    
    Some SDL backends will return SDL_GRAB_OFF from
    SDL_WM_GrabInput(), so the fix is to make the X backend do
    this if the grab fails.
    
    The only side-effect in QEMU is that if SDL_WM_GrabInput()
    fails we still change the window title to indicate that it's
    grabbed, when in fact it's not. This patch fixes that minor
    issue.
    
    Signed-off-by: Mark McLoughlin <markmc@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6325 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:47:45 +0000  
    Browse Code »
  • Return -errno on write failure (Gleb Natapov) ...
    4141d4c2
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6324 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:44:26 +0000  
    Browse Code »
  • bdrv_write should not stop on partial write (Gleb Natapov) ...
    42fb2807
    Should return real error instead.
    
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6323 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:43:39 +0000  
    Browse Code »
  • add a -vga none cli option (Stefano Stabellini) ...
    c2b3b41a
    currently there is no way to fully disable any graphic card device for
    the PC architecture.
    You can have no graphical output, thanks to -nographic, but you would
    have the VGA device connected to your PCI bus anyway.
    There is already a convenient -vga option to choose between std, cirrus
    and vmware; this patch add the new option "none" to select no graphic
    card at all.
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6322 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:37:28 +0000  
    Browse Code »
  • Adopt cpu_copy to new breakpoint API (Jan Kaszka) ...
    5a38f081
    Latest changes to the cpu_breakpoint/watchpoint API broke cpu_copy. This
    patch fixes it by cloning the breakpoint and watchpoint lists
    appropriately.
    
    Thanks to Lionel Landwerlin for pointing out.
    
    Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6321 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:16:51 +0000  
    Browse Code »
  • Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov) ...
    73822ec8
    After my last patch to fix interrupt coalescing was rejected
    on the basis that it is too intrusive we decided to make the
    fix much more localized and only fix the problem for RTC time
    source. Unfortunately it is impossible to fix the problem entirely
    inside RTC code like Andrzej proposed since Windows reads RTC
    register C more then once on each time interrupt so it is impossible
    to count reliably how many interrupt windows actually handled.
    Proposed solution is localized to I386 target and is disabled by
    default. To enable it "-rtc-td-hack" flag should be used.
    
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6320 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:11:34 +0000  
    Browse Code »
  • add virtio-console initializer for powerpc (Christian Ehrhardt) ...
    5fc1503e
    This adds an intialization of virtio console for powerpc.
    
    Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6319 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2009-01-15 20:08:19 +0000  
    Browse Dir »