qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6821cd: win32: add generic RC rules to rules.


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6821cd: win32: add generic RC rules to rules.mak
Date: Mon, 29 Apr 2013 10:30:14 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6821cdc7c857c6af47277e98dde24cc99ddc0531
      
https://github.com/qemu/qemu/commit/6821cdc7c857c6af47277e98dde24cc99ddc0531
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M Makefile
    M rules.mak

  Log Message:
  -----------
  win32: add generic RC rules to rules.mak

Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: c02817e5bfbb27955cac970019e6670dc427bc41
      
https://github.com/qemu/qemu/commit/c02817e5bfbb27955cac970019e6670dc427bc41
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M Makefile
    M rules.mak

  Log Message:
  -----------
  win32: move Makefile dependencies on version-obj-y to rules.mak

This makes the test on $(LIBTOOL) work.  Otherwise, LIBTOOL
is /bin/false by the time the test is done.

Fixes Win32 compilation without a working cross-libtool.

Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: c12915e638a31010923b8dbbf8ce06f564a175f9
      
https://github.com/qemu/qemu/commit/c12915e638a31010923b8dbbf8ce06f564a175f9
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M Makefile.target

  Log Message:
  -----------
  win32: generate console executable again

The -mwindows option is not anymore in LIBS at this point of the Makefile,
it is only in libs_softmmu.  Check the right variable.

Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: ae12e3a643c66575c77211e1226ada041e56b889
      
https://github.com/qemu/qemu/commit/ae12e3a643c66575c77211e1226ada041e56b889
  Author: Cole Robinson <address@hidden>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M hw/usb/ccid-card-emulated.c

  Log Message:
  -----------
  ccid: Fix crash when backend isn't specified

Reproducer:

./x86_64-softmmu/qemu-system-x86_64 -device usb-ccid,id=ccid0 -usb -device 
ccid-card-emulated -monitor stdio

Signed-off-by: Cole Robinson <address@hidden>
Reviewed-by: Alon Levy <address@hidden>


  Commit: 9adea5f7f7a23ef4a1231289a36a94c52347b142
      
https://github.com/qemu/qemu/commit/9adea5f7f7a23ef4a1231289a36a94c52347b142
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M include/qemu-common.h
    M include/qemu/osdep.h
    M util/iov.c
    M util/osdep.c

  Log Message:
  -----------
  win32: add readv/writev emulation

Commit e9d8fbf (qemu-file: do not use stdio for qemu_fdopen, 2013-03-27)
introduced a usage of writev, which mingw32 does not have.  Even though
qemu_fdopen itself is not used on mingw32, the future-proof solution is
to add an implementation of it.  This is simple and similar to how we
emulate sendmsg/recvmsg in util/iov.c.

Some files include osdep.h without qemu-common.h, so move the definition
of iovec to osdep.h too, and include osdep.h from qemu-common.h
unconditionally (protection against including files when NEED_CPU_H is
defined is not needed since the removal of AREG0).

Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 45dddd90c339254d1ebc34ef719d84f3495c151b
      
https://github.com/qemu/qemu/commit/45dddd90c339254d1ebc34ef719d84f3495c151b
  Author: Anthony Liguori <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/usb/ccid-card-emulated.c

  Log Message:
  -----------
  Merge remote-tracking branch 'alon/libcacard_ccid.2' into staging

# By Cole Robinson
# Via Alon Levy
* alon/libcacard_ccid.2:
  ccid: Fix crash when backend isn't specified

Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: b48df71c916478ff658d143d0742e85c78348fad
      
https://github.com/qemu/qemu/commit/b48df71c916478ff658d143d0742e85c78348fad
  Author: Anthony Liguori <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M Makefile
    M Makefile.target
    M include/qemu-common.h
    M include/qemu/osdep.h
    M rules.mak
    M util/iov.c
    M util/osdep.c

  Log Message:
  -----------
  Merge remote-tracking branch 'bonzini/migration-writev' into staging

# By Paolo Bonzini
# Via Paolo Bonzini
* bonzini/migration-writev:
  win32: add readv/writev emulation
  win32: generate console executable again
  win32: move Makefile dependencies on version-obj-y to rules.mak
  win32: add generic RC rules to rules.mak

Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: ec57db1630f9cdcd13c8c55acbc8daf5237aabf1
      
https://github.com/qemu/qemu/commit/ec57db1630f9cdcd13c8c55acbc8daf5237aabf1
  Author: Jason Wang <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/net/virtio-net.c

  Log Message:
  -----------
  virtio-net: unbreak the minix guest

Multiqueue patchset conditionally add control vq only when guest negotiate the
feature. Though the spec is not clear on this but it breaks the minix guest
since it will identify the ctrl vq even if it does not support it. Though this
behavior seems a violation on the spec "If the VIRTIO_NET_F_CTRL_VQ feature bit
is negotiated, identify the control virtqueue.", to keep the backward
compatibility, always add the ctrl vq at end of the queues.

Reported-by: Aurelien Jarno <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Tested-by: Aurelien Jarno <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
Message-id: address@hidden
Cc: Aurelien Jarno <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 82407b6c347db5298e18a716e386d12569479e3d
      
https://github.com/qemu/qemu/commit/82407b6c347db5298e18a716e386d12569479e3d
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/misc/applesmc.c

  Log Message:
  -----------
  applesmc: QOM'ify

Add a typedef for the state struct and rename from Status to State.
Add type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 6d4c2f175510a447f1aa6641e1a2337958a7c6af
      
https://github.com/qemu/qemu/commit/6d4c2f175510a447f1aa6641e1a2337958a7c6af
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/display/cirrus_vga.c

  Log Message:
  -----------
  cirrus_vga: QOM'ify ISA Cirrus VGA

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 020c8e7602fc6bf6a6ce62d99fb0a0882877ccd1
      
https://github.com/qemu/qemu/commit/020c8e7602fc6bf6a6ce62d99fb0a0882877ccd1
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/block/fdc.c
    M hw/i386/pc_piix.c
    M include/hw/block/fdc.h

  Log Message:
  -----------
  fdc: QOM'ify ISA floppy controller

Introduce type constant and cast macro to obsolete DO_UPCAST().
Reuse type constant for PC machine compatibility settings.

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Cc: Markus Armbruster <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: eb1440e7ec522784f4351bb5e88436cc3cd9abd7
      
https://github.com/qemu/qemu/commit/eb1440e7ec522784f4351bb5e88436cc3cd9abd7
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/dma/i82374.c

  Log Message:
  -----------
  i82374: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 29bb5317cb7b23422b2612025d56055bbf0bbd02
      
https://github.com/qemu/qemu/commit/29bb5317cb7b23422b2612025d56055bbf0bbd02
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/i386/kvm/i8259.c
    M hw/intc/i8259.c
    M hw/intc/i8259_common.c
    M include/hw/isa/i8259_internal.h

  Log Message:
  -----------
  i8259: QOM cleanups

Eliminate DO_UPCAST() for PICCommonState. Prepares for ISA realizefn.

Also give the i8259_common type registration functions unique names
while at it.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 2f12688b9310a0001330df71d22ad6dc9f39dd29
      
https://github.com/qemu/qemu/commit/2f12688b9310a0001330df71d22ad6dc9f39dd29
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/ide/isa.c

  Log Message:
  -----------
  ide: QOM'ify ISA IDE

Introduce type constant and cast macro to obsolete DO_UPCAST().
Add missing braces.

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: a2772c70a9617c73875c5ee915b32ccb50f0bf90
      
https://github.com/qemu/qemu/commit/a2772c70a9617c73875c5ee915b32ccb50f0bf90
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/timer/m48t59.c

  Log Message:
  -----------
  m48t59: QOM'ify ISA M48T59 NVRAM

Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 0e41271ec4944ea5b63c98b8e497618709e954c3
      
https://github.com/qemu/qemu/commit/0e41271ec4944ea5b63c98b8e497618709e954c3
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/timer/mc146818rtc.c
    M include/hw/timer/mc146818rtc.h

  Log Message:
  -----------
  mc146818rtc: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: fe6f5deb6611c512abcb4cb46a275756295b3e79
      
https://github.com/qemu/qemu/commit/fe6f5deb6611c512abcb4cb46a275756295b3e79
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/net/ne2000-isa.c

  Log Message:
  -----------
  ne2000-isa: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: b0dc5ee6bd0b16986a0f45ca778f3ead2398b2ee
      
https://github.com/qemu/qemu/commit/b0dc5ee6bd0b16986a0f45ca778f3ead2398b2ee
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/char/parallel.c

  Log Message:
  -----------
  parallel: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: a0881c64081f750be2e44a9b7000e18e4cea065e
      
https://github.com/qemu/qemu/commit/a0881c64081f750be2e44a9b7000e18e4cea065e
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/i386/pc.c

  Log Message:
  -----------
  pc: QOM'ify port 92

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: a2e0b863ebec1c9ceea9b7aab022a6378ea74136
      
https://github.com/qemu/qemu/commit/a2e0b863ebec1c9ceea9b7aab022a6378ea74136
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/input/pckbd.c

  Log Message:
  -----------
  pckbd: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: d367ece5e51d4f48687813eb5fe8d2a0e2e728d2
      
https://github.com/qemu/qemu/commit/d367ece5e51d4f48687813eb5fe8d2a0e2e728d2
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/audio/pcspk.c
    M include/hw/audio/pcspk.h

  Log Message:
  -----------
  pcspk: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 399f05a6e181c07611a93ac73025605cf24c4a6c
      
https://github.com/qemu/qemu/commit/399f05a6e181c07611a93ac73025605cf24c4a6c
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/audio/sb16.c

  Log Message:
  -----------
  sb16: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: eeceb0849de2126185cf71860a449667fac2f0d7
      
https://github.com/qemu/qemu/commit/eeceb0849de2126185cf71860a449667fac2f0d7
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/char/serial-isa.c
    M include/hw/char/serial.h

  Log Message:
  -----------
  serial: QOM'ify ISA serial

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: b582b5a398975d875d7e0b1c8f90817d01a8b20a
      
https://github.com/qemu/qemu/commit/b582b5a398975d875d7e0b1c8f90817d01a8b20a
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/misc/sga.c

  Log Message:
  -----------
  sga: QOM'ify

Introduce type constant and cast macro.

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: a72dc5fc67cd2412be35dc17698a4eb4f7e00a0c
      
https://github.com/qemu/qemu/commit/a72dc5fc67cd2412be35dc17698a4eb4f7e00a0c
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/display/vga-isa.c

  Log Message:
  -----------
  vga-isa: QOM'ify ISA VGA

Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of(). Prepares for ISA realizefn.

Unify function naming scheme while at it.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e3b7fbead827623ce521c8056a80050e8b35c578
      
https://github.com/qemu/qemu/commit/e3b7fbead827623ce521c8056a80050e8b35c578
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/input/vmmouse.c

  Log Message:
  -----------
  vmmouse: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of(). Prepares for ISA realizefn.

Remove reserved underscore from struct name while at it.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: f02317ad4eca65a9a79b474b6d2d77ba87a57185
      
https://github.com/qemu/qemu/commit/f02317ad4eca65a9a79b474b6d2d77ba87a57185
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/misc/vmport.c

  Log Message:
  -----------
  vmport: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.

Drop reserved underscore from struct name while at it.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 61e477f4c731c4ff3f1a44dbfc55c8a5903c8d52
      
https://github.com/qemu/qemu/commit/61e477f4c731c4ff3f1a44dbfc55c8a5903c8d52
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M hw/watchdog/wdt_ib700.c

  Log Message:
  -----------
  wdt_ib700: QOM'ify

Introduce type constant and cast macro to obsolete DO_UPCAST().

Prepares for ISA realizefn.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 1a63e059de2f2936d2066532b9f8ca22675cf11c
      
https://github.com/qemu/qemu/commit/1a63e059de2f2936d2066532b9f8ca22675cf11c
  Author: Andreas Färber <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M tests/libqos/fw_cfg.c

  Log Message:
  -----------
  libqos: Convert fw_cfg values to host endianness

The fw_cfg ABI is Little Endian, so byte-swap the generically read
byte array to host endianness.

This unbreaks the fw_cfg tests on ppc.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 96f3d174bdfcc7d6205fa223ddc2cb01186dcd8f
      
https://github.com/qemu/qemu/commit/96f3d174bdfcc7d6205fa223ddc2cb01186dcd8f
  Author: Lei Li <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M ui/vnc.c

  Log Message:
  -----------
  vnc: Add SCROLL lock key to kbd_leds

Signed-off-by: Lei Li <address@hidden>
Reviewed-by: Anthony Liguori <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: ab99e5c1d9f6a3f6fc2ce3b77b712221c647c7a5
      
https://github.com/qemu/qemu/commit/ab99e5c1d9f6a3f6fc2ce3b77b712221c647c7a5
  Author: Lei Li <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M ui/vnc.c
    M ui/vnc.h

  Log Message:
  -----------
  vnc: Support for LED state extension

Signed-off-by: Lei Li <address@hidden>
Reviewed-by: Anthony Liguori <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e7b2aaccd94a68c7927cae7ca47ced1bddc4f448
      
https://github.com/qemu/qemu/commit/e7b2aaccd94a68c7927cae7ca47ced1bddc4f448
  Author: Lei Li <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M ui/vnc.c

  Log Message:
  -----------
  vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE

Signed-off-by: Lei Li <address@hidden>
Reviewed-by: Anthony Liguori <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 7504ae690c7320f3852890974708795cf5469895
      
https://github.com/qemu/qemu/commit/7504ae690c7320f3852890974708795cf5469895
  Author: Lei Li <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    A docs/vnc-ledstate-Pseudo-encoding.txt

  Log Message:
  -----------
  doc: document the Pseudo-encoding of LED state

Signed-off-by: Lei Li <address@hidden>
Reviewed-by: Anthony Liguori <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/903ce9fefacd...7504ae690c73

reply via email to

[Prev in Thread] Current Thread [Next in Thread]