Message ID | 20230113154532.49979-1-philmd@linaro.org |
---|---|
State | New |
Headers | show |
On Fri, 13 Jan 2023 at 16:05, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > The following changes since commit 3db29dcac23da85486704ef9e7a8e7217f7829cd: > > Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-01-12 13:51:36 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/mips-20230113 > > for you to fetch changes up to 4828656f65324249273ad2f2db80844ba90eeb9b: > > scripts/git.orderfile: Display MAINTAINERS changes first (2023-01-13 16:22:57 +0100) > > ---------------------------------------------------------------- > MIPS patches queue > > Confronting my triskaidekaphobia, here goes > a bunch of cleanups from various people: > > - Improved GT64120 on big-endian hosts > - GT64120 north bridge and MC146818 RTC devices are now target independent > - Bonito64 north bridge converted to 3-phase reset API > - PCI refactors around PIIX devices > - Support for nanoMIPS in bootloader generator API > - New YAMON Malta Avocado test > - Removal of 'trap and emulate' KVM support > - System-specific QMP commands restricted to system emulation Hi; gpg says your key has expired -- which keyserver can I get an updated version from? thanks -- PMM
On 13/1/23 18:57, Peter Maydell wrote: > On Fri, 13 Jan 2023 at 16:05, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: >> >> The following changes since commit 3db29dcac23da85486704ef9e7a8e7217f7829cd: >> >> Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-01-12 13:51:36 +0000) >> >> are available in the Git repository at: >> >> https://github.com/philmd/qemu.git tags/mips-20230113 >> >> for you to fetch changes up to 4828656f65324249273ad2f2db80844ba90eeb9b: >> >> scripts/git.orderfile: Display MAINTAINERS changes first (2023-01-13 16:22:57 +0100) >> >> ---------------------------------------------------------------- >> MIPS patches queue >> >> Confronting my triskaidekaphobia, here goes >> a bunch of cleanups from various people: >> >> - Improved GT64120 on big-endian hosts >> - GT64120 north bridge and MC146818 RTC devices are now target independent >> - Bonito64 north bridge converted to 3-phase reset API >> - PCI refactors around PIIX devices >> - Support for nanoMIPS in bootloader generator API >> - New YAMON Malta Avocado test >> - Removal of 'trap and emulate' KVM support >> - System-specific QMP commands restricted to system emulation > > Hi; gpg says your key has expired -- which keyserver can > I get an updated version from? "the usuals"? :) This time I set up an alarm to upload a renewed one before the expiration date, and submitted it to pgp.mit.edu and keys.openpgp.org. This worked for me: $ \ curl 'https://pgp.mit.edu/pks/lookup?op=get&search=0xE3E32C2CDEADC0DE' \ | gpg --import
On Fri, 13 Jan 2023 at 20:32, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > On 13/1/23 18:57, Peter Maydell wrote: > > On Fri, 13 Jan 2023 at 16:05, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > >> > >> The following changes since commit 3db29dcac23da85486704ef9e7a8e7217f7829cd: > >> > >> Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-01-12 13:51:36 +0000) > >> > >> are available in the Git repository at: > >> > >> https://github.com/philmd/qemu.git tags/mips-20230113 > >> > >> for you to fetch changes up to 4828656f65324249273ad2f2db80844ba90eeb9b: > >> > >> scripts/git.orderfile: Display MAINTAINERS changes first (2023-01-13 16:22:57 +0100) > >> > >> ---------------------------------------------------------------- > >> MIPS patches queue > >> > >> Confronting my triskaidekaphobia, here goes > >> a bunch of cleanups from various people: > >> > >> - Improved GT64120 on big-endian hosts > >> - GT64120 north bridge and MC146818 RTC devices are now target independent > >> - Bonito64 north bridge converted to 3-phase reset API > >> - PCI refactors around PIIX devices > >> - Support for nanoMIPS in bootloader generator API > >> - New YAMON Malta Avocado test > >> - Removal of 'trap and emulate' KVM support > >> - System-specific QMP commands restricted to system emulation > > > > Hi; gpg says your key has expired -- which keyserver can > > I get an updated version from? > > "the usuals"? :) > > This time I set up an alarm to upload a renewed one before the > expiration date, and submitted it to pgp.mit.edu and keys.openpgp.org. Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0 for any user-visible changes. -- PMM