qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/4] qtest and misc patches


From: Thomas Huth
Subject: [Qemu-devel] [PULL 0/4] qtest and misc patches
Date: Tue, 12 Mar 2019 10:06:30 +0100

 Hi Peter,

the following changes since commit 377b155bde451d5ac545fbdcdfbf6ca17a4228f5:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging 
(2019-03-11 18:26:37 +0000)

are available in the git repository at:


  https://gitlab.com/huth/qemu.git tags/pull-request-2019-03-12

for you to fetch changes up to 390947ed2a7e5e84fa912f275ac20eac48d2f8ca:

  scripts/qemugdb: re-license timers.py to GPLv2 or later (2019-03-12 08:04:22 
+0100)

----------------------------------------------------------------
- qtest patches
- One SD patch (with Reviewed-by from the maintainer)
- One license fix patch
----------------------------------------------------------------

Alex Bennée (1):
      scripts/qemugdb: re-license timers.py to GPLv2 or later

Eric Blake (1):
      ahci-test: Drop dependence on global_qtest

Li Qiang (1):
      tests: test-announce-self: fix memory leak

Thomas Huth (1):
      hw/sd/sdhci: Move PCI-related code into a separate file

 hw/sd/Kconfig              |  6 ++-
 hw/sd/Makefile.objs        |  1 +
 hw/sd/sdhci-internal.h     | 34 ++++++++++++++++
 hw/sd/sdhci-pci.c          | 87 ++++++++++++++++++++++++++++++++++++++++
 hw/sd/sdhci.c              | 98 +++-------------------------------------------
 scripts/qemugdb/timers.py  |  6 ++-
 tests/ahci-test.c          | 81 ++++++++++++++++++--------------------
 tests/libqos/libqos.c      |  9 -----
 tests/libqos/libqos.h      |  1 -
 tests/test-announce-self.c | 21 +++-------
 10 files changed, 181 insertions(+), 163 deletions(-)
 create mode 100644 hw/sd/sdhci-pci.c



reply via email to

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