]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Dec 2020 15:35:47 +0000 (15:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Dec 2020 15:35:47 +0000 (15:35 +0000)
Machine queue, 2020-12-15

* qdev code cleanup
* Convert some QOM instance properties to class properties
* Update git URLs on MAINTAINERS

# gpg: Signature made Tue 15 Dec 2020 15:18:47 GMT
# gpg:                using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
# gpg:                issuer "ehabkost@redhat.com"
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/machine-next-pull-request: (25 commits)
  MAINTAINERS: Update my git repository URLs
  qdev: Move UUID property to qdev-properties-system.c
  qdev: Make qdev_propinfo_get_uint16() static
  qdev: Make error_set_from_qdev_prop_error() get Object* argument
  qdev: Make check_prop_still_unset() get Object* argument
  qdev: Make qdev_find_global_prop() get Object* argument
  qdev: Make qdev_get_prop_ptr() get Object* arg
  qdev: Make bit_prop_set() get Object* argument
  qdev: Make PropertyInfo.print method get Object* argument
  qdev: Don't use dev->id on set_size32() error message
  sparc: Check dev->realized at sparc_set_nwindows()
  qdev: Check dev->realized at set_size()
  qdev: Move property code to qdev-properties.[ch]
  cpu: Move cpu_common_props to hw/core/cpu.c
  cs4231: Get rid of empty property array
  netfilter: Use class properties
  netfilter: Reorder functions
  can_host: Use class properties
  arm/cpu64: Register "aarch64" as class property
  virt: Register "its" as class property
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 062074e47cd8ca20f8de21084e5ed8a0ee977cbc,6714257cf7fd9f82d2026cb3022f54b85c9e0e3f..138b4ed461b671b52da393dbd2bc3b0e9963a165
@@@ -344,7 -344,7 +344,7 @@@ F: tests/tcg/x86_64
  F: hw/i386/
  F: disas/i386.c
  F: docs/system/cpu-models-x86.rst.inc
- T: git https://github.com/ehabkost/qemu.git x86-next
+ T: git https://gitlab.com/ehabkost/qemu.git x86-next
  
  Xtensa TCG CPUs
  M: Max Filippov <jcmvbkbc@gmail.com>
@@@ -389,7 -389,7 +389,7 @@@ S: Maintaine
  F: target/arm/kvm.c
  
  MIPS KVM CPUs
 -M: Huacai Chen <chenhc@lemote.com>
 +M: Huacai Chen <chenhuacai@kernel.org>
  S: Odd Fixes
  F: target/mips/kvm.c
  
@@@ -1151,7 -1151,7 +1151,7 @@@ F: hw/mips/mipssim.
  F: hw/net/mipsnet.c
  
  Fuloong 2E
 -M: Huacai Chen <chenhc@lemote.com>
 +M: Huacai Chen <chenhuacai@kernel.org>
  M: Philippe Mathieu-Daudé <f4bug@amsat.org>
  R: Jiaxun Yang <jiaxun.yang@flygoat.com>
  S: Odd Fixes
@@@ -1161,7 -1161,7 +1161,7 @@@ F: hw/pci-host/bonito.
  F: include/hw/isa/vt82c686.h
  
  Loongson-3 virtual platforms
 -M: Huacai Chen <chenhc@lemote.com>
 +M: Huacai Chen <chenhuacai@kernel.org>
  R: Jiaxun Yang <jiaxun.yang@flygoat.com>
  S: Maintained
  F: hw/intc/loongson_liointc.c
@@@ -1557,7 -1557,7 +1557,7 @@@ F: include/hw/boards.
  F: include/hw/core/cpu.h
  F: include/hw/cpu/cluster.h
  F: include/sysemu/numa.h
- T: git https://github.com/ehabkost/qemu.git machine-next
+ T: git https://gitlab.com/ehabkost/qemu.git machine-next
  
  Xtensa Machines
  ---------------
@@@ -2412,7 -2412,7 +2412,7 @@@ M: Igor Mammedov <imammedo@redhat.com
  S: Maintained
  F: backends/hostmem*.c
  F: include/sysemu/hostmem.h
- T: git https://github.com/ehabkost/qemu.git machine-next
+ T: git https://gitlab.com/ehabkost/qemu.git machine-next
  
  Cryptodev Backends
  M: Gonglei <arei.gonglei@huawei.com>
@@@ -2442,7 -2442,7 +2442,7 @@@ F: scripts/simplebench
  
  QAPI
  M: Markus Armbruster <armbru@redhat.com>
 -M: Michael Roth <mdroth@linux.vnet.ibm.com>
 +M: Michael Roth <michael.roth@amd.com>
  S: Supported
  F: qapi/
  X: qapi/*.json
@@@ -2486,7 -2486,7 +2486,7 @@@ F: tests/data/qobject/qdict.tx
  T: git https://repo.or.cz/qemu/armbru.git qapi-next
  
  QEMU Guest Agent
 -M: Michael Roth <mdroth@linux.vnet.ibm.com>
 +M: Michael Roth <michael.roth@amd.com>
  S: Maintained
  F: qga/
  F: docs/interop/qemu-ga.rst
@@@ -2876,7 -2876,7 +2876,7 @@@ F: disas/i386.
  MIPS TCG target
  M: Philippe Mathieu-Daudé <f4bug@amsat.org>
  R: Aurelien Jarno <aurelien@aurel32.net>
 -R: Huacai Chen <chenhc@lemote.com>
 +R: Huacai Chen <chenhuacai@kernel.org>
  R: Jiaxun Yang <jiaxun.yang@flygoat.com>
  R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
  S: Odd Fixes