qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-06 07:07:10 to 2023-11-06 11:33:12 UTC [more...]

[PATCH v13 00/11] Add VIRTIO sound card
 2023-11-06 11:21 UTC  (4+ messages)

[PULL 00/60] Misc HW/UI patches for 2023-11-06
 2023-11-06 11:03 UTC  (51+ messages)
` [PULL 01/60] vl: Free machine list
` [PULL 02/60] vl: constify default_list
` [PULL 03/60] tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
` [PULL 04/60] tests/unit/test-seccomp: Remove mentions of softmmu in test names
` [PULL 05/60] accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
` [PULL 06/60] accel: Introduce cpu_exec_reset_hold()
` [PULL 07/60] accel/tcg: Factor tcg_cpu_reset_hold() out
` [PULL 08/60] target: Unify QOM style
` [PULL 09/60] target: Mention 'cpu-qom.h' is target agnostic
` [PULL 10/60] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
` [PULL 11/60] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
` [PULL 12/60] target/riscv: "
` [PULL 13/60] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PULL 14/60] target/hexagon: Declare QOM definitions "
` [PULL 15/60] target/loongarch: "
` [PULL 16/60] target/nios2: "
` [PULL 17/60] target/openrisc: "
` [PULL 18/60] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
` [PULL 19/60] target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
` [PULL 20/60] target/riscv: Use env_archcpu() in [check_]nanbox()
` [PULL 21/60] target/s390x: Use env_archcpu() in handle_diag_308()
` [PULL 22/60] target/xtensa: Use env_archcpu() in update_c[compare|count]()
` [PULL 23/60] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
` [PULL 24/60] target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
` [PULL 25/60] target/i386/hvf: Use CPUState typedef
` [PULL 27/60] target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
` [PULL 28/60] target/i386/kvm: Correct comment in kvm_cpu_realize()
` [PULL 31/60] target/mips: Fix TX79 LQ/SQ opcodes
` [PULL 32/60] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
` [PULL 33/60] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
` [PULL 34/60] target/ppc: Restrict KVM objects to system emulation
` [PULL 35/60] target/ppc: Prohibit target specific KVM prototypes on user emulation
` [PULL 36/60] target/nios2: Create IRQs *after* accelerator vCPU is realized
` [PULL 37/60] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PULL 38/60] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PULL 41/60] hw/loader: Clean up global variable shadowing in rom_add_file()
` [PULL 42/60] hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed
` [PULL 43/60] hw/i386: Fix comment style in topology.h
` [PULL 44/60] tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c
` [PULL 45/60] system/cpus: Fix CPUState.nr_cores' calculation
` [PULL 46/60] hw/cpu: Update the comments of nr_cores and nr_dies
` [PULL 47/60] hw/ide: reset: cancel async DMA operation before resetting state
` [PULL 50/60] hw/i2c: pmbus: add vout mode bitfields
` [PULL 52/60] hw/i2c: pmbus: add VCAP register
` [PULL 54/60] tests/qtest: add tests for ADM1266
` [PULL 55/60] hw/i2c: pmbus: immediately clear faults on request
` [PULL 57/60] MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section
` [PULL 58/60] MAINTAINERS: Add the CAN documentation file to the CAN section
` [PULL 59/60] MAINTAINERS: update libvirt devel mailing list address
` [PULL 60/60] ui/sdl2: use correct key names in win title on mac

[PATCH 00/71] *: Constify VMState
 2023-11-06 11:24 UTC  (58+ messages)
` [PATCH 01/71] migration: Make VMStateDescription.subsections const
` [PATCH 02/71] target/arm: Constify VMState in machine.c
` [PATCH 06/71] target/cris: "
` [PATCH 07/71] target/hppa: "
` [PATCH 08/71] target/i386: "
` [PATCH 09/71] target/loongarch: "
` [PATCH 11/71] target/microblaze: "
` [PATCH 15/71] target/riscv: "
` [PATCH 16/71] target/s390x: "
` [PATCH 17/71] target/sparc: "
` [PATCH 18/71] hw/arm: Constify VMState
` [PATCH 19/71] hw/core: "
` [PATCH 20/71] hw/9pfs: "
` [PATCH 21/71] hw/acpi: "
` [PATCH 24/71] hw/block: "
` [PATCH 28/71] hw/gpio: "
` [PATCH 29/71] hw/hyperv: "
` [PATCH 30/71] hw/i2c: "
` [PATCH 32/71] hw/ide: "
` [PATCH 35/71] hw/ipack: "
` [PATCH 38/71] hw/loongarch: "
` [PATCH 40/71] hw/misc: "
` [PATCH 41/71] hw/net: "
` [PATCH 42/71] hw/nvram: "
` [PATCH 43/71] hw/openrisc: "
` [PATCH 44/71] hw/pci: "
` [PATCH 45/71] hw/pci-bridge: "
` [PATCH 46/71] hw/pci-host: "
` [PATCH 47/71] hw/ppc: "
` [PATCH 48/71] hw/riscv: "
` [PATCH 49/71] hw/rtc: "
` [PATCH 50/71] hw/s390x: "
` [PATCH 51/71] hw/scsi: "
` [PATCH 53/71] hw/sensor: "
` [PATCH 54/71] hw/sparc: "
` [PATCH 55/71] hw/ssi: "
` [PATCH 56/71] hw/timer: "
` [PATCH 57/71] hw/tpm: "
` [PATCH 58/71] hw/usb: "
` [PATCH 59/71] hw/vfio: "
` [PATCH 60/71] hw/virtio: "
` [PATCH 61/71] hw/watchdog: "
` [PATCH 62/71] hw/misc/macio: "
` [PATCH 63/71] audio: "
` [PATCH 64/71] backends: "
` [PATCH 65/71] cpu-target: "
` [PATCH 66/71] migration: "
` [PATCH 67/71] system: "
` [PATCH 69/71] util/fifo8: "
` [PATCH 70/71] tests/unit/test-vmstate: "
` [PATCH 71/71] docs: Constify VMstate in examples

[PATCH v2 0/4] Misc ati-vga patches
 2023-11-06 11:17 UTC  (6+ messages)
` [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines

[PULL v2 00/24] Pixman patches
 2023-11-06 11:05 UTC  (33+ messages)
` [PULL v2 01/24] build-sys: add a "pixman" feature
` [PULL v2 02/24] build-sys: drop needless warning pragmas for old pixman
` [PULL v2 03/24] ui: compile out some qemu-pixman functions when !PIXMAN
` [PULL v2 04/24] ui: add pixman-minimal.h
` [PULL v2 05/24] vl: drop needless -spice checks
` [PULL v2 06/24] qemu-options: define -vnc only #ifdef CONFIG_VNC
` [PULL v2 07/24] vl: simplify display_remote logic
` [PULL v2 08/24] vl: move display early init before default devices
` [PULL v2 09/24] ui/console: allow to override the default VC
` [PULL v2 10/24] ui/vc: console-vc requires PIXMAN
` [PULL v2 11/24] qmp/hmp: disable screendump if PIXMAN is missing
` [PULL v2 12/24] virtio-gpu: replace PIXMAN for region/rect test
` [PULL v2 13/24] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PULL v2 14/24] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PULL v2 15/24] ui/gl: opengl doesn't require PIXMAN
` [PULL v2 16/24] ui/vnc: VNC requires PIXMAN
` [PULL v2 17/24] ui/spice: SPICE/QXL "
` [PULL v2 18/24] ui/gtk: -display gtk "
` [PULL v2 19/24] ui/dbus: do not require PIXMAN
` [PULL v2 20/24] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PULL v2 21/24] hw/sm501: allow compiling without PIXMAN
` [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
` [PULL v2 23/24] hw/mips: FULOONG depends on VT82C686
` [PULL v2 24/24] build-sys: make pixman actually optional

[PATCH v2 0/5] virtio-gpu: add blob migration support
 2023-11-06 10:44 UTC  (4+ messages)

[PULL 0/7] xenfv-stable queue
 2023-11-06 10:39 UTC  (8+ messages)
` [PULL 1/7] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
` [PULL 2/7] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PULL 3/7] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PULL 4/7] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PULL 5/7] hw/xen: fix XenStore watch delivery to guest
` [PULL 6/7] hw/xen: take iothread mutex in xen_evtchn_reset_op()
` [PULL 7/7] hw/xen: use correct default protocol for xen-block on x86

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-11-06 10:37 UTC  (12+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
                  ` Error detecting linker while compiling qemu-system-ppc on macOS

[PATCH v2 0/4] Support RISC-V IOPMP
 2023-11-06 10:34 UTC  (8+ messages)
` [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs

[PATCH v7 0/3] Add emulation of AmigaOne XE board
 2023-11-06 10:30 UTC  (2+ messages)

[PATCH v3] tests/avocado: add test to exercize processor address space memory bound checks
 2023-11-06 10:26 UTC  (4+ messages)

[PATCH] monitor: flush messages on abort
 2023-11-06 10:10 UTC  (4+ messages)

[PULL 00/23] Pixman patches
 2023-11-06  9:50 UTC  (25+ messages)
` [PULL 01/23] build-sys: add a "pixman" feature
` [PULL 02/23] build-sys: drop needless warning pragmas for old pixman
` [PULL 03/23] ui: compile out some qemu-pixman functions when !PIXMAN
` [PULL 04/23] ui: add pixman-minimal.h
` [PULL 05/23] vl: drop needless -spice checks
` [PULL 06/23] qemu-options: define -vnc only #ifdef CONFIG_VNC
` [PULL 07/23] vl: simplify display_remote logic
` [PULL 08/23] vl: move display early init before default devices
` [PULL 09/23] ui/console: allow to override the default VC
` [PULL 10/23] ui/vc: console-vc requires PIXMAN
` [PULL 11/23] qmp/hmp: disable screendump if PIXMAN is missing
` [PULL 12/23] virtio-gpu: replace PIXMAN for region/rect test
` [PULL 13/23] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PULL 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PULL 15/23] ui/gl: opengl doesn't require PIXMAN
` [PULL 16/23] ui/vnc: VNC requires PIXMAN
` [PULL 17/23] ui/spice: SPICE/QXL "
` [PULL 18/23] ui/gtk: -display gtk "
` [PULL 19/23] ui/dbus: do not require PIXMAN
` [PULL 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PULL 21/23] hw/sm501: allow compiling without PIXMAN
` [PULL 22/23] hw/display: make ATI_VGA depend on PIXMAN
` [PULL 23/23] build-sys: make pixman actually optional

[PATCH v2 0/5] target/s390x: CC fixes
 2023-11-06  9:31 UTC  (6+ messages)
` [PATCH v2 1/5] target/s390x: Fix CLC corrupting cc_src
` [PATCH v2 2/5] tests/tcg/s390x: Test CLC with inaccessible second operand
` [PATCH v2 3/5] target/s390x: Fix LAALG not updating cc_src
` [PATCH v2 4/5] tests/tcg/s390x: Test LAALG with negative cc_src
` [PATCH v2 5/5] tests/tcg/s390x: Test ADD LOGICAL WITH CARRY

[PATCH 00/29] gdbstub and plugin read register and windows support
 2023-11-06  9:32 UTC  (3+ messages)
` [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML

[PATCH v4 00/41] vfio: Adopt iommufd
 2023-11-06  9:33 UTC  (3+ messages)
` [PATCH v4 05/41] vfio/common: Move vfio_host_win_add/del into spapr.c

[PULL 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-11-06  9:25 UTC  (3+ messages)

[PATCH 0/4] target/s390x: CC fixes
 2023-11-06  9:20 UTC  (4+ messages)
` [PATCH 2/4] tests/tcg/s390x: Test CLC with inaccessible second operand

[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
 2023-11-06  9:04 UTC  (4+ messages)

[PATCH v2 0/4] hvf x86 correctness and efficiency improvements part 1
 2023-11-06  8:53 UTC  (3+ messages)
` [PATCH v2 4/4] i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change

[PULL 0/4] Q800 for 8.2 patches
 2023-11-06  8:15 UTC  (5+ messages)
` [PULL 1/4] macfb: don't clear interrupts when writing to DAFB_RESET
` [PULL 2/4] macfb: rename DAFB_RESET to DAFB_LUT_INDEX
` [PULL 3/4] macfb: allow larger write accesses to the DAFB_LUT register
` [PULL 4/4] macfb: allow reads from "

[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
 2023-11-06  7:17 UTC  (4+ messages)
` [PATCH v2 02/16] target: Mention 'cpu-qom.h' is "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).