[Qemu-devel] [PULL 0/2] Machine Core queue, 2019-06-07

Eduardo Habkost posted 2 patches 4 years, 11 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190607183228.22454-1-ehabkost@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>
include/sysemu/accel.h | 1 -
numa.c                 | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/2] Machine Core queue, 2019-06-07
Posted by Eduardo Habkost 4 years, 11 months ago
The following changes since commit 185b7ccc11354cbd69b6d53bf8d831dd964f6c88:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into staging (2019-06-07 15:24:13 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to 754f1dbcf1d4d543167e3212366055761c30bcf4:

  accel: Remove unused AccelClass::opt_name attribute (2019-06-07 15:28:46 -0300)

----------------------------------------------------------------
Machine Core queue, 2019-06-07

* Improve CPU hotplug error message
  (Laurent Vivier)
* Remove unused AccelClass::opt_name field
  (Wainer dos Santos Moschetta)

----------------------------------------------------------------

Queue for Machine Core patches


Laurent Vivier (1):
  numa: improve cpu hotplug error message with a wrong node-id

Wainer dos Santos Moschetta (1):
  accel: Remove unused AccelClass::opt_name attribute

 include/sysemu/accel.h | 1 -
 numa.c                 | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/2] Machine Core queue, 2019-06-07
Posted by Peter Maydell 4 years, 11 months ago
On Fri, 7 Jun 2019 at 19:32, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 185b7ccc11354cbd69b6d53bf8d831dd964f6c88:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into staging (2019-06-07 15:24:13 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to 754f1dbcf1d4d543167e3212366055761c30bcf4:
>
>   accel: Remove unused AccelClass::opt_name attribute (2019-06-07 15:28:46 -0300)
>
> ----------------------------------------------------------------
> Machine Core queue, 2019-06-07
>
> * Improve CPU hotplug error message
>   (Laurent Vivier)
> * Remove unused AccelClass::opt_name field
>   (Wainer dos Santos Moschetta)
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM