qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] f9b3ed: rtc-test: always set register B in it


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] f9b3ed: rtc-test: always set register B in its entirety
Date: Thu, 21 Feb 2013 09:30:16 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f9b3ed401c5cf3df9689f74c15a7b4d91566a3ac
      
https://github.com/qemu/qemu/commit/f9b3ed401c5cf3df9689f74c15a7b4d91566a3ac
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M tests/rtc-test.c

  Log Message:
  -----------
  rtc-test: always set register B in its entirety

Eliminate dependencies between one test and the others.

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


  Commit: cc2832a51c8ce43349967ab1b6c7aafd510e55b2
      
https://github.com/qemu/qemu/commit/cc2832a51c8ce43349967ab1b6c7aafd510e55b2
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M tests/rtc-test.c

  Log Message:
  -----------
  rtc-test: add testcases for alarms in 12hour mode

Trying (unsuccessfully) to break the device model as mentioned in
https://bugs.launchpad.net/qemu/+bug/1090558.

At least if someone tries to fix that, it won't break what works...

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


  Commit: 62162fff598f941c198b16b4e8814015ec5a0bef
      
https://github.com/qemu/qemu/commit/62162fff598f941c198b16b4e8814015ec5a0bef
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb/Makefile.objs

  Log Message:
  -----------
  usb: Makefile cleanup

Group files, sprinkle in some comments.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: f4ece4046344230a3a030ef1e494599eaf0a5935
      
https://github.com/qemu/qemu/commit/f4ece4046344230a3a030ef1e494599eaf0a5935
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M scripts/make_device_config.sh

  Log Message:
  -----------
  fix scripts/make_device_config.sh

Make it handle multiple include statements in a file:

 (1) The printf needs a space so the include files will be separated.
 (2) Also $f can contain multiple failes, so redirection will not work
     and we have to use cat to process all files.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 6c83f81542e4fda1777a74e4647a69086e44357c
      
https://github.com/qemu/qemu/commit/6c83f81542e4fda1777a74e4647a69086e44357c
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M default-configs/alpha-softmmu.mak
    M default-configs/arm-softmmu.mak
    M default-configs/i386-softmmu.mak
    M default-configs/m68k-softmmu.mak
    M default-configs/mips-softmmu.mak
    M default-configs/mips64-softmmu.mak
    M default-configs/mips64el-softmmu.mak
    M default-configs/mipsel-softmmu.mak
    M default-configs/ppc-softmmu.mak
    M default-configs/ppc64-softmmu.mak
    M default-configs/ppcemb-softmmu.mak
    M default-configs/sh4-softmmu.mak
    M default-configs/sh4eb-softmmu.mak
    M default-configs/sparc64-softmmu.mak
    A default-configs/usb.mak
    M default-configs/x86_64-softmmu.mak
    M hw/usb/Makefile.objs

  Log Message:
  -----------
  make usb devices configurable

Leave the core usb devices (usb hub, tablet, mouse, keyboard)
enabled unconditionally.  Make the other ones configurable.

Exceptions:
  - bluetooth: not qdevified yet, has a vl.c dependency because
    of that, thus disabling isn't as easy as not linking the
    object file.
  - smardcard: ccid-card-emulated depends on that one *and*
    CONFIG_SMARTCARD_NSS.  So it isn't a one-liner and comes
    as separate patch because of that.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 07d17e772095ee2b1171498536e5671a97920149
      
https://github.com/qemu/qemu/commit/07d17e772095ee2b1171498536e5671a97920149
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/Makefile.objs
    M hw/usb/Makefile.objs

  Log Message:
  -----------
  allow disabling usb smartcard support

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 9db7c41419e89adee5650a5868ac91e83614abf5
      
https://github.com/qemu/qemu/commit/9db7c41419e89adee5650a5868ac91e83614abf5
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb/dev-storage.c

  Log Message:
  -----------
  usb-storage: use scsi_req_enqueue return value

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4075975d832c55abdfc951726e54f9a28a2421c8
      
https://github.com/qemu/qemu/commit/4075975d832c55abdfc951726e54f9a28a2421c8
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M configure
    M hw/usb/Makefile.objs
    A hw/usb/host-legacy.c
    M hw/usb/host-linux.c
    A hw/usb/host.h

  Log Message:
  -----------
  usb-host: move legacy cmd line bits

The code handling the "-usbdevice host:..." legacy command line
syntax is moved to the new hw/usb/host-legacy.c file.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 1a3973b33d36583d7194798f789a37759a13e269
      
https://github.com/qemu/qemu/commit/1a3973b33d36583d7194798f789a37759a13e269
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb.h
    M hw/usb/host-bsd.c
    M hw/usb/host-linux.c
    M hw/usb/host-stub.c
    M vl.c

  Log Message:
  -----------
  usb-host: remove usb_host_device_close

Nobody implements that anyway.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: e382d966d06d2989fc28eec8cfdcc2fd99ebfbb7
      
https://github.com/qemu/qemu/commit/e382d966d06d2989fc28eec8cfdcc2fd99ebfbb7
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb.h
    M hw/usb/core.c

  Log Message:
  -----------
  usb: add usb_ep_set_halted

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 6a98d1c0f9e4f6a95d6ecd730ae6fdc70d15c73f
      
https://github.com/qemu/qemu/commit/6a98d1c0f9e4f6a95d6ecd730ae6fdc70d15c73f
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb.h
    M hw/usb/core.c

  Log Message:
  -----------
  usb: make usb_packet_copy operate on combined packets

Likewise usb_packet_skip.
Also usb_packet_size.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 6ef3ccd18f881a7bece556ff0fe1b0bf70ac2262
      
https://github.com/qemu/qemu/commit/6ef3ccd18f881a7bece556ff0fe1b0bf70ac2262
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb/redirect.c

  Log Message:
  -----------
  usb-redir: simplify packet copy

usb_packet_copy can handle combined packets now,
so it isn't needed to special-case them any more.

Also use the new usb_packet_size() function.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 2e5df36df8d0c3ffe59de254ef016508b27562bb
      
https://github.com/qemu/qemu/commit/2e5df36df8d0c3ffe59de254ef016508b27562bb
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb/desc.c

  Log Message:
  -----------
  usb: fix endpoint descriptor ordering

Fix the ordering of the endpoint descriptors for superspeed endpoints:
The superspeed companion must come first, possible additional
descriptors for the endpoint after that.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 8550a02d1239415342959f6a32d178bc05c557cc
      
https://github.com/qemu/qemu/commit/8550a02d1239415342959f6a32d178bc05c557cc
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb.h
    M hw/usb/core.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-network.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/hcd-ehci.c
    M hw/usb/hcd-musb.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-uhci.c
    M hw/usb/hcd-xhci.c

  Log Message:
  -----------
  usb-core: usb3 streams

This patch adds support for usb3 streams to the usb subsystem core.
This is just adding a streams field / parameter in a number of places.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 024426acc0a2707a85faa1983499647649d6d2db
      
https://github.com/qemu/qemu/commit/024426acc0a2707a85faa1983499647649d6d2db
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb/hcd-xhci.c
    M trace-events

  Log Message:
  -----------
  usb-xhci: usb3 streams

Add streams support to the xhci emulation.  No secondary streams yet,
only linear stream arays are supported for now.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 89a453d4a5c195e6d0a3c3d4fcaacb447447115f
      
https://github.com/qemu/qemu/commit/89a453d4a5c195e6d0a3c3d4fcaacb447447115f
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M hw/usb/dev-uas.c

  Log Message:
  -----------
  uas-uas: usb3 streams

Add usb3 streams support to the uas (usb attached scsi) emulation.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 87f1361c193c77dad428a7aa9bdce7ae2b76871f
      
https://github.com/qemu/qemu/commit/87f1361c193c77dad428a7aa9bdce7ae2b76871f
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M include/sysemu/sysemu.h

  Log Message:
  -----------
  Remove forward declaration of non-existant variable

This variable has been removed 5 years ago in 
970ac5a3082428dca91171f270dcd95d6f4b2636.

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: b15aaca4303fe009870842dd922a0128b332a2fd
      
https://github.com/qemu/qemu/commit/b15aaca4303fe009870842dd922a0128b332a2fd
  Author: Peter Crosthwaite <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M hw/xilinx_axienet.c

  Log Message:
  -----------
  xilinx_axienet.c: Assert no error when making link

This gives an awful silent failure when it doesn't work. Assert against link
creation failure.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 499a6165bef56ce3f5297fa7b1abaab32858a34f
      
https://github.com/qemu/qemu/commit/499a6165bef56ce3f5297fa7b1abaab32858a34f
  Author: David Gibson <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M tests/.gitignore

  Log Message:
  -----------
  Add some missing qtest binaries to .gitignore

These binaries are generated during make check on at least some
configurations, so att them to .gitignore.

Signed-off-by: David Gibson <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 11e5d738a4c68cd20e90477fa8b7ee873bf3e2c0
      
https://github.com/qemu/qemu/commit/11e5d738a4c68cd20e90477fa8b7ee873bf3e2c0
  Author: Alin Tomescu <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M hw/ppc4xx_devs.c

  Log Message:
  -----------
  ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c

I was trying to launch a PowerPC "bamboo" machine with more than 256MB of RAM
with qemu-system-ppc -M bamboo -kernel $kernel -initrd $ramdisk -m 512, but QEMU
would just hang. However, when I used -m 256, the machine would boot.

I looked through the code in hw/ and it seems there is an error when the
RAM memory is setup (if my understanding is correct).

After patching it, the machine launched and booted successfully with 512MB of
RAM.

Signed-off-by: Alin Tomescu <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 159c9836d057d8990e71399e8a431b2b911e2885
      
https://github.com/qemu/qemu/commit/159c9836d057d8990e71399e8a431b2b911e2885
  Author: Cole Robinson <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  .gitignore: Ignore optionrom/*.asm

Signed-off-by: Cole Robinson <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f
      
https://github.com/qemu/qemu/commit/259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f
  Author: Anthony Liguori <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M .gitignore
    M hw/ppc4xx_devs.c
    M hw/xilinx_axienet.c
    M include/sysemu/sysemu.h
    M tests/.gitignore

  Log Message:
  -----------
  Merge remote-tracking branch 'stefanha/trivial-patches' into staging

# By Alin Tomescu (1) and others
# Via Stefan Hajnoczi
* stefanha/trivial-patches:
  .gitignore: Ignore optionrom/*.asm
  ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c
  Add some missing qtest binaries to .gitignore
  xilinx_axienet.c: Assert no error when making link
  Remove forward declaration of non-existant variable


  Commit: 70aa41b56ce3f34fceac44e828ba2d8cc19523ee
      
https://github.com/qemu/qemu/commit/70aa41b56ce3f34fceac44e828ba2d8cc19523ee
  Author: Anthony Liguori <address@hidden>
  Date:   2013-02-21 (Thu, 21 Feb 2013)

  Changed paths:
    M configure
    M default-configs/alpha-softmmu.mak
    M default-configs/arm-softmmu.mak
    M default-configs/i386-softmmu.mak
    M default-configs/m68k-softmmu.mak
    M default-configs/mips-softmmu.mak
    M default-configs/mips64-softmmu.mak
    M default-configs/mips64el-softmmu.mak
    M default-configs/mipsel-softmmu.mak
    M default-configs/ppc-softmmu.mak
    M default-configs/ppc64-softmmu.mak
    M default-configs/ppcemb-softmmu.mak
    M default-configs/sh4-softmmu.mak
    M default-configs/sh4eb-softmmu.mak
    M default-configs/sparc64-softmmu.mak
    A default-configs/usb.mak
    M default-configs/x86_64-softmmu.mak
    M hw/Makefile.objs
    M hw/usb.h
    M hw/usb/Makefile.objs
    M hw/usb/core.c
    M hw/usb/desc.c
    M hw/usb/dev-bluetooth.c
    M hw/usb/dev-hid.c
    M hw/usb/dev-hub.c
    M hw/usb/dev-network.c
    M hw/usb/dev-smartcard-reader.c
    M hw/usb/dev-storage.c
    M hw/usb/dev-uas.c
    M hw/usb/dev-wacom.c
    M hw/usb/hcd-ehci.c
    M hw/usb/hcd-musb.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-uhci.c
    M hw/usb/hcd-xhci.c
    M hw/usb/host-bsd.c
    A hw/usb/host-legacy.c
    M hw/usb/host-linux.c
    M hw/usb/host-stub.c
    A hw/usb/host.h
    M hw/usb/redirect.c
    M scripts/make_device_config.sh
    M trace-events
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'kraxel/usb.78' into staging

# By Gerd Hoffmann
# Via Gerd Hoffmann
* kraxel/usb.78:
  uas-uas: usb3 streams
  usb-xhci: usb3 streams
  usb-core: usb3 streams
  usb: fix endpoint descriptor ordering
  usb-redir: simplify packet copy
  usb: make usb_packet_copy operate on combined packets
  usb: add usb_ep_set_halted
  usb-host: remove usb_host_device_close
  usb-host: move legacy cmd line bits
  usb-storage: use scsi_req_enqueue return value
  allow disabling usb smartcard support
  make usb devices configurable
  fix scripts/make_device_config.sh
  usb: Makefile cleanup


Compare: https://github.com/qemu/qemu/compare/7d2a929feba3...70aa41b56ce3

reply via email to

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