Re: [PULL 0/3] virtio, pc: fixes

2019-11-25 Thread Peter Maydell
On Mon, 25 Nov 2019 at 08:44, Michael S. Tsirkin  wrote:
>
> The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into 
> staging (2019-11-21 17:18:40 +)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to e48929c787ed0ebed87877c97ac90c3a47ef7dda:
>
>   intel_iommu: TM field should not be in reserved bits (2019-11-25 03:42:58 
> -0500)
>
> 
> virtio, pc: fixes
>
> More small bugfixes.
>
> Signed-off-by: Michael S. Tsirkin 
>
> 


Applied, thanks.

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

-- PMM



[PULL 0/3] virtio, pc: fixes

2019-11-25 Thread Michael S. Tsirkin
The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging 
(2019-11-21 17:18:40 +)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to e48929c787ed0ebed87877c97ac90c3a47ef7dda:

  intel_iommu: TM field should not be in reserved bits (2019-11-25 03:42:58 
-0500)


virtio, pc: fixes

More small bugfixes.

Signed-off-by: Michael S. Tsirkin 


Marc-André Lureau (1):
  virtio-input: fix memory leak on unrealize

Qi, Yadong (2):
  intel_iommu: refine SL-PEs reserved fields checking
  intel_iommu: TM field should not be in reserved bits

 hw/i386/intel_iommu_internal.h | 18 +++---
 hw/i386/intel_iommu.c  | 40 +++-
 hw/input/virtio-input.c|  3 +++
 3 files changed, 37 insertions(+), 24 deletions(-)




Re: [Qemu-devel] [PULL 0/3] virtio, pc: fixes

2019-07-30 Thread Peter Maydell
On Mon, 29 Jul 2019 at 22:16, Michael S. Tsirkin  wrote:
>
> I'm sending this out now as these patches are ready,
> but it seems likely we'll need another patch for pci,
> and as it deals with migration compat it might be a blocker.
> Will know more tomorrow :(
>
>
> The following changes since commit fff3159900d2b95613a9cb75fc3703e67a674729:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20190726' into staging (2019-07-26 
> 16:23:07 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 22235bb609c18547cf6b215bad1f9d2ec56ad371:
>
>   pc-dimm: fix crash when invalid slot number is used (2019-07-29 16:57:27 
> -0400)
>
> 
> virtio, pc: fixes
>
> A couple of last minute bugfixes.
>
> Signed-off-by: Michael S. Tsirkin 
>
> 
> Dr. David Alan Gilbert (2):
>   Revert "Revert "globals: Allow global properties to be optional""
>   Revert "hw: report invalid disable-legacy|modern usage for 
> virtio-1-only devs"
>
> Igor Mammedov (1):
>   pc-dimm: fix crash when invalid slot number is used
>


Applied, thanks.

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

-- PMM



[Qemu-devel] [PULL 0/3] virtio, pc: fixes

2019-07-29 Thread Michael S. Tsirkin
I'm sending this out now as these patches are ready,
but it seems likely we'll need another patch for pci,
and as it deals with migration compat it might be a blocker.
Will know more tomorrow :(


The following changes since commit fff3159900d2b95613a9cb75fc3703e67a674729:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190726' 
into staging (2019-07-26 16:23:07 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 22235bb609c18547cf6b215bad1f9d2ec56ad371:

  pc-dimm: fix crash when invalid slot number is used (2019-07-29 16:57:27 
-0400)


virtio, pc: fixes

A couple of last minute bugfixes.

Signed-off-by: Michael S. Tsirkin 


Dr. David Alan Gilbert (2):
  Revert "Revert "globals: Allow global properties to be optional""
  Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only 
devs"

Igor Mammedov (1):
  pc-dimm: fix crash when invalid slot number is used

 hw/virtio/virtio-pci.h| 31 ++-
 include/hw/qdev-core.h|  3 +++
 hw/core/machine.c | 23 +++
 hw/display/virtio-gpu-pci.c   |  4 +---
 hw/display/virtio-vga.c   |  4 +---
 hw/mem/pc-dimm.c  |  7 +++
 hw/virtio/virtio-crypto-pci.c |  4 +---
 hw/virtio/virtio-input-pci.c  |  4 +---
 hw/virtio/virtio-pci.c| 26 ++
 qom/object.c  |  3 +++
 10 files changed, 36 insertions(+), 73 deletions(-)