| Revision tags: v9.2.0, v9.1.2, v9.1.1 | 
|
| #
                062cfce8 |  | 01-Oct-2024 | Peter Maydell <peter.maydell@linaro.org> | Merge tag 'pull-target-arm-20241001' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
 target-arm queue:
 * MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
 * hw/arm/xlnx:
 Merge tag 'pull-target-arm-20241001' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
 target-arm queue:
 * MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
 * hw/arm/xlnx: Connect secondary CGEM IRQs
 * m25p80: Add SFDP table for mt35xu01g flash
 * target/arm: Avoid target_ulong for physical address lookups
 * hw/ssi/xilinx_spips: Fix flash erase assert in dual parallel configuration
 * hw: fix memory leak in IRQState allocation
 * hw/sd/sdcard: Fix handling of disabled boot partitions
 * arm: Remove deprecated board models
 
 # -----BEGIN PGP SIGNATURE-----
 #
 # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmb8JW8ZHHBldGVyLm1h
 # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3m85D/9W5E4BQd4mG0JPT+OcCRP/
 # MQGXsU6fOm3mtYfehXMwnJf2POOK0t/IC5W1mOGmIV6R4ABv2il3cXvQznCpcKY3
 # eRmMLn4tfI2bn8zJmkIMY5am7j7G3RJzktz8iQ3bstNwD3pYU46tr36iup7vU71b
 # Z5Q3+uauBoUo/9rw5jgjjoZ9Z3Ay2RECsZc/vD6NIN0kh2TYgdpitR47J8jhS3ZX
 # +laqimnRl5wQpe0TIYzpdFr82CXfT62WfQ/+6D6xftbTrV1gfLWesc7hHsgw7Sem
 # ST+nX+0Wr0UfBvsNN4ldi4jB4FfMeUCPX4wBbkKaYyD7bYFnoiz8RPYCxrHlKqeL
 # 9P7+LuA+h+odIcsCza9zUSpQIu4gGIuovmnjz6rbD8m6poV0OmU/Ncj4JC9hGJNi
 # Y1utyFELsvpdQhHP1M2K0qEgO3q/fJyzgA5LXkeXLVozjJM6DX7deVdXjwcBWqeI
 # McJwe/C1TZ/WQlssrWmx6+naA8sygrsbo98a7X+DVsZ0ka6ofZSKkr7aHd3+dia+
 # a4KbiMX6ChqZxPbIB+m4GnOkCDefu098rXlOu4gkMdzyQT/sm7wmVzQ3YsW3jVqx
 # DNG6Mrg6OVvevXQysdLkJIemnM9YeLxf0lEJ/NpkyGQ7LlmdBws+p1ooCvuvg2Ua
 # CRFY1tuUfWrshpziF1cT4A==
 # =q4iF
 # -----END PGP SIGNATURE-----
 # gpg: Signature made Tue 01 Oct 2024 17:38:07 BST
 # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
 # gpg:                issuer "peter.maydell@linaro.org"
 # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
 # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
 # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
 # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [ultimate]
 # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
 
 * tag 'pull-target-arm-20241001' of https://git.linaro.org/people/pmaydell/qemu-arm: (54 commits)
 hw: Remove omap2 specific defines and enums
 hw/dma: Remove omap_dma4 device
 hw/misc/omap_clk: Remove OMAP2-specifics
 hw/misc: Remove omap_l4 device
 hw/display: Remove omap_dss
 hw/misc: Remove omap_tap device
 hw/ssi: Remove omap_mcspi
 hw/timer: Remove omap_synctimer
 hw/timer: Remove omap_gptimer
 hw/misc: Remove omap_gpmc
 hw/misc: Remove omap_sdrc device
 hw/sd: Remove omap2_mmc device
 hw/intc: Remove omap2-intc device
 hw/char: Remove omap2_uart
 hw/gpio: Remove TYPE_OMAP2_GPIO
 hw/arm: Remove omap2.c
 docs: Document removal of old Arm boards
 hw/usb: Remove MUSB USB host controller
 hw/usb: Remove tusb6010 USB controller
 hw/block: Remove OneNAND device
 ...
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
            | Revision tags: v9.1.0 | 
|
| #
                5255c6a9 |  | 03-Sep-2024 | Peter Maydell <peter.maydell@linaro.org> | hw/input: Remove tsc2005 touchscreen controller
 Remove the tsc2005 touchscreen controller, which was only used
 by the n800 and n810 machines.
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 hw/input: Remove tsc2005 touchscreen controller
 Remove the tsc2005 touchscreen controller, which was only used
 by the n800 and n810 machines.
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 Reviewed-by: Thomas Huth <thuth@redhat.com>
 Message-id: 20240903160751.4100218-29-peter.maydell@linaro.org
 show more ...  
 | 
            | Revision tags: v8.0.0, v7.2.0 | 
|
| #
                f9d9fff7 |  | 19-Jul-2022 | Peter Maydell <peter.maydell@linaro.org> | Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into staging
 qemu-sparc queue
 
 # gpg: Signature made Mon 18 Jul 2022 19:29:32 BST
 # gpg:                using RSA key CC621AB98E82
 Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into staging
 qemu-sparc queue
 
 # gpg: Signature made Mon 18 Jul 2022 19:29:32 BST
 # gpg:                using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F
 # gpg:                issuer "mark.cave-ayland@ilande.co.uk"
 # gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>" [full]
 # Primary key fingerprint: CC62 1AB9 8E82 200D 915C  C9C4 5BC2 C56F AE0F 321F
 
 * tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu: (40 commits)
 pckbd: remove legacy i8042_mm_init() function
 ps2: remove unused legacy ps2_mouse_init() function
 pckbd: don't use legacy ps2_mouse_init() function
 ps2: remove unused legacy ps2_kbd_init() function
 pckbd: don't use legacy ps2_kbd_init() function
 pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO device
 lasips2: update VMStateDescription for LASIPS2 device
 lasips2: don't use legacy ps2_mouse_init() function
 lasips2: don't use legacy ps2_kbd_init() function
 lasips2: switch register memory region to DEVICE_BIG_ENDIAN
 lasips2: standardise on lp name for LASIPS2Port variables
 lasips2: rename LASIPS2Port parent pointer to lasips2
 lasips2: switch to using port-based IRQs
 lasips2: add named input gpio to handle incoming port IRQs
 lasips2: add named input gpio to port for downstream PS2 device IRQ
 lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT device
 lasips2: introduce port IRQ and new lasips2_port_init() function
 lasips2: rename LASIPS2Port irq field to birq
 lasips2: introduce lasips2_mouse_port_class_init() and lasips2_mouse_port_realize()
 lasips2: introduce lasips2_kbd_port_class_init() and lasips2_kbd_port_realize()
 ...
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                46e9783f |  | 12-Jul-2022 | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | ps2: remove unused legacy ps2_mouse_init() function
 Now that the legacy ps2_mouse_init() function is no longer used, it can be completely
 removed along with its associated trace-event.
 
 Signed-off-b
 ps2: remove unused legacy ps2_mouse_init() function
 Now that the legacy ps2_mouse_init() function is no longer used, it can be completely
 removed along with its associated trace-event.
 
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 Tested-by: Helge Deller <deller@gmx.de>
 Acked-by: Helge Deller <deller@gmx.de>
 Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
 Message-Id: <20220712215251.7944-40-mark.cave-ayland@ilande.co.uk>
 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
 show more ...  
 | 
| #
                5e8312ab |  | 12-Jul-2022 | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | ps2: remove unused legacy ps2_kbd_init() function
 Now that the legacy ps2_kbd_init() function is no longer used, it can be completely
 removed along with its associated trace-event.
 
 Signed-off-by: M
 ps2: remove unused legacy ps2_kbd_init() function
 Now that the legacy ps2_kbd_init() function is no longer used, it can be completely
 removed along with its associated trace-event.
 
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 Tested-by: Helge Deller <deller@gmx.de>
 Acked-by: Helge Deller <deller@gmx.de>
 Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
 Message-Id: <20220712215251.7944-38-mark.cave-ayland@ilande.co.uk>
 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
 show more ...  
 | 
            | Revision tags: v7.0.0, v6.2.0, v6.1.0 | 
|
| #
                8c345b3e |  | 02-Jun-2021 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-02' into staging
 * Update the references to some doc files (use *.rst instead of *.txt)
 * Bump minimum versions of some r
 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-02' into staging
 * Update the references to some doc files (use *.rst instead of *.txt)
 * Bump minimum versions of some requirements after removing CentOS 7 support
 
 # gpg: Signature made Wed 02 Jun 2021 08:12:18 BST
 # gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
 # gpg:                issuer "thuth@redhat.com"
 # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
 # gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
 # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
 # gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
 # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
 
 * remotes/thuth-gitlab/tags/pull-request-2021-06-02:
 configure: bump min required CLang to 6.0 / XCode 10.0
 configure: bump min required GCC to 7.5.0
 configure: bump min required glib version to 2.56
 tests/docker: drop CentOS 7 container
 tests/vm: convert centos VM recipe to CentOS 8
 crypto: drop used conditional check
 crypto: bump min gnutls to 3.5.18, dropping RHEL-7 support
 crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support
 crypto: drop back compatibility typedefs for nettle
 crypto: bump min nettle to 3.4, dropping RHEL-7 support
 patchew: move quick build job from CentOS 7 to CentOS 8 container
 block/ssh: Bump minimum libssh version to 0.8.7
 docs: fix references to docs/devel/s390-dasd-ipl.rst
 docs: fix references to docs/specs/tpm.rst
 docs: fix references to docs/devel/build-system.rst
 docs: fix references to docs/devel/atomics.rst
 docs: fix references to docs/devel/tracing.rst
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                d0fb9657 |  | 17-May-2021 | Stefano Garzarella <sgarzare@redhat.com> | docs: fix references to docs/devel/tracing.rst
 Commit e50caf4a5c ("tracing: convert documentation to rST")
 converted docs/devel/tracing.txt to docs/devel/tracing.rst.
 
 We still have several referenc
 docs: fix references to docs/devel/tracing.rst
 Commit e50caf4a5c ("tracing: convert documentation to rST")
 converted docs/devel/tracing.txt to docs/devel/tracing.rst.
 
 We still have several references to the old file, so let's fix them
 with the following command:
 
 sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt)
 
 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
 Message-Id: <20210517151702.109066-2-sgarzare@redhat.com>
 Signed-off-by: Thomas Huth <thuth@redhat.com>
 show more ...  
 | 
| #
                2ab2dad0 |  | 26-May-2021 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request' into staging
 input: a bunch of ps2 fixes.
 
 # gpg: Signature made Wed 26 May 2021 15:06:12 BST
 # gpg:                usi
 Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request' into staging
 input: a bunch of ps2 fixes.
 
 # gpg: Signature made Wed 26 May 2021 15:06:12 BST
 # gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
 # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
 # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
 # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
 
 * remotes/kraxel/tags/input-20210526-pull-request:
 hw/input/ps2: Use ps2_raise_irq() instead of open coding it
 pckbd: clear outport_present in outer pre_load()
 pckbd: remove duplicated keyboard and mouse defines
 pckbd: correctly disable PS/2 communication
 pckbd: add function kbd_pending()
 pckbd: add controller response queue
 pckbd: add state variable for interrupt source
 pckbd: PS/2 keyboard throttle
 pckbd: don't update OBF flags if KBD_STAT_OBF is set
 pckbd: split out interrupt line changing code
 ps2: don't deassert irq twice if queue is empty
 ps2: don't raise an interrupt if queue is full
 ps2: fix mouse stream corruption
 hw/input: expand trace info reported for ps2 device
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                644f66bf |  | 09-Mar-2021 | Daniel P. Berrangé <berrange@redhat.com> | hw/input: expand trace info reported for ps2 device
 It is interesting to know if the PS2 keyboard is in translated mode, and
 which of the three scancode sets are in use.
 
 Reviewed-by: Philippe Mathi
 hw/input: expand trace info reported for ps2 device
 It is interesting to know if the PS2 keyboard is in translated mode, and
 which of the three scancode sets are in use.
 
 Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
 Message-Id: <20210309155804.306051-1-berrange@redhat.com>
 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
 show more ...  
 | 
| #
                2d3fc4e2 |  | 13-May-2021 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into staging
 Miscellaneous patches for 2021-05-12
 
 # gpg: Signature made Wed 12 May 2021 17:22:15 BST
 # gpg:                us
 Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into staging
 Miscellaneous patches for 2021-05-12
 
 # gpg: Signature made Wed 12 May 2021 17:22:15 BST
 # gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
 # gpg:                issuer "armbru@redhat.com"
 # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
 # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
 # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
 
 * remotes/armbru/tags/pull-misc-2021-05-12:
 Drop the deprecated unicore32 target
 Drop the deprecated lm32 target
 block: Drop the sheepdog block driver
 Remove the deprecated moxie target
 monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                9d49bcf6 |  | 03-May-2021 | Markus Armbruster <armbru@redhat.com> | Drop the deprecated lm32 target
 Target lm32 was deprecated in commit d8498005122, v5.2.0.  See there
 for rationale.
 
 Some of its code lives on in device models derived from milkymist
 ones: hw/char/d
 Drop the deprecated lm32 target
 Target lm32 was deprecated in commit d8498005122, v5.2.0.  See there
 for rationale.
 
 Some of its code lives on in device models derived from milkymist
 ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c.
 
 Cc: Michael Walle <michael@walle.cc>
 Signed-off-by: Markus Armbruster <armbru@redhat.com>
 Message-Id: <20210503084034.3804963-2-armbru@redhat.com>
 Acked-by: Michael Walle <michael@walle.cc>
 [Trivial conflicts resolved, reST markup fixed]
 show more ...  
 | 
            | Revision tags: v5.2.0 | 
|
| #
                10f7ffab |  | 26-Jun-2020 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' into staging
 qemu-macppc patches
 
 # gpg: Signature made Fri 26 Jun 2020 10:15:36 BST
 # gpg:                using RSA key CC6
 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' into staging
 qemu-macppc patches
 
 # gpg: Signature made Fri 26 Jun 2020 10:15:36 BST
 # gpg:                using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F
 # gpg:                issuer "mark.cave-ayland@ilande.co.uk"
 # gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>" [full]
 # Primary key fingerprint: CC62 1AB9 8E82 200D 915C  C9C4 5BC2 C56F AE0F 321F
 
 * remotes/mcayland/tags/qemu-macppc-20200626: (22 commits)
 adb: add ADB bus trace events
 adb: use adb_device prefix for ADB device trace events
 adb: only call autopoll callbacks when autopoll is not blocked
 mac_via: rework ADB state machine to be compatible with both MacOS and Linux
 mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
 pmu: add adb_autopoll_block() and adb_autopoll_unblock() functions
 cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
 adb: add autopoll_blocked variable to block autopoll
 adb: use adb_request() only for explicit requests
 adb: add status field for holding information about the last ADB request
 adb: keep track of devices with pending data
 adb: introduce new ADBDeviceHasData method to ADBDeviceClass
 mac_via: convert to use ADBBusState internal autopoll variables
 pmu: convert to use ADBBusState internal autopoll variables
 cuda: convert to use ADBBusState internal autopoll variables
 adb: create autopoll variables directly within ADBBusState
 adb: introduce realize/unrealize and VMStateDescription for ADB bus
 pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
 pmu: fix duplicate autopoll mask variable
 cuda: convert ADB autopoll timer from ns to ms
 ...
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                e590e7f0 |  | 23-Jun-2020 | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | adb: add ADB bus trace events
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
 Tested-by: Finn Thain <fthain@telegraphics.com.au>
 adb: add ADB bus trace events
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
 Tested-by: Finn Thain <fthain@telegraphics.com.au>
 Acked-by: Laurent Vivier <laurent@vivier.eu>
 Message-Id: <20200623204936.24064-23-mark.cave-ayland@ilande.co.uk>
 show more ...  
 | 
| #
                fa6c9539 |  | 23-Jun-2020 | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | adb: use adb_device prefix for ADB device trace events
 This is to allow us to distinguish between ADB device events and ADB
 bus events separately.
 
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@
 adb: use adb_device prefix for ADB device trace events
 This is to allow us to distinguish between ADB device events and ADB
 bus events separately.
 
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
 Tested-by: Finn Thain <fthain@telegraphics.com.au>
 Acked-by: Laurent Vivier <laurent@vivier.eu>
 Message-Id: <20200623204936.24064-22-mark.cave-ayland@ilande.co.uk>
 show more ...  
 | 
            | Revision tags: v5.0.0 | 
|
| #
                4c60e328 |  | 28-Jan-2020 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/rth/tags/pull-pa-20200127' into staging
 Improve LASI emulation
 Add Artist graphics
 Fix main memory allocation
 Improve LDCW emulation wrt real hw
 
 # gpg: Signatu
 Merge remote-tracking branch 'remotes/rth/tags/pull-pa-20200127' into staging
 Improve LASI emulation
 Add Artist graphics
 Fix main memory allocation
 Improve LDCW emulation wrt real hw
 
 # gpg: Signature made Mon 27 Jan 2020 18:53:35 GMT
 # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
 # gpg:                issuer "richard.henderson@linaro.org"
 # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
 # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
 
 * remotes/rth/tags/pull-pa-20200127:
 target/hppa: Allow, but diagnose, LDCW aligned only mod 4
 hw/hppa/machine: Map the PDC memory region with higher priority
 hw/hppa/machine: Restrict the total memory size to 3GB
 hw/hppa/machine: Correctly check the firmware is in PDC range
 hppa: Add emulation of Artist graphics
 seabios-hppa: update to latest version
 hppa: Switch to tulip NIC by default
 hppa: add emulation of LASI PS2 controllers
 ps2: accept 'Set Key Make and Break' commands
 hppa: Add support for LASI chip with i82596 NIC
 hw/hppa/dino.c: Improve emulation of Dino PCI chip
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                2a6505b0 |  | 20-Dec-2019 | Sven Schnelle <svens@stackframe.org> | hppa: add emulation of LASI PS2 controllers
 Signed-off-by: Sven Schnelle <svens@stackframe.org>
 Message-Id: <20191220211512.3289-5-svens@stackframe.org>
 Signed-off-by: Richard Henderson <richard.hen
 hppa: add emulation of LASI PS2 controllers
 Signed-off-by: Sven Schnelle <svens@stackframe.org>
 Message-Id: <20191220211512.3289-5-svens@stackframe.org>
 Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
 show more ...  
 | 
            | Revision tags: v4.2.0, v4.0.0, v4.0.0-rc1 | 
|
| #
                d132baa0 |  | 25-Mar-2019 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
 Pull request
 
 Compilation fixes and cleanups for QEMU 4.0.0.
 
 # gpg: Signature made Mon 25 Mar 2019 15:58:28 GM
 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
 Pull request
 
 Compilation fixes and cleanups for QEMU 4.0.0.
 
 # gpg: Signature made Mon 25 Mar 2019 15:58:28 GMT
 # gpg:                using RSA key 9CA4ABB381AB73C8
 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
 # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
 # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
 
 * remotes/stefanha/tags/tracing-pull-request:
 trace-events: Fix attribution of trace points to source
 trace-events: Delete unused trace points
 scripts/cleanup-trace-events: Update for current practice
 trace-events: Shorten file names in comments
 trace-events: Consistently point to docs/devel/tracing.txt
 trace: avoid SystemTap dtrace(1) warnings on empty files
 trace: handle tracefs path truncation
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
            | Revision tags: v4.0.0-rc0 | 
|
| #
                dec97760 |  | 14-Mar-2019 | Markus Armbruster <armbru@redhat.com> | trace-events: Fix attribution of trace points to source
 Some trace points are attributed to the wrong source file.  Happens
 when we neglect to update trace-events for code motion, or add events
 in t
 trace-events: Fix attribution of trace points to source
 Some trace points are attributed to the wrong source file.  Happens
 when we neglect to update trace-events for code motion, or add events
 in the wrong place, or misspell the file name.
 
 Clean up with help of cleanup-trace-events.pl.  Same funnies as in the
 previous commit, of course.  Manually shorten its change to
 linux-user/trace-events to */signal.c.
 
 Signed-off-by: Markus Armbruster <armbru@redhat.com>
 Message-id: 20190314180929.27722-6-armbru@redhat.com
 Message-Id: <20190314180929.27722-6-armbru@redhat.com>
 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
 show more ...  
 | 
| #
                500016e5 |  | 14-Mar-2019 | Markus Armbruster <armbru@redhat.com> | trace-events: Shorten file names in comments
 We spell out sub/dir/ in sub/dir/trace-events' comments pointing to
 source files.  That's because when trace-events got split up, the
 comments were moved
 trace-events: Shorten file names in comments
 We spell out sub/dir/ in sub/dir/trace-events' comments pointing to
 source files.  That's because when trace-events got split up, the
 comments were moved verbatim.
 
 Delete the sub/dir/ part from these comments.  Gets rid of several
 misspellings.
 
 Signed-off-by: Markus Armbruster <armbru@redhat.com>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
 Message-id: 20190314180929.27722-3-armbru@redhat.com
 Message-Id: <20190314180929.27722-3-armbru@redhat.com>
 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
 show more ...  
 | 
| #
                0d3e41d5 |  | 14-Feb-2019 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging
 - some configure updates (HAX/NetBSD, remove "wav", -Waddress-of-packed-member)
 - remove deprecated optio
 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging
 - some configure updates (HAX/NetBSD, remove "wav", -Waddress-of-packed-member)
 - remove deprecated options
 - some trace and error cleanup
 - typo fixes
 
 # gpg: Signature made Thu 14 Feb 2019 10:46:50 GMT
 # gpg:                using RSA key F30C38BD3F2FBE3C
 # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
 # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
 # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
 # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
 
 * remotes/vivier2/tags/trivial-branch-pull-request:
 configure: improve usbfs check
 hw/sparc64: Explicitly set default_display = "std"
 hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
 wavcapture: Convert to error_report
 kvm: Add kvm_set_ioeventfd* traces
 HMP: Prepend errors with 'Error:'
 pckbd: Convert DPRINTF->trace
 configure: Make -Waddress-of-packed-member warnings be errors
 configure: Add HAX support in NetBSD
 configure: fix qemu-img name
 configure: remove handling of "wav" audio driver
 qemu-options: Remove deprecated option -clock
 qemu-deprecated: Remove -virtioconsole and -no-frame for good
 qapi: Fix qcow2 encryption doc typo
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
            | Revision tags: v3.1.0, v3.1.0-rc5, v3.1.0-rc4, v3.1.0-rc3, v3.1.0-rc2, v3.1.0-rc1, v3.1.0-rc0 | 
|
| #
                65b182c3 |  | 16-Oct-2018 | Dr. David Alan Gilbert <dgilbert@redhat.com> | pckbd: Convert DPRINTF->trace
 Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
 Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
 R
 pckbd: Convert DPRINTF->trace
 Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
 Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
 Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
 Message-Id: <20181016112232.23241-1-dgilbert@redhat.com>
 Signed-off-by: Laurent Vivier <laurent@vivier.eu>
 show more ...  
 | 
            | Revision tags: libfdt-20181002, ppc-for-3.1-20180925, ppc-for-3.1-20180907, ppc-for-3.1-20180821, v3.0.0, v3.0.0-rc4, v2.12.1, ppc-for-3.0-20180801, v3.0.0-rc3, v3.0.0-rc2, v3.0.0-rc1, ppc-for-3.0-20180716, v3.0.0-rc0, ppc-for-3.0-20180709, ppc-for-3.0-20180703 | 
|
| #
                6f4fa099 |  | 30-Jun-2018 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
 Pull request
 
 * Python 3 support in simpletrace.py
 * Convert DPRINTF() to trace events
 
 # gpg: Signature made
 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
 Pull request
 
 * Python 3 support in simpletrace.py
 * Convert DPRINTF() to trace events
 
 # gpg: Signature made Fri 29 Jun 2018 18:53:05 BST
 # gpg:                using RSA key 9CA4ABB381AB73C8
 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
 # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
 # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
 
 * remotes/stefanha/tags/tracing-pull-request:
 hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events
 hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events
 hw/net/etraxfs_eth: Convert printf() calls to trace events
 hw/net/ne2000: Convert printf() calls to trace events
 hw/net/ne2000: Add trace events
 hw/input/tsc2005: Convert a fprintf() call to trace events
 hw/char/parallel: Convert from pdebug() macro to trace events
 hw/char/serial: Convert from DPRINTF macro to trace events
 sdcard: Reduce sdcard_set_blocklen() trace digits
 trace: Fix format string for the struct timeval members casted to size_t
 simpletrace: Convert name from mapping record to str
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
            | Revision tags: v2.11.2, ppc-for-3.0-20180622 | 
|
| #
                349632a2 |  | 21-Jun-2018 | Philippe Mathieu-Daudé <f4bug@amsat.org> | hw/input/tsc2005: Convert a fprintf() call to trace events
 Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
 
 | 
            | Revision tags: ppc-for-3.0-20180618, ppc-for-3.0-20180612, ppc-for-2.13-20180504, ppc-for-2.13-20180427, v2.12.0, v2.12.0-rc4, v2.12.0-rc3, ppc-for-2.12-20180410, v2.12.0-rc2, v2.12.0-rc1, v2.12.0-rc0, ppc-for-2.12-20180319, ppc-for-2.12-20180315 | 
|
| #
                e1ee9ee1 |  | 06-Mar-2018 | Peter Maydell <peter.maydell@linaro.org> | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180306' into staging
 ppc patch queue 2018-03-06
 
 This pull request supersedes ppc-for-2.12-20180302 which had compile
 problems with
 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180306' into staging
 ppc patch queue 2018-03-06
 
 This pull request supersedes ppc-for-2.12-20180302 which had compile
 problems with some gcc versions.  It also contains a few additional
 patches.
 
 Highlights are:
 * New Sam460ex machine type
 * Yet more fixes related to vcpu id allocation for spapr
 * Numerous macio cleanupsr
 * Some enhancements to the Spectre/Meltdown fixes for pseries,
 allowing use of a better mitigation for indirect branch based
 exploits
 * New pseries machine types with Spectre/Meltdown mitigations
 enabled (stop gap until libvirt and management understands the
 machine options)
 * A handful of other fixes
 
 # gpg: Signature made Tue 06 Mar 2018 04:01:00 GMT
 # gpg:                using RSA key 6C38CACA20D9B392
 # gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>"
 # gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>"
 # gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>"
 # gpg:                 aka "David Gibson (kernel.org) <dwg@kernel.org>"
 # Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392
 
 * remotes/dgibson/tags/ppc-for-2.12-20180306: (30 commits)
 PowerPC: Add TS bits into msr_mask
 adb: add trace-events for monitoring keyboard/mouse during bus enumeration
 PPC: e500: Fix duplicate kernel load and device tree overlap
 hw/ppc/spapr,e500: Use new property "stdout-path" for boot console
 ppc/spapr-caps: Define the pseries-2.12-sxxm machine type
 ppc/spapr-caps: Convert cap-ibs to custom spapr-cap
 ppc/spapr-caps: Convert cap-sbbc to custom spapr-cap
 ppc/spapr-caps: Convert cap-cfpc to custom spapr-cap
 ppc/spapr-caps: Add support for custom spapr_capabilities
 target/ppc: Check mask when setting cap_ppc_safe_indirect_branch
 macio: remove macio_init() function
 macio: move setting of CUDA timebase frequency to macio_common_realize()
 mac_newworld: use object link to pass OpenPIC object to macio
 openpic: move OpenPIC state and related definitions to openpic.h
 openpic: move KVM-specific declarations into separate openpic_kvm.h file
 mac_oldworld: use object link to pass heathrow PIC object to macio
 macio: move macio related structures and defines into separate macio.h file
 heathrow: change heathrow_pic_init() to return the heathrow device
 heathrow: convert to trace-events
 heathrow: QOMify heathrow PIC
 ...
 
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
            | Revision tags: ppc-for-2.12-20180306 | 
|
| #
                9d9769c2 |  | 05-Mar-2018 | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | adb: add trace-events for monitoring keyboard/mouse during bus enumeration
 This is useful to help diagnose problems related to address clashes during
 MacOS 9 boot.
 
 Signed-off-by: Mark Cave-Ayland <
 adb: add trace-events for monitoring keyboard/mouse during bus enumeration
 This is useful to help diagnose problems related to address clashes during
 MacOS 9 boot.
 
 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
 show more ...  
 |