qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PULL 3/3] tcg: Remove unused tcg_gen_vec_*_tl() API
Richard Henderson
[PULL 1/3] tcg/aarch64/tcg-target.c.inc: Replacement of I3XXX names
Richard Henderson
Re: [PULL 0/3] tcg patch queue
Stefan Hajnoczi
[PATCH 0/9] qom: misc cleanups / fixes
Daniel P . Berrangé
[PATCH 6/9] qom: move object_set_prop_keyval into object.c
Daniel P . Berrangé
Re: [PATCH 6/9] qom: move object_set_prop_keyval into object.c
marcandre . lureau
[PATCH 1/9] qom: add trace events for object/property lifecycle
Daniel P . Berrangé
Re: [PATCH 1/9] qom: add trace events for object/property lifecycle
marcandre . lureau
Re: [PATCH 1/9] qom: add trace events for object/property lifecycle
Daniel P . Berrangé
[PATCH 3/9] qom: make errp last param in methods taking va_list
Daniel P . Berrangé
Re: [PATCH 3/9] qom: make errp last param in methods taking va_list
Philippe Mathieu-Daudé
[PATCH 2/9] qom: validate ID format when creating objects
Daniel P . Berrangé
[PATCH 8/9] qom: fix ability to create objects without a parent
Daniel P . Berrangé
[PATCH 5/9] qom: have object_set_props_keyval return bool
Daniel P . Berrangé
[PATCH 7/9] qom: add object_new_with_props_from_qdict
Daniel P . Berrangé
[PATCH 9/9] qom: drop user_creatable_add_type method
Daniel P . Berrangé
Re: [PATCH 9/9] qom: drop user_creatable_add_type method
marcandre . lureau
Re: [PATCH 9/9] qom: drop user_creatable_add_type method
Daniel P . Berrangé
[PATCH 4/9] qom: shorten name of object_set_properties_from_keyval
Daniel P . Berrangé
Re: [PATCH 4/9] qom: shorten name of object_set_properties_from_keyval
Philippe Mathieu-Daudé
[PATCH v3 00/26] ui: add standalone VNC server over D-Bus
Marc-André Lureau
[PATCH v3 01/26] qemu-options.hx: document -chardev vc backend-specific behavior
Marc-André Lureau
[PATCH v3 05/26] ui/dbus: expose vc encoding via D-Bus Chardev.VCEncoding interface
Marc-André Lureau
[PATCH v3 07/26] ui/console-vc: move VT100 state machine and output FIFO into QemuVT100
Marc-André Lureau
[PATCH v3 06/26] ui/console-vc: add UTF-8 input decoding with CP437 rendering
Marc-André Lureau
[PATCH v3 08/26] ui/console-vc: extract vt100_input() from vc_chr_write()
Marc-André Lureau
[PATCH v3 03/26] ui/console: add vc encoding=utf8/cp437 option
Marc-André Lureau
[PATCH v3 10/26] ui/console-vc: extract vt100_init() and vt100_fini()
Marc-André Lureau
[PATCH v3 09/26] ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym()
Marc-André Lureau
[PATCH v3 12/26] ui: move FONT_WIDTH/HEIGHT to vgafont.h
Marc-André Lureau
Re: [PATCH v3 12/26] ui: move FONT_WIDTH/HEIGHT to vgafont.h
BALATON Zoltan
Re: [PATCH v3 12/26] ui: move FONT_WIDTH/HEIGHT to vgafont.h
Marc-André Lureau
[PATCH v3 02/26] char: error out if given unhandled size options
Marc-André Lureau
[PATCH v3 11/26] ui/console: remove console_ch_t typedef and console_write_ch()
Marc-André Lureau
[PATCH v3 04/26] ui/console: default vc encoding to cp437 for machine < 11.1
Marc-André Lureau
[PATCH v3 14/26] ui/vnc: make the worker thread per-VncDisplay
Marc-André Lureau
[PATCH v3 23/26] ui/vnc: replace VNC_DEBUG with trace-events
Marc-André Lureau
[PATCH v3 18/26] ui/vnc: defer listener registration until the console is known
Marc-André Lureau
[PATCH v3 20/26] ui/console: simplify registering display/console change listener
Marc-André Lureau
[PATCH v3 17/26] ui/vnc: clean up VNC displays on exit
Marc-André Lureau
[PATCH v3 13/26] ui/console-vc: move VT100 emulation into separate unit
Marc-André Lureau
[PATCH v3 21/26] ui/console: add doc comment for qemu_console_{un}register_listener()
Marc-André Lureau
[PATCH v3 16/26] ui/vnc: merge vnc_display_init() and vnc_display_open()
Marc-André Lureau
[PATCH v3 24/26] ui: extract common sources into a static library
Marc-André Lureau
[PATCH v3 25/26] tests/qtest: drop DBUS_VMSTATE_TEST_TMPDIR
Marc-André Lureau
[PATCH v3 22/26] ui/console: rename public API to use consistent qemu_console_ prefix
Marc-André Lureau
[PATCH v3 19/26] ui/vnc: add vnc-system unit, to allow different implementations
Marc-André Lureau
[PATCH v3 15/26] ui/vnc: vnc_display_init() and vnc_display_open() return bool
Marc-André Lureau
[PATCH 0/2] target/or1k: fix arithmetic edge cases
joel--- via qemu development
[PATCH 2/2] target/or1k: fix gen_div INT_MIN / -1 undefined behavior
joel--- via qemu development
Re: [PATCH 2/2] target/or1k: fix gen_div INT_MIN / -1 undefined behavior
Richard Henderson
[PATCH 1/2] target/or1k: fix gen_mulu using signed multiply for unsigned operation
joel--- via qemu development
Re: [PATCH 1/2] target/or1k: fix gen_mulu using signed multiply for unsigned operation
Richard Henderson
Re: [PATCH 0/2] target/or1k: fix arithmetic edge cases
Philippe Mathieu-Daudé
Re: [PATCH 0/2] target/or1k: fix arithmetic edge cases
Peter Maydell
[RFC QEMU PATCH 00/10] Initial Support for VCS Switching
Joshua Lant
[RFC QEMU PATCH 09/10] cxl-mailbox-utils: Add support for VCS bind/unbind commands.
Joshua Lant
[RFC QEMU PATCH 05/10] cxl-vcs-switch: Initial support for CXL VCS.
Joshua Lant
[RFC QEMU PATCH 10/10] cxl-mailbox-utils: Add support for VCS Get Virtual CXL Switch Info command.
Joshua Lant
[RFC QEMU PATCH 02/10] qdev/qbus: Allow hidden devices to be busless on QEMU startup
Joshua Lant
[RFC QEMU PATCH 04/10] cxl_downstream: enable power controller present capability.
Joshua Lant
[RFC QEMU PATCH 03/10] cxl-type3: Properly unmap the memory-backend on device exit
Joshua Lant
[RFC QEMU PATCH 06/10] cxl-upstream-port: Add support for targeting a VCS switch
Joshua Lant
[RFC QEMU PATCH 01/10] docs: Add documentation for cxl-vcs-switch
Joshua Lant
[RFC QEMU PATCH 07/10] cxl-downstream-port: Add support for VCS switching
Joshua Lant
[RFC QEMU PATCH 08/10] cxl-cci-mailbox: Add support for targeting a VCS switch
Joshua Lant
[PATCH] tpm_emulator: Limit number of bytes read from buffer to size of buffer
Stefan Berger
[PATCH v2 00/13] qapi: add formal "intro" section
John Snow
[PATCH v2 03/13] qapi/docs: make remaining subsection members "private"
John Snow
[PATCH v2 01/13] tests/qapi: generate output in source order
John Snow
[PATCH v2 04/13] qapi/docs: add "Intro" section
John Snow
[PATCH v2 02/13] qapi/docs: remove unused QAPIDoc subsection members
John Snow
[PATCH v2 05/13] qapi/docs: adjust stub member insertion algorithm
John Snow
[PATCH v2 10/13] qapi: convert intro sections for acpi-hest.json
John Snow
[PATCH v2 07/13] qapi/docs: add "Intro" section parsing
John Snow
[PATCH v2 11/13] qapi: convert intro sections for acpi.json
John Snow
[PATCH v2 08/13] qapi/docs: Add rendering for INTRO sections
John Snow
[PATCH v2 09/13] qapi: convert intro sections for accelerator.json
John Snow
[PATCH v2 13/13] rfc: intro starts on next line
John Snow
[PATCH v2 12/13] qapi: convert intro sections for audio.json
John Snow
[PATCH v2 06/13] qapi/docs: remove implicit Plain section
John Snow
Re: Question on preferred location for QEMU sample projects
Ruslan Ruslichenko
Re: Question on preferred location for QEMU sample projects
Markus Armbruster
Re: Question on preferred location for QEMU sample projects
Peter Maydell
Re: Question on preferred location for QEMU sample projects
Daniel P . Berrangé
[PATCH v1 0/5] tests/qtest: Re-enable dbus-vmstate
Fabiano Rosas
[PATCH v1 4/5] tests/qtest/dbus-vmstate: Stop the daemons explicitly
Fabiano Rosas
[PATCH v1 3/5] tests/qtest/dbus-vmstate: Honor QTEST_LOG env variable
Fabiano Rosas
[PATCH v1 1/5] tests/qtest/dbus-vmstate: Bring the test up-to-date
Fabiano Rosas
Re: [PATCH v1 1/5] tests/qtest/dbus-vmstate: Bring the test up-to-date
Peter Xu
[PATCH v1 5/5] tests/qtest/dbus-vmstate: Re-enable the test
Fabiano Rosas
[PATCH v1 2/5] tests/qtest/dbus-vmstate: Mute Glib complaints about g_unsetenv thread-safety
Fabiano Rosas
Re: [PATCH v1 0/5] tests/qtest: Re-enable dbus-vmstate
marcandre . lureau
[PATCH v21 00/15] HVF: Add support for platform vGIC and nested virtualisation
Mohamed Mediouni
[PATCH v21 03/15] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
Mohamed Mediouni
Re: [PATCH v21 03/15] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
Peter Maydell
[PATCH v21 07/15] hvf: gate ARM_FEATURE_PMU register emulation when using the Apple vGIC
Mohamed Mediouni
[PATCH v21 02/15] hw/intc: arm_gicv3_hvf: save/restore Apple GIC state
Mohamed Mediouni
[PATCH v21 01/15] hw/intc: Add hvf vGIC interrupt controller support
Mohamed Mediouni
[PATCH v21 10/15] hvf: sync registers used at EL2
Mohamed Mediouni
[PATCH v21 12/15] hvf: arm: disable SME when nested virt is active
Mohamed Mediouni
[PATCH v21 09/15] target/arm: hvf: add asserts for code paths not leveraged when using the vGIC
Mohamed Mediouni
[PATCH v21 13/15] hvf: arm: physical timer emulation
Mohamed Mediouni
Re: [PATCH v21 13/15] hvf: arm: physical timer emulation
Peter Maydell
[PATCH v21 04/15] target/arm: hvf: instantiate GIC early
Mohamed Mediouni
[PATCH v21 11/15] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
Mohamed Mediouni
[PATCH v21 15/15] hvf: arm: enable vGIC by default for virt-11.1 and later
Mohamed Mediouni
[PATCH v21 06/15] hvf: only call hvf_sync_vtimer() when running without the platform vGIC
Mohamed Mediouni
[PATCH v21 05/15] hw/arm, target/arm: nested virtualisation on HVF
Mohamed Mediouni
[PATCH v21 08/15] hvf: arm: allow exposing minimal PMU for kernel-irqchip=on
Mohamed Mediouni
[PATCH v21 14/15] hvf: enable nested virtualisation support
Mohamed Mediouni
Re: [PATCH v21 00/15] HVF: Add support for platform vGIC and nested virtualisation
Peter Maydell
[RFC] vhost-user.rst: clarify when rings are started
Stefan Hajnoczi
[PULL 00/13] PPC PR for 11.1 (2026-04-29)
Harsh Prateek Bora
[PULL 05/13] pnv/mpipl: Preserve CPU registers after crash
Harsh Prateek Bora
[PULL 01/13] ppc/pnv: Move SBE host doorbell function to top of file
Harsh Prateek Bora
[PULL 09/13] tests/functional: Add test for MPIPL in PowerNV
Harsh Prateek Bora
[PULL 04/13] pnv/mpipl: Preserve memory regions as per MDST/MDDT tables
Harsh Prateek Bora
[PULL 07/13] pnv/mpipl: Write the preserved CPU and MDRT state
Harsh Prateek Bora
[PULL 10/13] MAINTAINERS: Add entry for MPIPL (PowerNV)
Harsh Prateek Bora
[PULL 13/13] hw/intc/xics: Add a check for an invalid server id
Harsh Prateek Bora
[PULL 03/13] ppc/pnv: Handle stash command in PowerNV SBE
Harsh Prateek Bora
[PULL 12/13] ppc/pnv: Add a nest MMU model
Harsh Prateek Bora
[PULL 08/13] pnv/mpipl: Enable MPIPL support
Harsh Prateek Bora
[PULL 02/13] ppc/mpipl: Implement S0 SBE interrupt
Harsh Prateek Bora
[PULL 11/13] hw/ssi/pnv_spi: Fix fifo8 memory leak on unrealize
Harsh Prateek Bora
[PULL 06/13] pnv/mpipl: Set thread entry size to be allocated by firmware
Harsh Prateek Bora
Re: [PULL 00/13] PPC PR for 11.1 (2026-04-29)
Stefan Hajnoczi
[PULL 0/3] Block patches
Stefan Hajnoczi
[PULL 2/3] aio-poll: refine iothread polling using weighted handler intervals
Stefan Hajnoczi
[PULL 1/3] aio-poll: avoid unnecessary polling time computation
Stefan Hajnoczi
[PULL 3/3] qapi/iothread: introduce poll-weight parameter for aio-poll
Stefan Hajnoczi
Re: [PULL 0/3] Block patches
Stefan Hajnoczi
[PATCH v2] ati-vga: fix ati_set_dirty address calculation
Chad Jablonski
Re: [PATCH v2] ati-vga: fix ati_set_dirty address calculation
BALATON Zoltan
[PATCH] linux-user: Translate errno in IP_RECVERR and IPV6_RECVERR
Helge Deller
Re: [PATCH] ati-vga: fix ati_set_dirty address calculation
Chad Jablonski
Re: [PATCH] ati-vga: fix ati_set_dirty address calculation
Chad Jablonski
[PATCH v2 00/17] bsd-user: upstream ioctl
Warner Losh
[PATCH v2 12/17] bsd-user: Add log_unsupported_ioctl function
Warner Losh
Re: [PATCH v2 12/17] bsd-user: Add log_unsupported_ioctl function
Pierrick Bouvier
[PATCH v2 01/17] bsd-user: Add FreeBSD tty ioctl definitions
Warner Losh
Re: [PATCH v2 01/17] bsd-user: Add FreeBSD tty ioctl definitions
Pierrick Bouvier
[PATCH v2 02/17] bsd-user: Add FreeBSD file I/O ioctl definitions
Warner Losh
Re: [PATCH v2 02/17] bsd-user: Add FreeBSD file I/O ioctl definitions
Pierrick Bouvier
[PATCH v2 06/17] bsd-user: Add FreeBSD IPv6 ioctl definitions
Warner Losh
Re: [PATCH v2 06/17] bsd-user: Add FreeBSD IPv6 ioctl definitions
Pierrick Bouvier
[PATCH v2 04/17] bsd-user: Add FreeBSD cryptodev ioctl definitions
Warner Losh
Re: [PATCH v2 04/17] bsd-user: Add FreeBSD cryptodev ioctl definitions
Pierrick Bouvier
[PATCH v2 15/17] bsd-user: Add do_ioctl_in6_ifreq_sockaddr_int function
Warner Losh
Re: [PATCH v2 15/17] bsd-user: Add do_ioctl_in6_ifreq_sockaddr_int function
Pierrick Bouvier
[PATCH v2 09/17] bsd-user: Add bsd-ioctl.h header
Warner Losh
Re: [PATCH v2 09/17] bsd-user: Add bsd-ioctl.h header
Pierrick Bouvier
[PATCH v2 17/17] bsd-user: Add init_bsd_ioctl function
Warner Losh
Re: [PATCH v2 17/17] bsd-user: Add init_bsd_ioctl function
Pierrick Bouvier
[PATCH v2 14/17] bsd-user: Add target_to_host_sockaddr_in6 function
Warner Losh
Re: [PATCH v2 14/17] bsd-user: Add target_to_host_sockaddr_in6 function
Pierrick Bouvier
[PATCH v2 05/17] bsd-user: Add FreeBSD disk ioctl definitions
Warner Losh
Re: [PATCH v2 05/17] bsd-user: Add FreeBSD disk ioctl definitions
Pierrick Bouvier
[PATCH v2 08/17] bsd-user: Add FreeBSD ioctl command table
Warner Losh
Re: [PATCH v2 08/17] bsd-user: Add FreeBSD ioctl command table
Pierrick Bouvier
[PATCH v2 13/17] bsd-user: Add do_ioctl_unsupported function
Warner Losh
Re: [PATCH v2 13/17] bsd-user: Add do_ioctl_unsupported function
Pierrick Bouvier
[PATCH v2 07/17] bsd-user: Add FreeBSD ioctl type definitions
Warner Losh
Re: [PATCH v2 07/17] bsd-user: Add FreeBSD ioctl type definitions
Pierrick Bouvier
[PATCH v2 03/17] bsd-user: Add FreeBSD socket ioctl definitions
Warner Losh
Re: [PATCH v2 03/17] bsd-user: Add FreeBSD socket ioctl definitions
Pierrick Bouvier
[PATCH v2 16/17] bsd-user: Add do_bsd_ioctl main function
Warner Losh
Re: [PATCH v2 16/17] bsd-user: Add do_bsd_ioctl main function
Pierrick Bouvier
[PATCH v2 11/17] bsd-user: Add bsd-ioctl.c infrastructure and termios conversion
Warner Losh
Re: [PATCH v2 11/17] bsd-user: Add bsd-ioctl.c infrastructure and termios conversion
Pierrick Bouvier
[PATCH v2 10/17] bsd-user: Add target_sockaddr and safe_ioctl to syscall_defs.h
Warner Losh
Re: [PATCH v2 10/17] bsd-user: Add target_sockaddr and safe_ioctl to syscall_defs.h
Pierrick Bouvier
Re: [PATCH v2 00/17] bsd-user: upstream ioctl
Pierrick Bouvier
Re: [PATCH v2 00/17] bsd-user: upstream ioctl
Pierrick Bouvier
Re: [PATCH v2 00/17] bsd-user: upstream ioctl
Warner Losh
Re: [PATCH v2 00/17] bsd-user: upstream ioctl
Pierrick Bouvier
[PATCH v2 0/5] bsd-user: Generate system call numbers
Warner Losh
[PATCH v2 5/5] bsd-user: Regnerate strace.list
Warner Losh
Re: [PATCH v2 5/5] bsd-user: Regnerate strace.list
Pierrick Bouvier
Re: [PATCH v2 5/5] bsd-user: Regnerate strace.list
Warner Losh
Re: [PATCH v2 5/5] bsd-user: Regnerate strace.list
Daniel P . Berrangé
Re: [PATCH v2 5/5] bsd-user: Regnerate strace.list
Warner Losh
Re: [PATCH v2 5/5] bsd-user: Regnerate strace.list
Warner Losh
[PATCH v2 4/5] bsd-user: Switch to generated syscall_nr.h
Warner Losh
Re: [PATCH v2 4/5] bsd-user: Switch to generated syscall_nr.h
Pierrick Bouvier
[PATCH v2 1/5] bsd-user: Add syscall header generator for FreeBSD
Warner Losh
Re: [PATCH v2 1/5] bsd-user: Add syscall header generator for FreeBSD
Pierrick Bouvier
[PATCH v2 2/5] bsd-user: Delete sbrk and sstk system calls.
Warner Losh
Re: [PATCH v2 2/5] bsd-user: Delete sbrk and sstk system calls.
Pierrick Bouvier
[PATCH v2 3/5] bsd-user: Create os-syscall.h
Warner Losh
Re: [PATCH v2 3/5] bsd-user: Create os-syscall.h
Pierrick Bouvier
[PULL 0/3] Qtest patches for 2026-04-29
Fabiano Rosas
[PULL 3/3] tests/qtest: Make qtest_get_arch() cleverer
Fabiano Rosas
[PULL 1/3] tests/qtest/libqos: Add Intel IOMMU helper library
Fabiano Rosas
[PULL 2/3] tests/qtest: Add Intel IOMMU bare-metal test
Fabiano Rosas
Re: [PULL 0/3] Qtest patches for 2026-04-29
Stefan Hajnoczi
[PATCH] hw/cxl: bound remaining Set Feature writes
Jia Jia
Re: [PATCH] hw/cxl: bound remaining Set Feature writes
Peter Maydell
[PATCH v2] hw/cxl: bound Set Feature writes
Jia Jia
Earlier messages
Later messages