qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 11:14:30 to 2021-01-28 18:03:19 UTC [more...]

[PATCH 00/23] TCI fixes and cleanups
 2021-01-28 17:56 UTC  (52+ messages)
` [PATCH 01/23] configure: Fix --enable-tcg-interpreter
` [PATCH 02/23] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH 04/23] tcg/tci: Implement INDEX_op_ld16s_i32
` [PATCH 05/23] tcg/tci: Implement INDEX_op_ld8s_i64
` [PATCH 06/23] tcg/tci: Inline tci_write_reg32s into the only caller
` [PATCH 07/23] tcg/tci: Inline tci_write_reg8 into its callers
` [PATCH 08/23] tcg/tci: Inline tci_write_reg16 into the only caller
` [PATCH 09/23] tcg/tci: Inline tci_write_reg32 into all callers
` [PATCH 10/23] tcg/tci: Inline tci_write_reg64 into 64-bit callers
` [PATCH 11/23] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PATCH 12/23] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
` [PATCH 13/23] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PATCH 14/23] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PATCH 15/23] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PATCH 16/23] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PATCH 17/23] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PATCH 18/23] tcg/tci: Move stack bounds check to compile-time
` [PATCH 19/23] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
` [PATCH 20/23] tcg/tci: Use g_assert_not_reached
` [PATCH 21/23] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
` [PATCH 22/23] tcg/tci: Implement 64-bit division
` [PATCH 23/23] tcg/tci: Remove TODO as unused

[PATCH v2 0/3] spapr, spapr_numa: fix max-associativity-domains
 2021-01-28 17:46 UTC  (5+ messages)
` [PATCH v2 1/3] spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
` [PATCH v2 2/3] spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helper
` [PATCH v2 3/3] spapr_numa.c: fix ibm, max-associativity-domains calculation
  ` [PATCH v2 3/3] spapr_numa.c: fix ibm,max-associativity-domains calculation

[PATCH] target/rx: Fix compiler errors for build with sanitizers
 2021-01-28 17:49 UTC  (2+ messages)

[PATCH] hw/intc/arm_gic: Allow to use QTest without crashing
 2021-01-28 17:46 UTC  (4+ messages)

[PATCH v3] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-01-28 17:44 UTC  (8+ messages)

[RFC PATCH v2 00/32] CXL 2.0 Support
 2021-01-28 17:40 UTC  (10+ messages)
` [RFC PATCH v2 24/32] hw/cxl/device: Add a memory device (8.2.8.5)

[Bug 1913619] [NEW] qemu-system-x86_64 -cdrom -nographic gives no output
 2021-01-28 17:35 UTC  (2+ messages)
` [Bug 1913619] "

vnc clipboard support
 2021-01-28 17:38 UTC  (3+ messages)

[PATCH v6] Add support for pvpanic pci device
 2021-01-28 17:35 UTC  (2+ messages)

[PATCH 0/6] hw/i2c: Add NPCM7XX SMBus Device
 2021-01-28 17:33 UTC  (7+ messages)
` [PATCH 2/6] hw/i2c: Implement NPCM7XX SMBus Module Single Mode
` [PATCH 3/6] hw/arm: Add I2C device tree for NPCM750 eval board
` [PATCH 4/6] hw/arm: Add I2C device tree for Quanta GSJ

VirtioSound device emulation implementation
 2021-01-28 17:34 UTC  (23+ messages)
            ` Fwd: "

[PATCH] tests: Fix runtime error in test-authz-pam
 2021-01-28 17:26 UTC  (2+ messages)

[PATCH 0/3] spapr, spapr_numa: fix max-associativity-domains
 2021-01-28 17:20 UTC  (11+ messages)
` [PATCH 1/3] spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
` [PATCH 2/3] spapr_numa.c: create spapr_numa_initial_nvgpu_NUMA_id() helper
` [PATCH 3/3] spapr_numa.c: fix ibm, max-associativity-domains calculation
  ` [PATCH 3/3] spapr_numa.c: fix ibm,max-associativity-domains calculation

[PATCH] tests: Replace deprecated ASN1 code
 2021-01-28 17:15 UTC 

[PATCH 1/1] docs: fix mistake in dirty bitmap feature description
 2021-01-28 17:21 UTC  (2+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-01-28 17:13 UTC  (5+ messages)
` [PATCH v2 15/36] block: use topological sort for permission update

[PATCH] migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
 2021-01-28 17:16 UTC  (2+ messages)

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-01-28 17:12 UTC  (20+ messages)
` [PATCH v6 03/11] hvf: Move common code out
` [PATCH v6 05/11] arm: Set PSCI to 0.2 for HVF
` [PATCH v6 06/11] hvf: Simplify post reset/init/loadvm hooks
` [PATCH v6 07/11] hvf: Add Apple Silicon support
` [PATCH v6 08/11] arm: Add Hypervisor.framework build target
` [PATCH v6 09/11] arm/hvf: Add a WFI handler
` [PATCH v6 10/11] hvf: arm: Add support for GICv3
` [PATCH v6 11/11] hvf: arm: Implement -cpu host

[PATCH v2] target/mips: fetch code with translator_ld
 2021-01-28 17:09 UTC  (2+ messages)

[RFC PATCH 0/6] vhost-user: Shutdown/Flush slave channel properly
 2021-01-28 16:52 UTC  (7+ messages)
` [PATCH 2/6] libvhost-user: Use slave_mutex in all slave messages
` [PATCH 4/6] qemu, vhost-user: Extend protocol to start/stop/flush slave channel

[PATCH] spice: delay starting until display are initialized
 2021-01-28 16:34 UTC  (9+ messages)

[PATCH v14 00/22] i386 cleanup PART 2
 2021-01-28 16:29 UTC  (6+ messages)
` [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass

[PATCH] MAINTAINERS: suggest myself as co-maintainer for Block Jobs
 2021-01-28 16:22 UTC  (4+ messages)

[PATCH] IOMMU and ATS not supported by vhost-user filesystem
 2021-01-28 15:41 UTC  (3+ messages)

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2021-01-28 15:42 UTC  (4+ messages)

[PATCH] tests/acceptance: Increase the timeout in the replay tests
 2021-01-28 15:31 UTC  (2+ messages)

[PATCH] tests/acceptance: Re-enable the microblaze test
 2021-01-28 15:28 UTC 

[PATCH] vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
 2021-01-28 15:24 UTC  (3+ messages)

[PATCH] docs: don't install corresponding man page if guest agent is disabled
 2021-01-28 15:15 UTC  (2+ messages)

[PATCH v8 00/10] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-28 15:00 UTC  (23+ messages)
` [PATCH v8 02/10] hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
` [PATCH v8 04/10] hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
` [PATCH v8 06/10] hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled
` [PATCH v8 08/10] hw/ssi: imx_spi: Round up the burst length to be multiple of 8
` [PATCH v8 10/10] hw/ssi: imx_spi: Correct tx and rx fifo endianness

[PATCH 0/1] target/arm: Fix SCR_EL3 migration issue
 2021-01-28 14:38 UTC  (3+ messages)
` [PATCH 1/1] target/arm: Add raw_writefn to SCR_EL3 register

[PATCH 00/13] target/mips: Replace integer by MMUAccessType enum when possible
 2021-01-28 14:41 UTC  (14+ messages)
` [PATCH 01/13] target/mips: Remove access_type argument from map_address() handler
` [PATCH 02/13] target/mips: Remove access_type argument from get_seg_physical_address
` [PATCH 03/13] target/mips: Remove access_type arg from get_segctl_physical_address()
` [PATCH 04/13] target/mips: Remove access_type argument from get_physical_address()
` [PATCH 05/13] target/mips: Remove unused MMU definitions
` [PATCH 06/13] target/mips: Replace magic value by MMU_DATA_LOAD definition
` [PATCH 07/13] target/mips: Let page_table_walk_refill() take MMUAccessType argument
` [PATCH 08/13] target/mips: Let do_translate_address() "
` [PATCH 09/13] target/mips: Let cpu_mips_translate_address() take MMUAccessType arg
` [PATCH 10/13] target/mips: Let raise_mmu_exception() take MMUAccessType argument
` [PATCH 11/13] target/mips: Let get_physical_address() "
` [PATCH 12/13] target/mips: Let get_seg*_physical_address() take MMUAccessType arg
` [PATCH 13/13] target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessType

[DRAFT RFC] ioeventfd/ioregionfd support in vfio-user
 2021-01-28 14:38 UTC  (3+ messages)

[PATCH v2 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
 2021-01-28 14:38 UTC  (29+ messages)
` [PATCH v2 01/25] ptimer: Add new ptimer_set_period_from_clock() function
` [PATCH v2 02/25] clock: Add new clock_has_source() function
` [PATCH v2 03/25] tests: Add a simple test of the CMSDK APB timer
` [PATCH v2 04/25] tests: Add a simple test of the CMSDK APB watchdog
` [PATCH v2 05/25] tests: Add a simple test of the CMSDK APB dual timer
` [PATCH v2 06/25] hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimer
` [PATCH v2 07/25] hw/timer/cmsdk-apb-timer: Add Clock input
` [PATCH v2 08/25] hw/timer/cmsdk-apb-dualtimer: "
` [PATCH v2 09/25] hw/watchdog/cmsdk-apb-watchdog: "
` [PATCH v2 10/25] hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"
` [PATCH v2 11/25] hw/arm/armsse: Wire up clocks
` [PATCH v2 12/25] hw/arm/mps2: Inline CMSDK_APB_TIMER creation
` [PATCH v2 13/25] hw/arm/mps2: Create and connect SYSCLK Clock
` [PATCH v2 14/25] hw/arm/mps2-tz: Create and connect ARMSSE Clocks
` [PATCH v2 15/25] hw/arm/musca: "
` [PATCH v2 16/25] hw/arm/stellaris: Convert SSYS to QOM device
` [PATCH v2 17/25] hw/arm/stellaris: Create Clock input for watchdog
` [PATCH v2 18/25] hw/timer/cmsdk-apb-timer: Convert to use Clock input
` [PATCH v2 19/25] hw/timer/cmsdk-apb-dualtimer: "
` [PATCH v2 20/25] hw/watchdog/cmsdk-apb-watchdog: "
` [PATCH v2 21/25] tests/qtest/cmsdk-apb-watchdog-test: Test clock changes
` [PATCH v2 22/25] hw/arm/armsse: Use Clock to set system_clock_scale
` [PATCH v2 23/25] arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE
` [PATCH v2 24/25] arm: Remove frq "
` [PATCH v2 25/25] hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS

[PATCH] tests/tcg: Replace /bin/true by true (required on macOS)
 2021-01-28 14:26 UTC  (3+ messages)

[PATCH v2] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-01-28 14:26 UTC  (15+ messages)
` [Virtio-fs] "

[PATCH] qemu-img: add seek and -n option to dd command
 2021-01-28 14:07 UTC 

[PULL 0/8] Block layer patches
 2021-01-28 13:58 UTC  (2+ messages)

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-28 12:58 UTC  (5+ messages)

[PULL 0/3] Ui 20210127 patches
 2021-01-28 12:30 UTC  (2+ messages)

[PATCH v9 00/11] iOS and Apple Silicon host support
 2021-01-28 12:27 UTC  (2+ messages)

[PATCH] target/arm: Replace magic value by MMU_DATA_LOAD definition
 2021-01-28 12:13 UTC  (2+ messages)

[PATCH] configure: Move preadv check to meson.build
 2021-01-28 12:15 UTC  (3+ messages)

[PATCH v2] hw/misc: Fix arith overflow in NPCM7XX PWM module
 2021-01-28 12:11 UTC  (2+ messages)

[PATCH v4 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-01-28 11:51 UTC  (2+ messages)

[PATCH] target/arm: Correctly initialize MDCR_EL2.HPMN
 2021-01-28 12:08 UTC  (2+ messages)

[PATCH 0/7] ppc/pnv: Misc cleanups
 2021-01-28 12:04 UTC  (5+ messages)
` [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()


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