QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-05 16:27:19 to 2021-02-06 16:42:33 UTC [more...]

[Bug 1914870] [NEW] libvixl compilation failure on Debian unstable
 2021-02-06 16:35 UTC 

[PATCH 0/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support
 2021-02-06 15:28 UTC  (5+ messages)
` [PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues
` [PATCH 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support

[PATCH v2 0/7] m68k: add Virtual M68k Machine
 2021-02-06 14:46 UTC  (5+ messages)
` [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

[PATCH 0/2] failover: trivial cleanup and fix
 2021-02-06 14:32 UTC  (4+ messages)
` [PATCH 1/2] pci: cleanup failover sanity check
` [PATCH 2/2] virtio-net: add missing object_unref()

[PULL 00/46] tcg patch queue
 2021-02-06 14:28 UTC  (48+ messages)
` [PULL 01/46] tcg/s390: Fix compare instruction from extended-immediate facility
` [PULL 02/46] exec/cpu-defs: Remove TCG backends dependency
` [PULL 03/46] tcg/aarch64: Do not convert TCGArg to temps that are not temps
` [PULL 04/46] configure: Fix --enable-tcg-interpreter
` [PULL 05/46] tcg/tci: Make tci_tb_ptr thread-local
` [PULL 06/46] tcg/tci: Implement INDEX_op_ld16s_i32
` [PULL 07/46] tcg/tci: Implement INDEX_op_ld8s_i64
` [PULL 08/46] tcg/tci: Inline tci_write_reg32s into the only caller
` [PULL 09/46] tcg/tci: Inline tci_write_reg8 into its callers
` [PULL 10/46] tcg/tci: Inline tci_write_reg16 into the only caller
` [PULL 11/46] tcg/tci: Inline tci_write_reg32 into all callers
` [PULL 12/46] tcg/tci: Inline tci_write_reg64 into 64-bit callers
` [PULL 13/46] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PULL 14/46] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
` [PULL 15/46] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PULL 16/46] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PULL 17/46] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PULL 18/46] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PULL 19/46] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PULL 20/46] tcg/tci: Move stack bounds check to compile-time
` [PULL 21/46] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
` [PULL 22/46] tcg/tci: Use g_assert_not_reached
` [PULL 23/46] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
` [PULL 24/46] tcg/tci: Implement 64-bit division
` [PULL 25/46] tcg/tci: Remove TODO as unused
` [PULL 26/46] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
` [PULL 27/46] tcg/tci: Fix TCG_REG_R4 misusage
` [PULL 28/46] tcg/tci: Remove TCG_CONST
` [PULL 29/46] cpu: Introduce TCGCpuOperations struct
` [PULL 30/46] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PULL 31/46] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PULL 32/46] cpu: Move synchronize_from_tb() to tcg_ops
` [PULL 33/46] cpu: Move cpu_exec_* "
` [PULL 34/46] cpu: Move tlb_fill "
` [PULL 35/46] cpu: Move debug_excp_handler "
` [PULL 36/46] target/arm: do not use cc->do_interrupt for KVM directly
` [PULL 37/46] cpu: move cc->do_interrupt to tcg_ops
` [PULL 38/46] cpu: move cc->transaction_failed "
` [PULL 39/46] cpu: move do_unaligned_access "
` [PULL 40/46] physmem: make watchpoint checking code TCG-only
` [PULL 41/46] cpu: move adjust_watchpoint_address to tcg_ops
` [PULL 42/46] cpu: move debug_check_watchpoint "
` [PULL 43/46] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PULL 44/46] accel: extend AccelState and AccelClass to user-mode
` [PULL 45/46] accel: replace struct CpusAccel with AccelOpsClass
` [PULL 46/46] accel: introduce AccelCPUClass extending CPUClass

[PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
 2021-02-06 14:11 UTC  (2+ messages)

[PATCH 0/9] hw/arm/virt: Improve CPU help and fix testing under KVM
 2021-02-06 10:40 UTC  (11+ messages)
` [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check
` [PATCH 2/9] tests/qtest: Restrict xlnx-can-test to TCG builds

[Bug 1914849] [NEW] mprotect fails after MacOS 11.2 on arm mac
 2021-02-06  7:04 UTC 

[PATCH 0/6] hw/block/nvme: support namespace attachment
 2021-02-06  3:36 UTC  (7+ messages)
` [PATCH 1/6] hw/block/nvme: support namespace detach
` [PATCH 2/6] hw/block/nvme: fix namespaces array to 1-based
` [PATCH 3/6] hw/block/nvme: fix allocated namespace list to 256
` [PATCH 4/6] hw/block/nvme: support allocated namespace type
` [PATCH 5/6] hw/block/nvme: refactor nvme_select_ns_iocs
` [PATCH 6/6] hw/block/nvme: support namespace attachment command

[PULL v3 00/27] Block patches
 2021-02-05 22:53 UTC  (29+ messages)
` [PULL v3 01/27] .github: point Repo Lockdown bot to GitLab repo
` [PULL v3 02/27] gitmodules: use GitLab repos instead of qemu.org
` [PULL v3 03/27] gitlab-ci: remove redundant GitLab repo URL command
` [PULL v3 04/27] docs: update README to use GitLab repo URLs
` [PULL v3 05/27] pc-bios: update mirror URLs to GitLab
` [PULL v3 06/27] get_maintainer: update repo URL "
` [PULL v3 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PULL v3 08/27] multi-process: add configure and usage information
` [PULL v3 09/27] memory: alloc RAM from file at offset
` [PULL v3 10/27] multi-process: Add config option for multi-process QEMU
` [PULL v3 11/27] multi-process: setup PCI host bridge for remote device
` [PULL v3 12/27] multi-process: setup a machine object for remote device process
` [PULL v3 13/27] io: add qio_channel_writev_full_all helper
` [PULL v3 14/27] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PULL v3 15/27] multi-process: define MPQemuMsg format and transmission functions
` [PULL v3 16/27] multi-process: Initialize message handler in remote device
` [PULL v3 17/27] multi-process: Associate fd of a PCIDevice with its object
` [PULL v3 18/27] multi-process: setup memory manager for remote device
` [PULL v3 19/27] multi-process: introduce proxy object
` [PULL v3 20/27] multi-process: add proxy communication functions
` [PULL v3 21/27] multi-process: Forward PCI config space acceses to the remote process
` [PULL v3 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PULL v3 23/27] multi-process: Synchronize remote memory
` [PULL v3 24/27] multi-process: create IOHUB object to handle irq
` [PULL v3 25/27] multi-process: Retrieve PCI info from remote process
` [PULL v3 26/27] multi-process: perform device reset in the "
` [PULL v3 27/27] docs: fix Parallels Image "dirty bitmap" section

acceptance-system-fedora and acceptance-system-centos failing sporadically with timeout?
 2021-02-05 22:19 UTC  (7+ messages)
      ` [Avocado-devel] "

Help with Windows XP in qemu-system-i386
 2021-02-05 21:08 UTC 

[PATCH v2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
 2021-02-05 20:19 UTC  (3+ messages)

[PATCH v16 00/23] i386 cleanup PART 2
 2021-02-05 20:18 UTC  (10+ messages)
` [PATCH v16 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v16 21/23] accel: introduce new accessor functions
` [PATCH v16 22/23] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v16 23/23] accel-cpu: make cpu_realizefn return a bool

[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
 2021-02-05 20:15 UTC  (5+ messages)
` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property

[RFC PATCH v1 01/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-05 19:35 UTC  (5+ messages)

[PATCH 00/24] hw/arm: New board model mps3-an524
 2021-02-05 19:34 UTC  (31+ messages)
` [PATCH 01/24] hw/arm/mps2-tz: Make SYSCLK frequency board-specific
` [PATCH 02/24] hw/misc/mps2-scc: Support configurable number of OSCCLK values
` [PATCH 03/24] hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511
` [PATCH 04/24] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board
` [PATCH 05/24] hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
` [PATCH 06/24] hw/misc/mps2-fpgaio: Support SWITCH register
` [PATCH 07/24] hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board
` [PATCH 08/24] hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type
` [PATCH 09/24] hw/arm/mps2-tz: Make number of IRQs board-specific
` [PATCH 10/24] hw/misc/mps2-scc: Implement CFG_REG5 and CFG_REG6 for MPS3 AN524
` [PATCH 11/24] hw/arm/mps2-tz: Correct wrong interrupt numbers for DMA and SPI
` [PATCH 12/24] hw/arm/mps2-tz: Allow PPCPortInfo structures to specify device interrupts
` [PATCH 13/24] hw/arm/mps2-tz: Move device IRQ info to data structures
` [PATCH 14/24] hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs
` [PATCH 15/24] hw/arm/mps2-tz: Allow boards to have different PPCInfo data
` [PATCH 16/24] hw/arm/mps2-tz: Make RAM arrangement board-specific
` [PATCH 17/24] hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data
` [PATCH 18/24] hw/arm/mps2-tz: Support ROMs as well as RAMs
` [PATCH 19/24] hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo
` [PATCH 20/24] hw/arm/mps2-tz: Add new mps3-an524 board
` [PATCH 21/24] hw/arm/mps2-tz: Stub out USB controller for mps3-an524
` [PATCH 22/24] hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
` [PATCH 23/24] docs/system/arm/mps2.rst: Document the new mps3-an524 board
` [PATCH 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

runaway avocado
 2021-02-05 19:23 UTC  (2+ messages)

[PATCH] arm: Update infocenter.arm.com URLs
 2021-02-05 19:19 UTC  (3+ messages)

[PATCH] sockets: Use SOMAXCONN for Unix socket listen()
 2021-02-05 19:04 UTC  (3+ messages)

[QEMU TCG] Qeustion about the PCID Feature in TCG
 2021-02-05 18:33 UTC 

[PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
 2021-02-05 17:27 UTC  (2+ messages)

[PATCH v2 0/5] Move remaining x86 Travis jobs to the gitlab-CI
 2021-02-05 17:47 UTC  (11+ messages)
` [PATCH v2 1/5] travis.yml: Move gprof/gcov test across to gitlab
` [PATCH v2 2/5] travis.yml: Move the -fsanitize=undefined test to the gitlab-CI
` [PATCH v2 3/5] travis.yml: Move the --enable-modules "
` [PATCH v2 4/5] travis.yml: (Re-)move the --enable-debug jobs
` [PATCH v2 5/5] travis.yml: Move the -fsanitize=thread testing to the gitlab-CI

[PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'
 2021-02-05 17:18 UTC  (9+ messages)
` [PATCH v2 1/8] ui: Replace the word 'whitelist'
` [PATCH v2 2/8] tools/virtiofsd: "
` [PATCH v2 3/8] scripts/tracetool: "
` [PATCH v2 4/8] scripts/device-crash-test: "
` [PATCH v2 5/8] seccomp: Replace the word 'blacklist'
` [PATCH v2 6/8] qemu-options: "
` [PATCH v2 7/8] tests/fp/fp-test: "
` [PATCH v2 8/8] hw/vfio/pci-quirks: "

[PATCH v4 0/5] Common macros for QAPI list growth
 2021-02-05 17:13 UTC  (4+ messages)
` [PATCH v4 5/5] qapi: More complex uses of QAPI_LIST_APPEND

[PATCH v2 00/36] block: update graph permissions update
 2021-02-05 17:57 UTC  (12+ messages)
` [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action
` [PATCH v2 29/36] blockdev: qmp_x_blockdev_reopen: acquire all contexts
` [PATCH v2 30/36] block: bdrv_reopen_multiple: refresh permissions on updated graph

[PATCH v7 00/35] Hexagon patch series
 2021-02-05 17:35 UTC  (7+ messages)
` [PATCH v7 12/35] Hexagon (target/hexagon) instruction attributes

[PATCH] tests/acceptance: Re-enable the microblaze test
 2021-02-05 17:01 UTC  (2+ messages)

[PATCH 0/1] tests/acceptance/boot_linux: Switch to Fedora 32
 2021-02-05 17:28 UTC  (5+ messages)

[PATCH v5] qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces
 2021-02-05 17:16 UTC 

Detecting Faulting Instructions From Plugins
 2021-02-05 16:41 UTC  (7+ messages)

[PULL v2 00/27] Block patches
 2021-02-05 16:58 UTC  (6+ messages)

[PULL v2 00/16] pc,virtio,pci: fixes, features,code removal
 2021-02-05 16:46 UTC  (2+ messages)

[PATCH v2 00/10] mirror: cancel nbd reconnect
 2021-02-05 16:37 UTC  (11+ messages)
` [PATCH v2 01/10] block: add new BlockDriver handler: bdrv_cancel_in_flight
` [PATCH v2 02/10] block/nbd: implement .bdrv_cancel_in_flight
` [PATCH v2 03/10] block/raw-format: implement .bdrv_cancel_in_flight handler
` [PATCH v2 04/10] job: add .cancel handler for the driver
` [PATCH v2 05/10] block/mirror: implement .cancel job handler
` [PATCH v2 06/10] iotests/264: move to python unittest
` [PATCH v2 07/10] iotests.py: qemu_nbd_popen: remove pid file after use
` [PATCH v2 08/10] iotests/264: add mirror-cancel test-case
` [PATCH v2 09/10] block/backup: implement .cancel job handler
` [PATCH v2 10/10] iotests/264: add backup-cancel test-case

[PATCH v2] net/macos: implement vmnet-based network device
 2021-02-05 16:41 UTC 

[PATCH] tests/acceptance: Increase the timeout in the replay tests
 2021-02-05 16:35 UTC  (2+ messages)

[PATCH 00/33] migration: capture error reports into Error object
 2021-02-05 16:26 UTC  (5+ messages)
` [PATCH 14/33] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH 19/33] migration: push Error **errp into check_section_footer()


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 read-only IMAP folder(s) and NNTP newsgroup(s).