{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":18104862,"defaultBranch":"aspeed-9.1","name":"qemu","ownerLogin":"legoater","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2014-03-25T15:16:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6941005?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726569055.0","currentOid":""},"activityList":{"items":[{"before":"99d2a63012a8d543deea764b303c2bfb8cf2e9d0","after":"6e2566efbadb5794416cbe0a97ee2a578aa1948c","ref":"refs/heads/aspeed-9.2","pushedAt":"2024-09-17T13:10:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a","after":"cff199398fa9cc7b035fcd56eebf82356774b7e8","ref":"refs/heads/master","pushedAt":"2024-09-17T13:10:19.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'edk2-stable202408-20240917-pull-request' of https://gitlab.com/kraxel/qemu into staging\n\nedk2: update to 2024-08 stable tag.\nacpi: update test data (address changed due to firmware size change).\n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQIzBAABCgAdFiEEoDKM/7k6F6eZAf59TLbY7tPocTgFAmbpP4kACgkQTLbY7tPo\n# cTjurg//WYI/pofJzsYaeYdMhFwuw1b64Hj0r50fjoOGEHiPQFLHGU9RpFmpEAKd\n# lUfP+b3CztWDbK3gjRMt+1ah845SVG5VxdMPVL/F3eqKs2/eKD9ujcqIpNRGyX69\n# x0e+FkohmrjCEyHNHBJjKOuqfkdqbQLtIvW1fLt8OzfsKGKvz9Kd4nZdIBX4PmDx\n# sM7U44qnyLvM4AGf0QJY+v6vsqCSCy6LmgqF3vNdvnNeV09by4JvICXit486FqNK\n# DrhFX16oJ/fSrJ03FSd/gps8o+YCSW7pm4Yo4GNAFX02XHCoO/lS+QraA9vs4raC\n# 1FduQgV6pceR667SjuAiHsCyewVUlz7bdXgCCUtFFUzPmcBzYyOcwmEh4d15quD0\n# kTiopy3Q52v2t688Se2iv08vs3sVLVCtti2UAntvhSTjVOOFUhMuNRuA4gbAk+2K\n# 71sixGgbVv5+woLV1YHqJR3swSXUMD/4RglJMKjC829CWCHOOQ1lY6qgjFlj8U8+\n# uSW4Kq9Mq2ORnH/8egr3ctV6uPZHq6uQt+zyzYVm5m2DmnJMFCrlMt7ABOzsVWKs\n# N1Q3QEbUXqotzicCu9JHisKwp90kVp+rWgy+98xxk2P3JbiYrla31HeJPVRw4BM+\n# uhphdzzUKGLrtWP8PCw+alSfW+Yt3olD87IBXOKlviah2fW9qWg=\n# =4kSg\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Tue 17 Sep 2024 09:36:25 BST\n# gpg: using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138\n# gpg: Good signature from \"Gerd Hoffmann (work) \" [full]\n# gpg: aka \"Gerd Hoffmann \" [full]\n# gpg: aka \"Gerd Hoffmann (private) \" [full]\n# Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138\n\n* tag 'edk2-stable202408-20240917-pull-request' of https://gitlab.com/kraxel/qemu:\n tests/acpi: disallow acpi test data updates\n tests/acpi: update aarch64/virt/SSDT.memhp\n add loongarch binaries for edk2-stable202408\n roms: Support compile the efi bios for loongarch\n update binaries to edk2-stable202408\n update submodule and version file to edk2-stable202408\n tests/acpi: allow acpi test data updates\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'edk2-stable202408-20240917-pull-request' of https://gitlab…"}},{"before":"898b9eafb333c6c3d443943220fada820ebca3e3","after":"8719224166832ff8230d7dd8599f42bd60e2eb96","ref":"refs/heads/vfio-next","pushedAt":"2024-09-17T10:29:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"vfio/igd: correctly calculate stolen memory size for gen 9 and later\n\nWe have to update the calculation of the stolen memory size because\nwe've seen devices using values of 0xf0 and above for the graphics mode\nselect field. The new calculation was taken from the linux kernel [1].\n\n[1] https://github.com/torvalds/linux/blob/7c626ce4bae1ac14f60076d00eafe71af30450ba/arch/x86/kernel/early-quirks.c#L455-L460\n\nSigned-off-by: Corvin Köhne \nReviewed-by: Alex Williamson ","shortMessageHtmlLink":"vfio/igd: correctly calculate stolen memory size for gen 9 and later"}},{"before":"30b9167785177ac43d11b881fe321918124aeb88","after":"8719224166832ff8230d7dd8599f42bd60e2eb96","ref":"refs/heads/vfio-for-upstream","pushedAt":"2024-09-17T10:29:23.000Z","pushType":"push","commitsCount":899,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"vfio/igd: correctly calculate stolen memory size for gen 9 and later\n\nWe have to update the calculation of the stolen memory size because\nwe've seen devices using values of 0xf0 and above for the graphics mode\nselect field. The new calculation was taken from the linux kernel [1].\n\n[1] https://github.com/torvalds/linux/blob/7c626ce4bae1ac14f60076d00eafe71af30450ba/arch/x86/kernel/early-quirks.c#L455-L460\n\nSigned-off-by: Corvin Köhne \nReviewed-by: Alex Williamson ","shortMessageHtmlLink":"vfio/igd: correctly calculate stolen memory size for gen 9 and later"}},{"before":"ae60d901408ee66bfa8176f80d3c4a9b4bf9b964","after":"a93bb519e683fd8f8d7945e5517fd5ad74cc41c0","ref":"refs/heads/aspeed-next","pushedAt":"2024-09-16T18:54:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"machine_aspeed.py: Update to test I2C for AST2700\n\nUpdate test case to test lm75 temperature sensor.\n\nSigned-off-by: Jamin Lin \nReviewed-by: Cédric Le Goater ","shortMessageHtmlLink":"machine_aspeed.py: Update to test I2C for AST2700"}},{"before":"4db1c16441923fc152142ae4bcc1cba23064cb8b","after":"a93bb519e683fd8f8d7945e5517fd5ad74cc41c0","ref":"refs/heads/aspeed-for-upstream","pushedAt":"2024-09-16T18:54:26.000Z","pushType":"push","commitsCount":977,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"machine_aspeed.py: Update to test I2C for AST2700\n\nUpdate test case to test lm75 temperature sensor.\n\nSigned-off-by: Jamin Lin \nReviewed-by: Cédric Le Goater ","shortMessageHtmlLink":"machine_aspeed.py: Update to test I2C for AST2700"}},{"before":"2b03b5b36b3c2dd991c0cfc27839feb27a5a5743","after":"99d2a63012a8d543deea764b303c2bfb8cf2e9d0","ref":"refs/heads/aspeed-9.2","pushedAt":"2024-09-16T11:14:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"3baa3c9d62bb35904cf6dadbf152922d87f06e8f","after":"ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a","ref":"refs/heads/master","pushedAt":"2024-09-16T10:55:12.000Z","pushType":"push","commitsCount":104,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging\n\nMisc HW & UI patches\n\n- Remove deprecated SH4 SHIX machine TC58128 NAND EEPROM (Phil)\n- Remove deprecated CRIS target (Phil)\n- Remove deprecated RISC-V 'any' CPU type (Phil)\n- Add fifo8_peek_buf() to correctly handle FIFO wraparound (Mark)\n- Minor cleanups in Designware PCIe, PL011 and loongson IPI models (Phil)\n- Fixes in TI TMP105 temperature (Guenter)\n- Convert Sun ESCC and ADB mouses to QemuInputHandler (Mark)\n- Prevent heap overflow in VIRTIO sound device (Volker)\n- Cleanups around g_assert_not_reached() call (Pierrick)\n- Add Clément as VT-d reviewer (Clément)\n- Prevent stuck modifier keys and unexpected text input on Windows (Volker)\n- Explicitly set SDL2 swap interval when OpenGL is enabled (Gert)\n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmbkoOUACgkQ4+MsLN6t\n# wN56SBAA1nYl5YTI0BwvToKysoNIJ5aTgDEbT87XYTatKYyWYlN5W1yrAeMcuwFO\n# Rw8edtn2YY89ZMG/LPcY1h6+nI2qVMpuOzNP3ve4D+eM6AMUMX0bzeqXndUind7c\n# 1kTcV7Wctfk34zzs5B9GIU0WswSSbL3FeETS47ySNg6J7GbVWIu41dh52oeg8XWa\n# Zfw0FZDt7hSAbsUckBIC9/Nbh0hucxBnQevQLkVb6u8O0yX3wV2OZRIC7+NkvHkH\n# ZLPT8lg197PitH0NouUJI5oMv5Ty3PXGHtrIAKvts+fGBpWL+XzEtQmT8RzqgxTl\n# 9Z6C/PvfMHNtA7BE66D4iLOKBPpV0RCUDOAGsfcWy5GuklzeUy03DxZ/2xO8XERm\n# TP0EP0nt2YddnELX7H65b78gJkPvnhME/MtA6Y6R7uxAA8gawZVWZQ1oDGUBNGDI\n# zJ62Cu4nYPwpGiewwb+ZTkjeiaYddJsPNsE8f8d4XZCpTwpIM/oYzJapxedBwjrg\n# a4eAWiy7xIvvGPxWN7IQPosGYcyO6zhbI+iAbxp1xmWsX0TPgLUcJtK9+pklqWS7\n# 9ucrvkq5XRZSJMaGF0LZuZH7Qx6us7m0rik5wG96d8qrIXRpi8kXfWxI17SWQkGa\n# cG91u+FrKmfBr+yD7Q1gVbaYzkD+X1hPkQmSVmnlNS+5axrnSYQ=\n# =sPwb\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Fri 13 Sep 2024 21:30:29 BST\n# gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE\n# gpg: Good signature from \"Philippe Mathieu-Daudé (F4BUG) \" [full]\n# Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE\n\n* tag 'hw-misc-20240913' of https://github.com/philmd/qemu: (60 commits)\n ui: remove break after g_assert_not_reached()\n ui/sdl2: set swap interval explicitly when OpenGL is enabled\n ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handler\n ui/sdl2: release all modifiers\n system: replace assert(0) with g_assert_not_reached()\n hw/pci-host: remove break after g_assert_not_reached()\n hw/misc: remove break after g_assert_not_reached()\n hw/gpio: remove break after g_assert_not_reached()\n hw/watchdog: replace assert(0) with g_assert_not_reached()\n hw/core: replace assert(0) with g_assert_not_reached()\n hw/char: replace assert(0) with g_assert_not_reached()\n hw/input/adb-mouse: convert to use QemuInputHandler\n hw/char/escc: convert Sun mouse to use QemuInputHandler\n hw/sensor/tmp105: Lower 4 bit of limit registers are always 0\n hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0\n hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update()\n hw/sensor/tmp105: Use registerfields API\n hw/sensor/tmp105: Coding style fixes\n tests/unit: Comment FIFO8 tests\n tests/unit: Expand test_fifo8_peek_buf_wrap() coverage\n ...\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into s…"}},{"before":"8a0195c27ea58ea70df0d78d98ddf4c6580ccd86","after":"ae60d901408ee66bfa8176f80d3c4a9b4bf9b964","ref":"refs/heads/aspeed-next","pushedAt":"2024-09-13T13:24:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"machine_aspeed.py: Update to test I2C for AST2700\n\nUpdate test case to test lm75 temperature sensor.\n\nSigned-off-by: Jamin Lin \nReviewed-by: Cédric Le Goater ","shortMessageHtmlLink":"machine_aspeed.py: Update to test I2C for AST2700"}},{"before":"3bcd7045014723ea1b0cebd41422eca66189351f","after":"898b9eafb333c6c3d443943220fada820ebca3e3","ref":"refs/heads/vfio-next","pushedAt":"2024-09-13T13:23:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"vfio/igd: correctly calculate stolen memory size for gen 9 and later\n\nWe have to update the calculation of the stolen memory size because\nwe've seen devices using values of 0xf0 and above for the graphics mode\nselect field. The new calculation was taken from the linux kernel [1].\n\n[1] https://github.com/torvalds/linux/blob/7c626ce4bae1ac14f60076d00eafe71af30450ba/arch/x86/kernel/early-quirks.c#L455-L460\n\nSigned-off-by: Corvin Köhne \nReviewed-by: Alex Williamson ","shortMessageHtmlLink":"vfio/igd: correctly calculate stolen memory size for gen 9 and later"}},{"before":"4b7ea33074450bc6148c8e1545d78f179e64adb4","after":"3baa3c9d62bb35904cf6dadbf152922d87f06e8f","ref":"refs/heads/master","pushedAt":"2024-09-13T13:22:39.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging\n\nvirtio,pc,pci: features, fixes, cleanups\n\ni286 acpi speedup by precomputing _PRT by Ricardo Ribalda\nvhost_net speedup by using MR transactions by Zuo Boqun\nich9 gained support for periodic and swsmi timer by Dominic Prinz\n\nFixes, cleanups all over the place.\n\nSigned-off-by: Michael S. Tsirkin \n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQFDBAABCAAtFiEEXQn9CHHI+FuUyooNKB8NuNKNVGkFAmbhoCUPHG1zdEByZWRo\n# YXQuY29tAAoJECgfDbjSjVRptpUH/iR5AmJFpvAItqlPOvJiYDEch46C73tyrSws\n# Kk/1EbGSL7mFFD5sfdSSV4Rw8CQBsmM/Dt5VDkJKsWnOLjkBQ2CYH0MYHktnrKcJ\n# LlSk32HnY5p1DsXnJhgm5M7St8T3mV/oFdJCJAFgCmpx5uT8IRLrKETN8+30OaiY\n# xo35xAKOAS296+xsWeVubKkMq7H4y2tdZLE/22gb8rlA8d96BJIeVLQ3y3IjeUPR\n# 24q6c7zpObzGhYNZ/PzAKOn+YcVsV/lLAzKRZJTzTUPyG24BcjJTyyr/zNSYAgfk\n# lLXzIZID3GThBmrCAiDZ1z6sfo3MRg2wNS/FBXtK6fPIuFxed+8=\n# =ySRy\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Wed 11 Sep 2024 14:50:29 BST\n# gpg: using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469\n# gpg: issuer \"mst@redhat.com\"\n# gpg: Good signature from \"Michael S. Tsirkin \" [full]\n# gpg: aka \"Michael S. Tsirkin \" [full]\n# Primary key fingerprint: 0270 606B 6F3C DF3D 0B17 0970 C350 3912 AFBE 8E67\n# Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA 8A0D 281F 0DB8 D28D 5469\n\n* tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu:\n hw/acpi/ich9: Add periodic and swsmi timer\n virtio-mem: don't warn about THP sizes on a kernel without THP support\n hw/audio/virtio-sound: fix heap buffer overflow\n hw/cxl: fix physical address field in get scan media results output\n virtio-pci: Add lookup subregion of VirtIOPCIRegion MR\n vhost_net: configure all host notifiers in a single MR transaction\n tests/acpi: pc: update golden masters for DSDT\n hw/i386/acpi-build: Return a pre-computed _PRT table\n tests/acpi: pc: allow DSDT acpi table changes\n intel_iommu: Make PASID-cache and PIOTLB type invalid in legacy mode\n intel_iommu: Fix invalidation descriptor type field\n virtio: rename virtio_split_packed_update_used_idx\n hw/pci/pci-hmp-cmds: Avoid displaying bogus size in 'info pci'\n pci: don't skip function 0 occupancy verification for devfn auto assign\n hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating\n hw: Move declaration of IRQState to header and add init function\n virtio: Always reset vhost devices\n virtio: Allow .get_vhost() without vhost_started\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/m…"}},{"before":"a4eb31c678400472de0b4915b9154a7c20d8332f","after":"4b7ea33074450bc6148c8e1545d78f179e64adb4","ref":"refs/heads/master","pushedAt":"2024-09-13T13:22:05.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'pull-request-2024-09-11' of https://gitlab.com/thuth/qemu into staging\n\n* Split --enable-sanitizers to --enable-{asan, ubsan}\n* Build MSYS2 job using multiple CPUs\n* Fix \"make distclean\" wrt contrib/plugins/\n* Convert more Avocado tests to plain standalone functional tests\n* Fix bug that breaks \"make check-functional\" when tesseract is missing\n* Use builtin hashlib of Python in the functional tests\n* Update the FreeBSD CI jobs to 14.1\n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmbhY4YRHHRodXRoQHJl\n# ZGhhdC5jb20ACgkQLtnXdP5wLbU/aw/9HXl9H8BUDn8lnoEmxuuQSk8F19n/l5pt\n# en3L8pMBt4dGFe/9KaGes2GFfid+cp2zlx+qQhA4HW35ntMJorF/qinOH/JGDtoM\n# 3O6RGZrQPn60zD9P2EbFVCrVYysVYCEu0U3Uglj6tf33bE0L7SJsQxqcbIciyIj5\n# aq3Te0yMM2lqzCdMqNpWHGn3VMZRvbRaGBPDU4RLP8V2Bpz1iiRE+6HCH9Kg7HzS\n# OmleeXtvcyInG+54onjfTcn4/XA27pl1UU04KFv5PrRPB3M2FspHn7oOT2yyQ+ls\n# 79mqIcd8PvycCT+3ch9p8KhVtbVBgZGmeemALLvk5FxysaWnl4KtSqmQNdqSvvpV\n# waDDKlLaSnjEHDUse3bCJX0m4d7/vTBY5fOYxqZ4z5dl63csDtgPY4/VF4XR08sP\n# tR1mW+2qEH9eygsxuKcBjx/j7Etpy+jL9pX2ii1V3ElhjjYuEnpEiURa+TaqPjpZ\n# jmPtBEszzUdPbrD707tDkW3/ezT7VAnASQeYneJXB/JQG6K6Z//05iX6oCzCbRm3\n# ceW/fem3UaeGYpzbMdoZToTuNlXEyS7NDcr39xJjH4LyRTPJAX4zeqUEdzces9g/\n# u4Dw6rJ0Yhj4rscKxRvGl3/BH6CTI+8IAsbju2B/CnVLTqaABB0q/MDB90aB44xX\n# bAVsl4P03Uk=\n# =5TR0\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Wed 11 Sep 2024 10:31:50 BST\n# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5\n# gpg: issuer \"thuth@redhat.com\"\n# gpg: Good signature from \"Thomas Huth \" [full]\n# gpg: aka \"Thomas Huth \" [full]\n# gpg: aka \"Thomas Huth \" [full]\n# gpg: aka \"Thomas Huth \" [unknown]\n# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5\n\n* tag 'pull-request-2024-09-11' of https://gitlab.com/thuth/qemu: (24 commits)\n Update FreeBSD CI jobs FreeBSD 14.1\n tests/functional/qemu_test: Use Python hashlib instead of external programs\n tests/functional: Fix bad usage of has_cmd\n tests/functional: Convert the multiprocess avocado test into a standalone test\n tests/functional: Convert the or1k-sim Avocado test\n tests/functional: Convert the m68k MCF5208EVB Avocado test\n tests/functional: Convert the Alpha Clipper Avocado test\n tests/functional: Convert Aarch64 Raspi4 avocado tests\n tests/functional: Convert Aarch64 Raspi3 avocado tests\n tests/functional: Convert ARM Raspi2 avocado tests\n tests/functional: Convert mips32eb 4Kc Malta avocado tests\n tests/functional: Convert nanomips Malta avocado tests\n tests/functional: Convert mips32el Malta YAMON avocado test\n tests/functional: Convert mips64el 5KEc Malta avocado tests\n tests/functional: Convert mips64el I6400 Malta avocado tests\n tests/functional: Convert mips64el Fuloong2e avocado test (2/2)\n tests/functional: Convert the m68k Q800 Avocado test into a functional test\n tests/functional: Add the LinuxKernelTest for testing the Linux boot process\n MAINTAINERS: Remove myself from the Meson section\n MAINTAINERS: Remove myself as reviewer\n ...\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'pull-request-2024-09-11' of https://gitlab.com/thuth/qemu …"}},{"before":"b7c6724f09b4f8e8ca19224bb063ff24abb502f0","after":"2b03b5b36b3c2dd991c0cfc27839feb27a5a5743","ref":"refs/heads/aspeed-9.2","pushedAt":"2024-09-12T06:38:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"1581a0bc928d61230ed6e43bcb83f2f6737d0bc0","after":"a4eb31c678400472de0b4915b9154a7c20d8332f","ref":"refs/heads/master","pushedAt":"2024-09-12T06:36:50.000Z","pushType":"push","commitsCount":56,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/qemu into staging\n\ntesting and gdbstub updates:\n\n - remove docker-armel-cross\n - update i686 and mipsel images to bookworm\n - use docker-all-test-cross for mips64le tests\n - fix duplicated line in docs\n - update gitlab-runner ansible script\n - support MTE in gdbstub for system mode\n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmbgye8ACgkQ+9DbCVqe\n# KkTesQf/WSTYAelzJWlEo0EPg5agokephfza4vdmweDujOT8MYPF9qxfsxoiTVA8\n# GTtTOod9iqmY/4/EPKIqUtZH38oaX5h9on2FhSssOMy+N4lUADJ+CcHHMSj4BuUt\n# jTXDSa9e5aj0m/yqg2PjF8U12Sygf7dKJturGLOWoWR5qa3xpQ2a6c3CkfxO3RQK\n# yTBfIZk47iOrVvEX8chsRzpkpiXY6/S5hkZZwcqbXcUMKH2s0po9Yg031vE3yN+g\n# kxJ7/mFNl49E/fqYdRahhyBDORlltCglCHsacxxa/4a216wOsNKyV3QLCJMjq8yO\n# 3/SPu0p+UouSFcASwTUt5XIo0G0TcA==\n# =7W1s\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Tue 10 Sep 2024 23:36:31 BST\n# gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44\n# gpg: Good signature from \"Alex Bennée (Master Work Key) \" [full]\n# Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44\n\n* tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/qemu:\n tests/tcg/aarch64: Extend MTE gdbstub tests to system mode\n tests/tcg/aarch64: Improve linker script organization\n tests/guest-debug: Support passing arguments to the GDB test script\n gdbstub: Add support for MTE in system mode\n gdbstub: Use specific MMU index when probing MTE addresses\n scripts/ci: update the gitlab-runner playbook\n docs/devel: fix duplicate line\n tests/docker: use debian-all-test-cross for mips64el tests\n tests/docker: update debian i686 and mipsel images to bookworm\n tests/docker: remove debian-armel-cross\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/s…"}},{"before":"ec08d9a51e6af3cd3edbdbf2ca6e97a1e2b5f0d1","after":"1581a0bc928d61230ed6e43bcb83f2f6737d0bc0","ref":"refs/heads/master","pushedAt":"2024-09-09T08:18:10.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'pull-ufs-20240906' of https://gitlab.com/jeuk20.kim/qemu into staging\n\nufs queue\n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQIzBAABCgAdFiEEUBfYMVl8eKPZB+73EuIgTA5dtgIFAmba268ACgkQEuIgTA5d\n# tgLndA//T7zvQboCWE2Aw+al4/cJmpfc/BP7pKrCvrwskhAo2H5JvbJ20WZ+/I6E\n# sLqXjsAQ4qPWUNi46aty/tCCmFWatBRKIyWOg1E8w1N1PCqM/aKFElENgi28iclj\n# 3TlIU+++a6VJXMtKKqGb/d6cxXM9QtRgkfpGEnVTCD4sRX25WuWcWu+hwCipgzsr\n# dul1Ez+mp62SfHN2QLPUd+Ft0SvyxybDA65JP9fCEJPJ+2dtLWPN9XGY+6PzW4dT\n# UEfUEV2V5k3w/QHTR8yG2i5s56wWVUhtQEhazbkj1VqgUSJ8PvIvBLhQpi4Gd51G\n# 62/xHJaHXPxgVrVE6Or/5QF9npo1moG7UrLgP+FYX5kto280wEyh3KxNhlan+lmI\n# IGo7V3Xv6UgGudJ/ZjR4dw24atFDcaqmdnWAOOp7mwxUIAq/5xLeDw2fzvuUw78a\n# cc732SF4XwTJfXwgiXkJXa/Si248fDtecvlD+lQ9wezSIJZq8Ojpe9uFREA4jPVY\n# jfgXEoopvam4w4ZKFRg93/0QErgwsYaJKKIKD8wZ99pi8/zrWlq5W1ujefQuvujt\n# FL4IbF/8g6i22fZgBr8AlkRn3epxx4oRGV+Rr8OXoFYjNR/E7rjKZYfbsJx/gDbO\n# zEMzSImQ48Tlxl9vkIx5kkUDxw3d7MDvrXEORcTMSW53CUDXJyA=\n# =U151\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Fri 06 Sep 2024 11:38:39 BST\n# gpg: using RSA key 5017D831597C78A3D907EEF712E2204C0E5DB602\n# gpg: Good signature from \"Jeuk Kim \" [unknown]\n# gpg: aka \"Jeuk Kim \" [unknown]\n# gpg: WARNING: This key is not certified with a trusted signature!\n# gpg: There is no indication that the signature belongs to the owner.\n# Primary key fingerprint: 5017 D831 597C 78A3 D907 EEF7 12E2 204C 0E5D B602\n\n* tag 'pull-ufs-20240906' of https://gitlab.com/jeuk20.kim/qemu:\n hw/ufs: ufs descriptor read test implemented\n hw/ufs: ufs attribute read/write test implemented\n hw/ufs: ufs flag read/write test implemented\n hw/ufs: minor bug fixes related to ufs-test\n hw/ufs: add basic info of query response upiu\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'pull-ufs-20240906' of https://gitlab.com/jeuk20.kim/qemu i…"}},{"before":"3d53db52c057ee4a75553960527abec4078700d0","after":"b7c6724f09b4f8e8ca19224bb063ff24abb502f0","ref":"refs/heads/aspeed-9.2","pushedAt":"2024-09-06T16:50:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/sensor/tmp105: Lower 4 bit of limit registers are always 0\n\nPer datasheet, \"HIGH AND LOW LIMIT REGISTERS\", the lower 4 bit\nof the limit registers are unused and always report 0.\nThe lower 4 bit should not be used for temperature comparisons,\nso mask the unused bits before storing the limits.\n\nSigned-off-by: Guenter Roeck \nSigned-off-by: Philippe Mathieu-Daudé ","shortMessageHtmlLink":"hw/sensor/tmp105: Lower 4 bit of limit registers are always 0"}},{"before":"372316deffc1a8f78b9a0aab22a0b79f0d8b7324","after":"3d53db52c057ee4a75553960527abec4078700d0","ref":"refs/heads/aspeed-9.2","pushedAt":"2024-09-06T14:41:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"e638d685ec2a0700fb9529cbd1b2823ac4120c53","after":"ec08d9a51e6af3cd3edbdbf2ca6e97a1e2b5f0d1","ref":"refs/heads/master","pushedAt":"2024-09-06T14:41:12.000Z","pushType":"push","commitsCount":122,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydell/qemu-arm into staging\n\ntarget-arm queue:\n * Implement FEAT_EBF16 emulation\n * accel/tcg: Remove dead code from rr_cpu_thread_fn()\n * hw: add compat machines for 9.2\n * virt: default to two-stage SMMU from virt-9.2\n * sbsa-ref: use two-stage SMMU\n * hw: Various minor memory leak fixes\n * target/arm: Correct names of VFP VFNMA and VFNMS insns\n * hw/arm/xilinx_zynq: Enable Security Extensions\n * hw/arm/boot: Report error msg if loading elf/dtb failed\n\n# -----BEGIN PGP SIGNATURE-----\n#\n# iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmbZqzEZHHBldGVyLm1h\n# eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3lJ7D/9s/ZTkiCj/z+caHotwNJVt\n# ECgEEVinitwZxSMINZd1f6bxTY8hYVjMewj6A6RvHtMJMr7SUOmL8wi0YlbhTm44\n# jb8dZVf3pzPaZ399jxOeGnFipGyKmK0XM5rKc7CP6yJUS3B9RkUbLEHng8Q0ZBtl\n# cnZqI12jJBdtHU8D4JIvBgM2N2ay4bKY8EQEPCv4S7ZTKawWcKgSR5pMd2TBIqIT\n# 0gaDL3eOgCt2XWIrMzRjvaJK70obN/+n+vZQskJ/sIDsw+Kz8sZGlivdBXLRmQ+A\n# OUgtdyZoD42Q8KtwM0bjoaoxz6VMNPJp5khB45EPjVgWyeyJ0L6ZcWCX7nT4hZsi\n# 1C0NJaJU6HQbfsPiMIGxgHYJCbQue/mVBE02MPhmN8fZlsTRKWT9Miu67S0PI5Ib\n# ZWo88Ew1coucBm25K2NWdoR3dCP8EFnxqL556L8M4iDWYQ/djf8cpFAN9QJBFrNw\n# CaXS+vxIFUjZ6TSjf8gOYPAONmAg5DsCucgyO4MBKnvlY5h2J+GTq/FC+kWzL9jE\n# UfhqOWSP34ol2lg319zOtKg4Ga+GOivo2DmgWQhDwZ2rmRR+xgN8rkQjpJKIT5Zj\n# Ji+ucJrghBZ0sN622QYG0u0Ap9Jy4KCOxcFfS1b4gNhmMDWg27Tx9tIguXmjOE3M\n# aAs4wmm4Nz4kpsf1KkB11Q==\n# =gZuf\n# -----END PGP SIGNATURE-----\n# gpg: Signature made Thu 05 Sep 2024 13:59:29 BST\n# gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE\n# gpg: issuer \"peter.maydell@linaro.org\"\n# gpg: Good signature from \"Peter Maydell \" [ultimate]\n# gpg: aka \"Peter Maydell \" [ultimate]\n# gpg: aka \"Peter Maydell \" [ultimate]\n# gpg: aka \"Peter Maydell \" [ultimate]\n# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE\n\n* tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydell/qemu-arm: (25 commits)\n platform-bus: fix refcount leak\n hw/arm/boot: Explain why load_elf_hdr() error is ignored\n hw/arm/boot: Report error msg if loading elf/dtb failed\n hw/arm/xilinx_zynq: Enable Security Extensions\n target/arm: Correct names of VFP VFNMA and VFNMS insns\n hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()\n hm/nvram/xlnx-versal-efuse-ctrl: Call register_finalize_block\n hw/misc/xlnx-versal-trng: Call register_finalize_block\n hw/nvram/xlnx-zynqmp-efuse: Call register_finalize_block\n hw/nvram/xlnx-bbram: Call register_finalize_block\n hw/misc/xlnx-versal-trng: Free s->prng in finalize, not unrealize\n hw/misc/xlnx-versal-cfu: destroy fifo in finalize\n hw/arm/sbsa-ref: Use two-stage SMMU\n hw/arm/virt: Default to two-stage SMMU from virt-9.2\n hw/arm/smmuv3: Update comment documenting \"stage\" property\n hw: add compat machines for 9.2\n accel/tcg: Remove dead code from rr_cpu_thread_fn()\n target/arm: Enable FEAT_EBF16 in the \"max\" CPU\n target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()\n target/arm: Prepare bfdotadd() callers for FEAT_EBF support\n ...\n\nSigned-off-by: Peter Maydell ","shortMessageHtmlLink":"Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people…"}},{"before":null,"after":"3bcd7045014723ea1b0cebd41422eca66189351f","ref":"refs/heads/vfio-9.2","pushedAt":"2024-09-03T16:46:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"vfio/igd: correctly calculate stolen memory size for gen 9 and later\n\nWe have to update the calculation of the stolen memory size because\nwe've seen devices using values of 0xf0 and above for the graphics mode\nselect field. The new calculation was taken from the linux kernel [1].\n\n[1] https://github.com/torvalds/linux/blob/7c626ce4bae1ac14f60076d00eafe71af30450ba/arch/x86/kernel/early-quirks.c#L455-L460\n\nSigned-off-by: Corvin Köhne \nReviewed-by: Alex Williamson ","shortMessageHtmlLink":"vfio/igd: correctly calculate stolen memory size for gen 9 and later"}},{"before":"0ea4b5c435f321e2ab91a02e8dc903ee5c4ed67c","after":null,"ref":"refs/heads/vfio-9.1","pushedAt":"2024-09-03T16:45:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"}},{"before":"1cb03ee673e7872224939e5b5a967591f02d983e","after":"3bcd7045014723ea1b0cebd41422eca66189351f","ref":"refs/heads/vfio-next","pushedAt":"2024-09-03T16:44:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"vfio/igd: correctly calculate stolen memory size for gen 9 and later\n\nWe have to update the calculation of the stolen memory size because\nwe've seen devices using values of 0xf0 and above for the graphics mode\nselect field. The new calculation was taken from the linux kernel [1].\n\n[1] https://github.com/torvalds/linux/blob/7c626ce4bae1ac14f60076d00eafe71af30450ba/arch/x86/kernel/early-quirks.c#L455-L460\n\nSigned-off-by: Corvin Köhne \nReviewed-by: Alex Williamson ","shortMessageHtmlLink":"vfio/igd: correctly calculate stolen memory size for gen 9 and later"}},{"before":"23ab5824a6929e2d193bf30e1becf3d0110c0aab","after":null,"ref":"refs/heads/aspeed-9.0","pushedAt":"2024-09-03T16:42:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"}},{"before":null,"after":"372316deffc1a8f78b9a0aab22a0b79f0d8b7324","ref":"refs/heads/aspeed-9.2","pushedAt":"2024-09-03T16:39:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"411ea99dc7c0e019c1b9af47296bea25020c5477","after":"8a0195c27ea58ea70df0d78d98ddf4c6580ccd86","ref":"refs/heads/aspeed-next","pushedAt":"2024-09-03T16:38:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"machine_aspeed.py: Update to test I2C for AST2700\n\nUpdate test case to test lm75 temperature sensor.\n\nSigned-off-by: Jamin Lin \nReviewed-by: Cédric Le Goater ","shortMessageHtmlLink":"machine_aspeed.py: Update to test I2C for AST2700"}},{"before":"a445bc0eee3e7bd5cb696697a30a5ab62974d97c","after":"372316deffc1a8f78b9a0aab22a0b79f0d8b7324","ref":"refs/heads/aspeed-9.1","pushedAt":"2024-09-03T16:38:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"cec99171931ea79215c79661d33423ac84e63b6e","after":"e638d685ec2a0700fb9529cbd1b2823ac4120c53","ref":"refs/heads/master","pushedAt":"2024-09-03T16:38:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"Open 9.2 development tree\n\nSigned-off-by: Richard Henderson ","shortMessageHtmlLink":"Open 9.2 development tree"}},{"before":"fbc9e5b70e0ce15ed01324ac7794bf8fb1dec821","after":"a445bc0eee3e7bd5cb696697a30a5ab62974d97c","ref":"refs/heads/aspeed-9.1","pushedAt":"2024-09-03T14:12:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"4db1c16441923fc152142ae4bcc1cba23064cb8b","after":"411ea99dc7c0e019c1b9af47296bea25020c5477","ref":"refs/heads/aspeed-next","pushedAt":"2024-09-03T14:09:15.000Z","pushType":"push","commitsCount":643,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"machine_aspeed.py: Update to test I2C for AST2700\n\nUpdate test case to test lm75 temperature sensor.\n\nSigned-off-by: Jamin Lin \nReviewed-by: Cédric Le Goater ","shortMessageHtmlLink":"machine_aspeed.py: Update to test I2C for AST2700"}},{"before":"f376cd59a8845ef48744da2049ff63f94b9a2912","after":"fbc9e5b70e0ce15ed01324ac7794bf8fb1dec821","ref":"refs/heads/aspeed-9.1","pushedAt":"2024-09-02T06:16:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"hw/i3c: Add hotplug support\n\nThis adds support for hotplugging in I3C.\nConceptually this can be thought of as an I3C target being physically\nsocketed onto a board.\nIt is then the target's responsibility to go through the hot-join and\nDAA process so it can participate on the bus.\n\nSigned-off-by: Joe Komlodi \n\nReviewed-by: Patrick Venture ","shortMessageHtmlLink":"hw/i3c: Add hotplug support"}},{"before":"30b9167785177ac43d11b881fe321918124aeb88","after":"1cb03ee673e7872224939e5b5a967591f02d983e","ref":"refs/heads/vfio-next","pushedAt":"2024-09-02T06:00:03.000Z","pushType":"push","commitsCount":565,"pusher":{"login":"legoater","name":"Cédric Le Goater","path":"/legoater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6941005?s=80&v=4"},"commit":{"message":"vfio/igd: correctly calculate stolen memory size for gen 9 and later\n\nWe have to update the calculation of the stolen memory size because\nwe've seen devices using values of 0xf0 and above for the graphics mode\nselect field. The new calculation was taken from the linux kernel [1].\n\n[1] https://github.com/torvalds/linux/blob/7c626ce4bae1ac14f60076d00eafe71af30450ba/arch/x86/kernel/early-quirks.c#L455-L460\n\nSigned-off-by: Corvin Köhne \nReviewed-by: Alex Williamson ","shortMessageHtmlLink":"vfio/igd: correctly calculate stolen memory size for gen 9 and later"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxMzoxMDo1Mi4wMDAwMDBazwAAAAS4jD4P","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxMzoxMDo1Mi4wMDAwMDBazwAAAAS4jD4P","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wMlQwNjowMDowMy4wMDAwMDBazwAAAASqO-cP"}},"title":"Activity · legoater/qemu"}