qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 14:56:48 to 2021-07-08 17:49:09 UTC [more...]

[PATCH v3 0/8] linux-user: target <-> host errno conversion code refactor
 2021-07-08 17:12 UTC  (11+ messages)
` [PATCH v3 1/8] linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
` [PATCH v3 2/8] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
` [PATCH v3 3/8] linux-user: Extract target errno to 'target_errno_defs.h'
` [PATCH v3 4/8] linux-user/alpha: Move errno definitions "
` [PATCH v3 5/8] linux-user/hppa: "
` [PATCH v3 6/8] linux-user/mips: "
` [PATCH v3 7/8] linux-user: Simplify host <-> target errno conversion using macros
` [PATCH v3 8/8] linux-user/syscall: Remove ERRNO_TABLE_SIZE check

[PATCH v5 0/5] Add support for PMBus in QEMU
 2021-07-08 17:20 UTC  (2+ messages)
` [PATCH v5 2/5] hw/misc: add ADM1272 device

[PATCH v3 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-07-08 17:16 UTC  (4+ messages)

[PATCH v2 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap
 2021-07-08 17:18 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg: Test that compare-and-trap raises SIGFPE

[PATCH v1] migration: fix typo in mig_throttle_guest_down comment
 2021-07-08 17:07 UTC  (3+ messages)

[PATCH v2] ui/cocoa: Fix the type of main's argv
 2021-07-08 16:56 UTC 

[PATCH v3 0/4] target/ppc: MMU clean up
 2021-07-08 16:49 UTC  (5+ messages)
` [PATCH v3 1/4] target/ppc: Don't compile ppc_tlb_invalid_all without TCG
` [PATCH v3 2/4] target/ppc: divided mmu_helper.c in 2 files
` [PATCH v3 3/4] target/ppc: moved ppc_store_sdr1 to mmu_common.c
` [PATCH v3 4/4] target/ppc: moved store_40x_sler to helper_regs.c

[PATCH 0/2] Remove deprecated qemu-img backing file without format
 2021-07-08 16:58 UTC  (3+ messages)
` [PATCH 3/2] qemu-img: Improve error for rebase without backing format

[PATCH 1/4] cutils: Introduce bundle mechanism
 2021-07-08 17:25 UTC  (2+ messages)
` [PATCH 4/4] net: Use "

[PATCH v3 00/28] accel/tcg: Introduce translator_use_goto_tb
 2021-07-08 16:40 UTC  (29+ messages)
` [PATCH v3 01/28] "
` [PATCH v3 02/28] target/alpha: Remove use_exit_tb
` [PATCH v3 03/28] target/alpha: Remove in_superpage
` [PATCH v3 04/28] target/alpha: Use translator_use_goto_tb
` [PATCH v3 05/28] target/arm: Use DISAS_TOO_MANY for ISB and SB
` [PATCH v3 06/28] target/arm: Use translator_use_goto_tb for aarch64
` [PATCH v3 07/28] target/arm: Use translator_use_goto_tb for aarch32
` [PATCH v3 08/28] target/avr: Use translator_use_goto_tb
` [PATCH v3 09/28] target/avr: Mark some helpers noreturn
` [PATCH v3 10/28] target/cris: Use translator_use_goto_tb
` [PATCH v3 11/28] target/hppa: "
` [PATCH v3 12/28] target/i386: "
` [PATCH v3 13/28] target/m68k: "
` [PATCH v3 14/28] target/microblaze: "
` [PATCH v3 15/28] target/mips: "
` [PATCH v3 16/28] target/mips: Fix missing else in gen_goto_tb
` [PATCH v3 17/28] target/nios2: Use translator_use_goto_tb
` [PATCH v3 18/28] target/openrisc: "
` [PATCH v3 19/28] target/ppc: "
` [PATCH v3 20/28] target/riscv: "
` [PATCH v3 21/28] target/rx: "
` [PATCH v3 22/28] target/s390x: "
` [PATCH v3 23/28] target/s390x: Remove use_exit_tb
` [PATCH v3 24/28] target/sh4: Use translator_use_goto_tb
` [PATCH v3 25/28] target/sparc: "
` [PATCH v3 26/28] target/tricore: "
` [PATCH v3 27/28] target/tricore: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v3 28/28] target/xtensa: Use translator_use_goto_tb

[PATCH 00/20] python: introduce Asynchronous QMP package
 2021-07-08 16:50 UTC  (4+ messages)
` [PATCH 12/20] python/aqmp: add QMP Message format

[PATCH v2 00/28] accel/tcg: Introduce translator_use_goto_tb
 2021-07-08 16:17 UTC  (6+ messages)
` [PATCH v2 05/28] target/arm: Use gen_jmp for ISB and SB

[RFC PATCH 0/8] Derive XSAVE state component offsets from CPUID leaf 0xd where possible
 2021-07-08 16:13 UTC  (7+ messages)
` [RFC PATCH 8/8] target/i386: Move X86XSaveArea into TCG

Picture missing in About dialog on cocoa ui
 2021-07-08 16:27 UTC  (5+ messages)

[PULL 00/40] Misc patches for 2021-07-06
 2021-07-08 16:31 UTC  (3+ messages)
` [PULL 36/40] vl: switch -M parsing to keyval

[PATCH v2 0/2] coverity-scan: Add accelerator and sysemu components
 2021-07-08 15:57 UTC  (3+ messages)
` [PATCH v2 1/2] coverity-scan: Add a component for each accelerator
` [PATCH v2 2/2] coverity-scan: Add 'sysemu' component

[PATCH] contrib: add udev qemu-guest-agent.rules
 2021-07-08 16:36 UTC  (2+ messages)

[PATCH V5 00/25] Live Update
 2021-07-08 16:03 UTC  (10+ messages)
` [PATCH V5 10/25] util: env var helpers
` [PATCH V5 11/25] cpr: restart mode
` [PATCH V5 12/25] cpr: QMP interfaces for restart
` [PATCH V5 20/25] chardev: cpr framework

[PATCH v2 0/8] linux-user: target <-> host errno conversion code refactor
 2021-07-08 16:09 UTC  (27+ messages)
` [PATCH v2 1/8] linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
` [PATCH v2 2/8] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
` [PATCH v2 3/8] linux-user: Extract target errno to 'target_errno_defs.h'
` [PATCH v2 4/8] linux-user/alpha: Move errno definitions "
` [PATCH v2 5/8] linux-user/hppa: "
` [PATCH v2 6/8] linux-user/mips: "
` [PATCH v2 7/8] linux-user/syscall: Introduce errno_exists()
` [PATCH v2 8/8] linux-user: Simplify host <-> target errno conversion using macros

[PATCH v5 00/14] target/hexagon: introduce idef-parser
 2021-07-08 16:00 UTC  (4+ messages)
` [PATCH v5 14/14] gitlab-ci: do not use qemu-project Docker registry

[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-07-08 15:46 UTC  (36+ messages)
` [PATCH v2 01/35] acpi: add helper routines to initialize "
` [PATCH v2 02/35] acpi: build_rsdt: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 03/35] acpi: build_xsdt: "
` [PATCH v2 04/35] acpi: build_slit: "
` [PATCH v2 05/35] acpi: build_fadt: "
` [PATCH v2 06/35] acpi: build_tpm2: "
` [PATCH v2 07/35] acpi: acpi_build_hest: "
` [PATCH v2 08/35] acpi: build_mcfg: "
` [PATCH v2 09/35] acpi: build_hmat: "
` [PATCH v2 10/35] acpi: nvdimm_build_nfit: "
` [PATCH v2 11/35] acpi: nvdimm_build_ssdt: "
` [PATCH v2 12/35] acpi: vmgenid_build_acpi: "
` [PATCH v2 13/35] acpi: x86: build_dsdt: "
` [PATCH v2 14/35] acpi: build_hpet: "
` [PATCH v2 15/35] acpi: build_tpm_tcpa: "
` [PATCH v2 16/35] acpi: arm/x86: build_srat: "
` [PATCH v2 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table
` [PATCH v2 18/35] acpi: build_dmar_q35: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 19/35] acpi: build_waet: "
` [PATCH v2 20/35] acpi: build_amd_iommu: "
` [PATCH v2 21/35] acpi: madt: arm/x86: "
` [PATCH v2 22/35] acpi: x86: remove dead code
` [PATCH v2 23/35] acpi: x86: set enabled when composing _MAT entries
` [PATCH v2 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
` [PATCH v2 25/35] acpi: arm/virt: "
` [PATCH v2 26/35] acpi: build_dsdt_microvm: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 27/35] acpi: arm: virt: build_dsdt: "
` [PATCH v2 28/35] acpi: arm: virt: build_iort: "
` [PATCH v2 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
` [PATCH v2 30/35] acpi: arm/virt: build_spcr: fix invalid cast
` [PATCH v2 31/35] acpi: arm/virt: build_spcr: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 32/35] acpi: arm/virt: build_gtdt: "
` [PATCH v2 33/35] acpi: build_facs: use build_append_int_noprefix() API to compose table
` [PATCH v2 34/35] acpi: remove no longer used build_header()
` [PATCH v2 35/35] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute

[PATCH v5] ui/gtk: New -display gtk option 'full-screen-on-monitor'
 2021-07-08 15:48 UTC  (2+ messages)

[PATCH 0/7] tests: Add test cases for TPM 1.2 ACPI tables
 2021-07-08 15:27 UTC  (8+ messages)
` [PATCH 3/7] tests: Add suffix tpm2 or tpm12 to ACPI table files
` [PATCH 4/7] test: tpm: Create TPM 1.2 response in TPM emulator

[PULL 00/15] Machine queue, 2021-07-07
 2021-07-08 15:32 UTC  (3+ messages)

[PATCH v1 00/39] final pre-PR for 6.1 (testing and plugins)
 2021-07-08 15:29 UTC  (3+ messages)
` [PATCH v1 05/39] tests/tcg: generalise the disabling of the signals test

[PULL 00/17] s390x update for softfreeze
 2021-07-08 15:18 UTC  (4+ messages)
` [PULL 01/17] s390x/cpumodel: add 3931 and 3932
` [PULL 02/17] target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL
` [PULL 03/17] s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL

[PULL 00/48] Misc patches for QEMU 6.1 soft freeze
 2021-07-08 15:17 UTC  (49+ messages)
` [PULL 01/48] configure: fix libdaxctl options
` [PULL 02/48] configure: fix libpmem configuration option
` [PULL 03/48] meson: fix missing preprocessor symbols
` [PULL 04/48] osdep: fix HAVE_BROKEN_SIZE_MAX case
` [PULL 05/48] modules: add modinfo macros
` [PULL 06/48] modules: collect module meta-data
` [PULL 07/48] modules: generate modinfo.c
` [PULL 08/48] modules: check if all dependencies can be satisfied
` [PULL 09/48] modules: add qxl module annotations
` [PULL 10/48] modules: add virtio-gpu "
` [PULL 11/48] modules: add chardev "
` [PULL 12/48] modules: add audio "
` [PULL 13/48] modules: add usb-redir "
` [PULL 14/48] modules: add ccid "
` [PULL 15/48] modules: add ui "
` [PULL 16/48] modules: add s390x "
` [PULL 17/48] modules: add block "
` [PULL 18/48] modules: use modinfo for dependencies
` [PULL 19/48] modules: use modinfo for qom load
` [PULL 20/48] modules: use modinfo for qemu opts load
` [PULL 21/48] modules: add tracepoints
` [PULL 22/48] modules: check arch and block load on mismatch
` [PULL 23/48] modules: check arch on qom lookup
` [PULL 24/48] modules: target-specific module build infrastructure
` [PULL 25/48] modules: add documentation for module sourcesets
` [PULL 26/48] modules: add module_obj() note to QOM docs
` [PULL 27/48] modules: module.h kerneldoc annotations
` [PULL 28/48] modules: hook up modules.h to docs build
` [PULL 29/48] accel: autoload modules
` [PULL 30/48] accel: add qtest module annotations
` [PULL 31/48] accel: build qtest modular
` [PULL 32/48] accel: add tcg module annotations
` [PULL 33/48] accel: build tcg modular
` [PULL 34/48] monitor: allow register hmp commands
` [PULL 35/48] usb: drop usb_host_dev_is_scsi_storage hook
` [PULL 36/48] monitor/usb: register 'info usbhost' dynamically
` [PULL 37/48] usb: build usb-host as module
` [PULL 38/48] monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically
` [PULL 39/48] target/i386: Added MSRPM and IOPM size check
` [PULL 40/48] target/i386: Added DR6 and DR7 consistency checks
` [PULL 41/48] target/i386: fix exceptions for MOV to DR
` [PULL 42/48] vl: fix leak of qdict_crumple return value
` [PULL 43/48] meson: switch function tests from compilation to linking
` [PULL 44/48] meson: Introduce target-specific Kconfig
` [PULL 45/48] hw/arm: add dependency on OR_IRQ for XLNX_VERSAL
` [PULL 46/48] hw/arm: move CONFIG_V7M out of default-devices
` [PULL 47/48] configs: rename default-configs to configs and reorganise
` [PULL 48/48] configure: allow the selection of alternate config in the build

[PATCH] target/arm: Implement MTE3
 2021-07-08 15:23 UTC  (3+ messages)

[RFC PATCH] audio: Make the AudiodevDriver enum conditional
 2021-07-08 15:17 UTC  (5+ messages)

[PATCH 00/11] hw/arm: Make virt board secure powerdown/reset work
 2021-07-08 15:07 UTC  (7+ messages)
` [PATCH 03/11] hw/gpio/pl061: Clean up read/write offset handling logic

[PATCH 0/3] Acceptance Tests: support choosing specific distro and version
 2021-07-08 15:02 UTC  (9+ messages)
` [PATCH 2/3] Acceptance Tests: move definition of distro checksums to the framework

[PATCH v2 0/2] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
 2021-07-08 14:55 UTC  (3+ messages)
` [PATCH v2 1/2] tests: Remove uses of deprecated raspi2/raspi3 machine names
` [PATCH v2 2/2] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases


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).