From: Stefan Hajnoczi Date: Sun, 29 Dec 2024 08:25:40 +0000 (-0500) Subject: Merge tag 'pull-request-2024-12-29' of https://gitlab.com/huth/qemu into staging X-Git-Tag: pull-vmclock-20250108~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7c89e226f878539b633dde3fd9c9f061c34094e3;p=users%2Fdwmw2%2Fqemu.git Merge tag 'pull-request-2024-12-29' of https://gitlab.com/huth/qemu into staging * Rework "next-cube" to bring it up-to-date with current coding standards/APIs * Remove overlapping memory regions of the "next-cube" machine * Encapsulate the next-cube SCSI related code into a separate device * QOM-ify the next-rtc device * Declare m68k devices as big endian instead of native endian * Disable the CD-ROM drive for the next-cube machine # -----BEGIN PGP SIGNATURE----- # # iQJHBAABCAAxFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmdw93wTHGh1dGhAdHV4 # ZmFtaWx5Lm9yZwAKCRAu2dd0/nAttdVOEACEqPMTb5cea/fsI6x29dxx0btnNZaB # MhN72qmmGS1GMr03u6hGMrIPgkFa/HQL86SAUxWDt4qg3XJKpJ8p9KLqFm393Dgi # UEZnvzhX2NP23Cf4M0EaHSAeQOfaYdsgOzivo+7fQUIkpXaRpmu+3VIjvhUESSOb # 37p1kqdjXf73t7aUMBXA2hCZctm+vOOKdJd25MfrhZp6Yvxly90P2QW+lKzFBUIp # d2uyZ/FaBXKiGWHMTmpbloIvL6sP8ag/e+deRfKQlBlC3lVpTyREvAKoNret5Rgt # uYQ1Erbo7Bz8BKrwFrlObbGxn1WoaoCmiPJGzPtn8mfQ33QwS8B3+Np5OfgvinAR # B6YBXNBIenjUFgJKY9jSXy4IlzfFc4mMKn6kgTv+y9srf9Np1EgmkYuOXxxytPzP # fE+blTWXgj6EvhUYNtqDgaN0NdW+4YSbr2Lzy/ZNGX7eLJ5S9PZdSU7gb2T+2y2N # sdAkPiXP1lmTzPkG9gzQ0EljO36gOgSpKWjxf72NvluVGoTBLtKqB8NmVO1YnyVC # 0/QA/SxZGjsT8MMlhjheWg+lCKRjzTpjfw4C8CvukSsiOHX4pnX9yRreJ2s7z6W3 # 26SxK1nIvn3VODXhXAgB23zHZlgk/lWSJXUuBOsnAk5YMgy7KyDn6r92FNBhj+e2 # 3O0SEi9HC/wUKw== # =js2G # -----END PGP SIGNATURE----- # gpg: Signature made Sun 29 Dec 2024 02:17:16 EST # gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5 # gpg: issuer "huth@tuxfamily.org" # gpg: Good signature from "Thomas Huth " [full] # gpg: aka "Thomas Huth " [full] # gpg: aka "Thomas Huth " [full] # gpg: aka "Thomas Huth " [unknown] # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5 * tag 'pull-request-2024-12-29' of https://gitlab.com/huth/qemu: (35 commits) next-cube: add my copyright to the top of the file next-cube: rename old_scr2 and scr2_2 in next_scr2_rtc_update() next-cube: move next_rtc_cmd_is_write() and next_rtc_data_in_irq() functions next-cube: add rtc-power-out named gpio to trigger the NEXT_PWR_I interrupt next-cube: add rtc-cmd-reset named gpio to reset the rtc state machine next-cube: use named gpio output for next-rtc data next-cube: move rtc-data-in gpio from next-pc to next-rtc device next-cube: move reset of next-rtc fields from next-pc to next-rtc next-cube: QOMify NeXTRTC next-cube: don't use rtc phase value of -1 next-cube: use named gpio to read RTC data bit in scr2 next-cube: use named gpio to set RTC data bit in scr2 next-cube: always use retval to return rtc read values next-cube: separate rtc read and write shift logic next-cube: use qemu_irq to drive int_status in next_scr2_rtc_update() next-cube: rename typedef struct NextRtc to NeXTRTC next-cube: convert next-pc device to use Resettable interface next-cube: rearrange NeXTState declarations to improve readability next-cube: remove unused next.scr memory region next-cube: add empty slots for unknown accesses to next.scr memory region ... Signed-off-by: Stefan Hajnoczi --- 7c89e226f878539b633dde3fd9c9f061c34094e3