Skip to content
Snippets Groups Projects
  1. Apr 08, 2013
    • Peter Maydell's avatar
      configure: Provide and use convenience error reporting function · 76ad07a4
      Peter Maydell authored
      
      Provide a convenience function for reporting an error and exiting,
      and update various places in the configure script to use it.
      This allows us to be a little more consistent about how format
      our error messages and makes the calling code shorter.
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Message-id: 1365419487-19867-2-git-send-email-peter.maydell@linaro.org
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      76ad07a4
    • Paolo Bonzini's avatar
      qemu-char: really fix behavior on can_read = 0 · 1e885b25
      Paolo Bonzini authored
      
      I misread the glib manual, g_source_remove does not let you re-attach
      the source later.  This behavior (called "blocking" the source in glib)
      is present in glib's source code, but private and not available outside
      glib; hence, we have to resort to re-creating the source every time.
      
      In fact, g_source_remove and g_source_destroy are the same thing,
      except g_source_destroy is O(1) while g_source_remove scans a potentially
      very long list of GSources in the current main loop.  Ugh.  Better
      use g_source_destroy explicitly, and leave "tags" to those dummies who
      cannot track their pointers' lifetimes.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Message-id: 1365426195-12596-1-git-send-email-pbonzini@redhat.com
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      1e885b25
    • Anthony Liguori's avatar
      Merge remote-tracking branch 'mdroth/qga-pull-4-2-13' into staging · b9a7cfee
      Anthony Liguori authored
      # By Laszlo Ersek (2) and others
      # Via Michael Roth
      * mdroth/qga-pull-4-2-13:
        qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
        qga schema: document generic QERR_UNSUPPORTED
        qga schema: mark optional GuestLogicalProcessor.can-offline with #optional
        qga: add windows implementation for guest-set-time
        qga: add windows implementation for guest-get-time
      b9a7cfee
    • Anthony Liguori's avatar
      Merge remote-tracking branch 'kraxel/usb.79' into staging · 2a7a239f
      Anthony Liguori authored
      # By Gerd Hoffmann (7) and Hans de Goede (3)
      # Via Gerd Hoffmann
      * kraxel/usb.79:
        usb-tablet: Don't claim wakeup capability for USB-2 version
        usb: update docs for bus name change
        usb-hub: report status changes only once
        usb-hub: limit chain length
        xhci: zap unused name field
        xhci: remove unimplemented printfs
        xhci: remove leftover debug printf
        xhci: fix numintrs sanity checks
        usb-redir: Add flow control support
        usb-redir: Fix crash on migration with no client connected
      2a7a239f
  2. Apr 06, 2013
    • Blue Swirl's avatar
      Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm · 9196dd41
      Blue Swirl authored
      * 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm:
        hw/nand.c: Fix nand erase operation
        cadence_uart: Flush queued characters on reset
        pl330: Don't inhibit ES bits on INTEN
        pflash_cfi01: Implement migration support
        pflash_cfi01: Drop unused 'bypass' field
        hw/arm_gic_common: Use vmstate struct rather than save/load functions
        arm_gic: Fix sizes of state fields in preparation for vmstate support
        vmstate: Add support for two dimensional arrays
        hw/onenand.c: fix migration of dynamically allocated buffer "otp"
        hw/sd.c: fix migration of dynamically allocated buffer "buf"
        vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macro
        hw/arm_mptimer: Save the timer state
        pl050: Don't send always-constant is_mouse field
        hw/arm/nseries: don't print to stdout or stderr
      9196dd41
  3. Apr 05, 2013
Loading