Skip to content
Snippets Groups Projects
  1. Oct 30, 2012
  2. Oct 24, 2012
    • Luiz Capitulino's avatar
      win32: fix broken build due to missing QEMU_MADV_HUGEPAGE · 8473f377
      Luiz Capitulino authored
      
      Commit ad0b5321 forgot to add
      QEMU_MADV_HUGEPAGE macros for when CONFIG_MADVISE is not defined.
      This broke the build for Windows. Fix it.
      
      Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      8473f377
    • Anthony Liguori's avatar
      Merge remote-tracking branch 'bonzini/nbd-next' into staging · c6b8141b
      Anthony Liguori authored
      * bonzini/nbd-next: (30 commits)
        qmp: add NBD server commands
        block: add close notifiers
        block: prepare code for adding block notifiers
        qemu-sockets: add socket_listen, socket_connect, socket_parse
        tests: do not include tools-obj-y Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
        qemu-sockets: return InetSocketAddress from inet_parse
        qapi: add socket address types
        build: add QAPI files to the tools
        vnc: drop QERR_VNC_SERVER_FAILED
        qemu-sockets: add error propagation to Unix socket functions
        qemu-sockets: add error propagation to inet_parse
        qemu-sockets: add error propagation to inet_dgram_opts
        qemu-sockets: add error propagation to inet_connect_addr
        qemu-sockets: include strerror or gai_strerror output in error messages
        vnc: add error propagation to vnc_display_open
        vnc: reorganize code for reverse mode
        vnc: introduce a single label for error returns
        vnc: avoid Yoda conditionals
        qemu-ga: ask and print error information from qemu-sockets
        nbd: ask and print error information from qemu-sockets
        ...
      c6b8141b
  3. Oct 23, 2012
Loading