qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-03 17:03:25 to 2021-05-04 06:20:54 UTC [more...]

[PULL 00/46] ppc-for-6.1 queue 20210504
 2021-05-04  5:52 UTC  (20+ messages)
` [PULL 01/46] hw/ppc/mac_newworld: Restrict RAM to 2 GiB
` [PULL 02/46] target/ppc: Move helper_regs.h functions out-of-line
` [PULL 03/46] target/ppc: Move 601 hflags adjustment to hreg_compute_hflags
` [PULL 04/46] target/ppc: Properly sync cpu state with new msr in cpu_load_old
` [PULL 05/46] target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
` [PULL 06/46] target/ppc: Retain hflags_nmsr only for migration
` [PULL 07/46] target/ppc: Fix comment for MSR_FE{0,1}
` [PULL 08/46] hw/ppc/pnv_core: Update hflags after setting msr
` [PULL 09/46] hw/ppc/spapr_rtas: "
` [PULL 10/46] target/ppc: Extract post_load_update_msr
` [PULL 11/46] target/ppc: Disconnect hflags from MSR
` [PULL 12/46] target/ppc: Reduce env->hflags to uint32_t
` [PULL 13/46] target/ppc: Put dbcr0 single-step bits into hflags
` [PULL 14/46] target/ppc: Create helper_scv
` [PULL 15/46] target/ppc: Put LPCR[GTSE] in hflags
` [PULL 17/46] target/ppc: Remove env->immu_idx and env->dmmu_idx
` [PULL 18/46] linux-user/ppc: Fix msr updates for signal handling
` [PULL 19/46] target/ppc: Validate hflags with CONFIG_DEBUG_TCG
` [PULL 25/46] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
 2021-05-04  5:43 UTC  (11+ messages)
` [PATCH v4 1/3] spapr: nvdimm: Forward declare and move the definitions
` [PATCH v4 3/3] nvdimm: Enable sync-dax device property for nvdimm

[PATCH 0/3] tests: three easy Coverity fixes
 2021-05-04  5:43 UTC  (7+ messages)
` [PATCH 1/3] tests/qtest/tpm-util.c: Free memory with correct free function
` [PATCH 2/3] tests/qtest/rtc-test: Remove pointless NULL check
` [PATCH 3/3] tests: Avoid side effects inside g_assert() arguments

[PATCH v1 1/1] docs/system: Move the RISC-V -bios information to removed
 2021-05-04  3:12 UTC  (2+ messages)

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-05-04  1:01 UTC  (6+ messages)
` [PATCH 10/22] qapi/parser: Fix typing of token membership tests

[RESEND PATCH 00/32] Qemu SGX virtualization
 2021-05-04  0:09 UTC  (15+ messages)
` [RESEND PATCH 01/32] memory: Add RAM_PROTECTED flag to skip IOMMU mappings
` [RESEND PATCH 03/32] qom: Add memory-backend-epc ObjectOptions support
` [RESEND PATCH 05/32] vl: Add "sgx-epc" option to expose SGX EPC sections to guest
` [RESEND PATCH 25/32] qmp: Add query-sgx command
` [RESEND PATCH 29/32] qmp: Add the qmp_query_sgx_capabilities()
` [RESEND PATCH 31/32] sgx-epc: Add the fill_device_info() callback support

[PATCH 0/3] ppc: Convert (mostly) from device_legacy_reset() to device_cold_reset()
 2021-05-04  0:37 UTC  (9+ messages)
` [PATCH 1/3] hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()
` [PATCH 2/3] hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()
` [PATCH 3/3] hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()

[PATCH v3 0/7] target/ppc: untangle CPU init from translation
 2021-05-04  0:28 UTC  (12+ messages)
` [PATCH v3 2/7] target/ppc: Isolated SPR read/write callbacks
` [PATCH v3 4/7] target/ppc: turned SPR R/W callbacks not static

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS bits
 2021-05-04  0:41 UTC  (2+ messages)

[PATCH v2] Document qemu-img options data_file and data_file_raw
 2021-05-03 23:15 UTC  (3+ messages)

[qemu-web PATCH] Update website to point to the new bug tracker at GitLab instead of Launchpad
 2021-05-03 23:26 UTC  (2+ messages)

[PATCH 0/7] tests/acceptance: Introducing the ConsoleMixIn
 2021-05-03 22:43 UTC  (8+ messages)
` [PATCH 1/7] tests/acceptance: Introduce the ConsoleMixIn class
` [PATCH 2/7] tests/acceptance: Move exec_command to ConsoleMixIn
` [PATCH 3/7] tests/acceptance: Move exec_command_and_wait_for_pattern "
` [PATCH 4/7] tests/acceptance: Sun4uMachine: Remove dependency to LinuxKernelTest
` [PATCH 5/7] tests/acceptance: replay_kernel: Remove unused wait_for_console_pattern
` [PATCH 6/7] tests/acceptance: Move wait_for_console_pattern to ConsoleMixIn
` [PATCH 7/7] tests/acceptance: Move _console_interaction "

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-05-03 22:41 UTC  (11+ messages)
` [PATCH v3 01/30] decodetree: Introduce whex and whexC helpers
` [PATCH v3 02/30] decodetree: More use of f-strings
` [PATCH v3 20/30] target/ppc: Mark helper_raise_exception* as noreturn
` [PATCH v3 22/30] target/ppc: Introduce macros to check isa extensions
` [PATCH v3 26/30] target/ppc: Implement PNOP

[PULL 00/42] riscv-to-apply queue
 2021-05-03 22:13 UTC  (43+ messages)
` [PULL 01/42] target/riscv: Remove privilege v1.9 specific CSR related code
` [PULL 02/42] docs/system/generic-loader.rst: Fix style
` [PULL 03/42] target/riscv: Align the data type of reset vector address
` [PULL 04/42] hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]
` [PULL 05/42] target/riscv: Add Shakti C class CPU
` [PULL 06/42] riscv: Add initial support for Shakti C machine
` [PULL 07/42] hw/char: Add Shakti UART emulation
` [PULL 08/42] hw/riscv: Connect Shakti UART to Shakti platform
` [PULL 09/42] target/riscv: Convert the RISC-V exceptions to an enum
` [PULL 10/42] target/riscv: Use the RISCVException enum for CSR predicates
` [PULL 11/42] target/riscv: Fix 32-bit HS mode access permissions
` [PULL 12/42] target/riscv: Use the RISCVException enum for CSR operations
` [PULL 13/42] target/riscv: Use RISCVException enum for CSR access
` [PULL 14/42] MAINTAINERS: Update the RISC-V CPU Maintainers
` [PULL 15/42] hw/opentitan: Update the interrupt layout
` [PULL 16/42] hw/riscv: Enable VIRTIO_VGA for RISC-V virt machine
` [PULL 17/42] riscv: don't look at SUM when accessing memory from a debugger context
` [PULL 18/42] target/riscv: Fixup saturate subtract function
` [PULL 19/42] docs: Add documentation for shakti_c machine
` [PULL 20/42] target/riscv: Fix the PMP is locked check when using TOR
` [PULL 21/42] target/riscv: Define ePMP mseccfg
` [PULL 22/42] target/riscv: Add the ePMP feature
` [PULL 23/42] target/riscv: Add ePMP CSR access functions
` [PULL 24/42] target/riscv: Implementation of enhanced PMP (ePMP)
` [PULL 25/42] target/riscv: Add a config option for ePMP
` [PULL 26/42] target/riscv/pmp: Remove outdated comment
` [PULL 27/42] target/riscv: Add ePMP support for the Ibex CPU
` [PULL 28/42] target/riscv: fix vrgather macro index variable type bug
` [PULL 29/42] target/riscv: fix exception index on instruction access fault
` [PULL 30/42] hw/riscv: Fix OT IBEX reset vector
` [PULL 31/42] fpu/softfloat: set invalid excp flag for RISC-V muladd instructions
` [PULL 32/42] target/riscv: fix a typo with interrupt names
` [PULL 33/42] target/riscv: Remove the hardcoded RVXLEN macro
` [PULL 34/42] target/riscv: Remove the hardcoded SSTATUS_SD macro
` [PULL 35/42] target/riscv: Remove the hardcoded HGATP_MODE macro
` [PULL 36/42] target/riscv: Remove the hardcoded MSTATUS_SD macro
` [PULL 37/42] target/riscv: Remove the hardcoded SATP_MODE macro
` [PULL 38/42] target/riscv: Remove the unused HSTATUS_WPRI macro
` [PULL 39/42] target/riscv: Remove an unused CASE_OP_32_64 macro
` [PULL 40/42] target/riscv: Consolidate RV32/64 32-bit instructions
` [PULL 41/42] target/riscv: Consolidate RV32/64 16-bit instructions
` [PULL 42/42] target/riscv: Fix the RV64H decode comment

Let's remove some deprecated stuff
 2021-05-03 22:57 UTC  (7+ messages)

[RFC PATCH v2 0/2] hw/ppc: code motion to compile without TCG
 2021-05-03 22:21 UTC  (2+ messages)

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-03 22:13 UTC  (15+ messages)
` [PATCH v6 02/26] tcg: Add tcg_call_flags
` [PATCH v6 03/26] accel/tcg/plugin-gen: Drop inline markers
` [PATCH v6 07/26] tcg: Add tcg_call_func
` [PATCH v6 14/26] tcg/tci: Remove tci_write_reg
` [PATCH v6 18/26] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v6 19/26] tcg/tci: Implement extract, sextract
` [PATCH v6 20/26] tcg/tci: Implement clz, ctz, ctpop

[PATCH 0/2] Remove deprecated qemu-img backing file without format
 2021-05-03 21:45 UTC  (4+ messages)
` [PATCH 1/2] qcow2: Prohibit backing file changes in 'qemu-img amend'
` [PATCH 2/2] qemu-img: Require -F with -b backing image

Ethernet-over-usb with linux guest using USB Device Controller ?
 2021-05-03 21:27 UTC  (3+ messages)

[PATCH v6 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-03 21:19 UTC  (14+ messages)
` [PATCH v6 01/12] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v6 02/12] accel: Introduce 'query-accels' QMP command
` [PATCH v6 03/12] qtest: Add qtest_has_accel() method
` [PATCH v6 04/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v6 05/12] qtest/arm-cpu-features: Restrict sve_tests_sve_off_kvm test to KVM
` [PATCH v6 06/12] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v6 07/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG
` [PATCH v6 08/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v6 09/12] qtest/bios-tables-test: Rename tests not TCG specific
` [PATCH v6 10/12] qtest/bios-tables-test: Rename TCG specific tests
` [PATCH v6 11/12] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v6 12/12] qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore

[Bug 1860742] [NEW] xv6 Bootloop
 2021-05-03 20:50 UTC  (2+ messages)
` [Bug 1860742] "

[PATCH v2] target/riscv: fix VS interrupts forwarding to HS
 2021-05-03 20:44 UTC 

[PATCH] docs: Fix installation of man pages with Sphinx 4.x
 2021-05-03 20:36 UTC  (2+ messages)

[Bug 1920913] [NEW] Openjdk11+ fails to install on s390x
 2021-05-03 20:15 UTC  (2+ messages)
` [Bug 1920913] "

[Bug 1926996] [NEW] qemu-user clone syscall fails
 2021-05-03 20:10 UTC  (7+ messages)
` [Bug 1926996] "

[OSS-Fuzz] Assertion Failure: !in6_zero(&ip_addr) (#111)
 2021-05-03 20:09 UTC 

[RFC 0/1] Implement AVR WDT (watchdog timer)
 2021-05-03 20:08 UTC  (5+ messages)
` [RFC 1/1] Implement AVR watchdog timer

[PATCH v4] hw/smbios: support for type 41 (onboard devices extended information)
 2021-05-03 19:42 UTC  (4+ messages)

[PATCH v3 0/6] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-05-03 19:22 UTC  (8+ messages)
` [PATCH v3 1/6] hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
` [PATCH v3 2/6] hw/sparc/sun4m: Introduce Sun4mMachineClass
` [PATCH v3 3/6] hw/sparc/sun4m: Factor out sun4m_machine_class_init()
` [PATCH v3 4/6] hw/sparc/sun4m: Register machine types in sun4m_machine_types[]
` [PATCH v3 5/6] hw/sparc/sun4m: Fix code style for checkpatch.pl
` [PATCH v3 6/6] hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init

[Bug 1926995] [NEW] hw/remote/mpqemu-link.c:221: bad error checking ?
 2021-05-03 18:48 UTC 

[PATCH v3 00/16] tcg/s390x: host vector support
 2021-05-03 18:35 UTC  (17+ messages)
` [PATCH v3 01/16] tcg/s390x: Rename from tcg/s390
` [PATCH v3 02/16] tcg/s390x: Change FACILITY representation
` [PATCH v3 03/16] tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
` [PATCH v3 04/16] tcg/s390x: Add host vector framework
` [PATCH v3 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types
` [PATCH v3 06/16] tcg/s390x: Implement tcg_out_mov "
` [PATCH v3 07/16] tcg/s390x: Implement tcg_out_dup*_vec
` [PATCH v3 08/16] tcg/s390x: Implement minimal vector operations
` [PATCH v3 09/16] tcg/s390x: Implement andc, orc, abs, neg, not "
` [PATCH v3 10/16] tcg/s390x: Implement TCG_TARGET_HAS_mul_vec
` [PATCH v3 11/16] tcg/s390x: Implement vector shift operations
` [PATCH v3 12/16] tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec
` [PATCH v3 13/16] tcg: Expand usadd/ussub with umin/umax
` [PATCH v3 14/16] tcg/s390x: Implement TCG_TARGET_HAS_sat_vec
` [PATCH v3 15/16] tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec
` [PATCH v3 16/16] tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec

[PATCH 0/2] linux-user: Small fix for copy_file_range
 2021-05-03 18:47 UTC  (5+ messages)
` [PATCH 1/2] linux-user: Add copy_file_range to strace.list
` [PATCH 2/2] linux-user: Fix erroneous conversion in copy_file_range

[PATCH] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
 2021-05-03 17:53 UTC  (11+ messages)

[PATCH v2 0/6] vhost-user-blk: Error handling fixes during initialistion
 2021-05-03 17:24 UTC  (6+ messages)
` [PATCH v2 1/6] vhost-user-blk: Make sure to set Error on realize failure
` [PATCH v2 2/6] vhost-user-blk: Don't reconnect during initialisation

[PATCH 0/2] target/i386/cpu: Constify CPUCaches and X86CPUDefinition
 2021-05-03 17:35 UTC  (3+ messages)
` [PATCH 1/2] target/i386/cpu: Constify CPUCaches
` [PATCH 2/2] target/i386/cpu: Constify X86CPUDefinition

QEMU tests, Coverity, and g_test_set_nonfatal_assertions()
 2021-05-03 17:18 UTC  (3+ messages)

[Bug 1926952] [NEW] SPICE support broken with 6.0
 2021-05-03 17:14 UTC  (2+ messages)
` [Bug 1926952] "

[PATCH] Add missing coroutine_fn function signature to functions
 2021-05-03 17:08 UTC  (2+ messages)

[Qemu-devel] [Bug 1368178] [NEW] Windows ME falsely detects qemu's videocards as Number Nine Imagine 128
 2021-05-03 16:53 UTC  (3+ messages)
` [Bug 1368178] "

[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-05-03 17:07 UTC  (7+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature

[Qemu-devel] [Bug 1377095] [NEW] KVM guest VM does not reattach a throughpassed USB printer from Host after switching printer off and on
 2021-05-03 16:47 UTC  (2+ messages)
` [Bug 1377095] "


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