Tags give the ability to mark specific points in history as being important
-
target_renesas_rx-20200320
c8c35e5f · ·Introduce the architectural part of the Renesas RX architecture emulation, developed by Yoshinori Sato. CI jobs results: https://gitlab.com/philmd/qemu/pipelines/127886344 https://travis-ci.org/github/philmd/qemu/builds/664579420
-
target_renesas_rx-20200317
d9ecf331 · ·Introduce the architectural part of the Renesas RX architecture emulation, developed by Yoshinori Sato. CI jobs results: https://gitlab.com/philmd/qemu/pipelines/127060924 https://travis-ci.org/github/philmd/qemu/builds/663524971
-
raspi0_raspi1-v2
d3995479 · ·hw/arm: Add raspi0 and raspi1 machines This series addresses suggestions from Igor and Peter on the raspi machines, then add the raspi0 and raspi1. Since v1: - Use more specific machine names
-
python-next-20200207
66e7dde1 · ·- Python 3 cleanups: . Remove text about Python 2 in qemu-deprecated (Thomas) . Remove shebang header (Paolo, Philippe) . scripts/checkpatch.pl now allows Python 3 interpreter (Philippe) . Explicit usage of Python 3 interpreter in scripts (Philippe) . Fix Python scripts permissions (Paolo, Philippe) . Drop 'from __future__ import print_function' (Paolo) . Specify minimum python requirements in ReadTheDocs configuration (Alex) - Test UNIX/EXEC transports with migration (Oksana) - Added extract_from_rpm helper, improved extract_from_deb (Liam) - Allow to use other serial consoles than default one (Philippe) - Various improvements in QEMUMonitorProtocol (Wainer) - Fix kvm_available() on ppc64le (Wainer)
-
python-next-20200206
3e3481a5 · ·- Python 3 cleanups: . Remove text about Python 2 in qemu-deprecated (Thomas) . Remove shebang header (Paolo, Philippe) . scripts/checkpatch.pl now allows Python 3 interpreter (Philippe) . Explicit usage of Python 3 interpreter in scripts (Philippe) . Fix Python scripts permissions (Paolo, Philippe) . Drop 'from __future__ import print_function' (Paolo) . Specify minimum python requirements in ReadTheDocs configuration (Alex) - Test UNIX/EXEC transports with migration (Oksana) - Added extract_from_rpm helper, improved extract_from_deb (Liam) - Allow to use other serial consoles than default one (Philippe) - Various improvements in QEMUMonitorProtocol (Wainer) - Fix kvm_available() on ppc64le (Wainer)
-
edk2-next-20200121
71920809 · ·EDK2 firmware patches Another set of build-sys patches, to help building the firmware binaries we use for testing. We almost have reproducible builds.
-
arduino-v4
1ab3ea4f · ·hw/avr: Introduce few Arduino boards Hi, This series add the arduino boards, aiming at removing the 'sample' board that doesn't follow any specification. Since v3: - Rebased on Michael's v41 - Drop 'extram' unused field (Igor) - Renamed devices AVR -> Atmel (Aleksandar) (I haven't renamed structure names to ease review) Since v2: - rebased on Michael's v40 Since v1: - Addressed Igor comments - Addressed Aleksandar comments - Fixed UART issue (was due to IRQ shifted by 2 in CPU) Since Michael's work is not yet merged, Various of my patches - which are trivials or simple renames - could be squashed directly on his patches, if we ever care. [I believe sending this patches is easier/quicker than keeping asking Michael to respin his series infinitely]. Michael, do you mind testing it? The full series is available here: https://gitlab.com/philmd/qemu/commits/arduino-v4 Regards, Phil. Obsoletes: <20191229224505.24466-1-f4bug@amsat.org> Based-on: <20200118191416.19934-1-mrolnik@gmail.com> https://www.mail-archive.com/qemu-devel@nongnu.org/msg671707.html
-
mips-next-20191119
abc7cf36 · ·The DTrace via SystemTap backend can not support the dynamic '*' width format. We failed at noticing it for the 4.1 release, and LP#1844817 was opened to track it. Fix this regression for the next release.
-
mips-next-20191105
48bc99a0 · ·The i440FX northbridge is only used by the PC machine, while the PIIX southbridge is also used by the Malta MIPS machine. Split the PIIX3 southbridge from i440FX northbridge.
-
fw_cfg-next-pull-request
eda4e62c · ·Fix the fw_cfg reboot-timeout=-1 special value, add a test for it.