qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-14 03:47:22 to 2020-12-14 15:20:01 UTC [more...]

[PATCH 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x
 2020-12-14 15:14 UTC  (12+ messages)
` [PATCH 1/3] tests/acceptance: Extract the code to clear dmesg and wait for CRW reports
` [PATCH 2/3] tests/acceptance/machine_s390_ccw_virtio: Test virtio-rng via /dev/hwrng

[PATCH v4 00/32] qdev property code cleanup
 2020-12-14 15:13 UTC  (32+ messages)
` [PATCH v4 09/32] qdev: Make qdev_get_prop_ptr() get Object* arg
` [PATCH v4 14/32] qdev: Move UUID property to qdev-properties-system.c
` [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH v4 16/32] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property
` [PATCH v4 18/32] qdev: Get just property name at error_set_from_qdev_prop_error()
` [PATCH v4 19/32] qdev: Avoid using prop->name unnecessarily
` [PATCH v4 21/32] qdev: Add name argument to PropertyInfo.create method
` [PATCH v4 23/32] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v4 24/32] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH v4 25/32] qdev: Make qdev_class_add_property() more flexible
` [PATCH v4 30/32] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
` [PATCH v4 31/32] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()

[PATCH] build: -no-pie is no functional linker flag
 2020-12-14 15:09 UTC 

[RFC PATCH 0/2] gitlab-ci: Maintain a public runner, allow manual pipeline
 2020-12-14 15:02 UTC  (6+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner
` [RFC PATCH 2/2] gitlab-ci: Introduce allow_skipping_job_template

[PATCH 0/8] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
 2020-12-14 14:58 UTC  (8+ messages)
` [PATCH 5/8] riscv: Add semihosting support [v13]

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-14 14:54 UTC  (9+ messages)
` [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH 17/19] target/mips: Rename translate_init.c as cpu-defs.c

[PATCH v4 00/43] Mirror map JIT memory for TCG
 2020-12-14 14:03 UTC  (44+ messages)
` [PATCH v4 01/43] tcg: Do not flush icache for interpreter
` [PATCH v4 02/43] util: Extract flush_icache_range to cacheflush.c
` [PATCH v4 03/43] util: Enhance flush_icache_range with separate data pointer
` [PATCH v4 04/43] util: Specialize flush_idcache_range for aarch64
` [PATCH v4 05/43] tcg: Move tcg prologue pointer out of TCGContext
` [PATCH v4 06/43] tcg: Move tcg epilogue "
` [PATCH v4 07/43] tcg: Add in_code_gen_buffer
` [PATCH v4 08/43] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v4 09/43] tcg: Adjust TCGLabel for const
` [PATCH v4 10/43] tcg: Adjust tcg_out_call "
` [PATCH v4 11/43] tcg: Adjust tcg_out_label "
` [PATCH v4 12/43] tcg: Adjust tcg_register_jit "
` [PATCH v4 13/43] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v4 14/43] tcg: Make DisasContextBase.tb const
` [PATCH v4 15/43] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v4 16/43] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v4 17/43] tcg: Add --accel tcg,split-wx property
` [PATCH v4 18/43] accel/tcg: Support split-wx for linux with memfd
` [PATCH v4 19/43] accel/tcg: Support split-wx for darwin/iOS with vm_remap
` [PATCH v4 20/43] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v4 21/43] tcg/i386: Support split-wx code generation
` [PATCH v4 22/43] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v4 23/43] tcg/aarch64: Support split-wx code generation
` [PATCH v4 24/43] disas: Push const down through host disasassembly
` [PATCH v4 25/43] tcg/tci: Push const down through bytecode reading
` [PATCH v4 26/43] tcg: Introduce tcg_tbrel_diff
` [PATCH v4 27/43] tcg/ppc: Use tcg_tbrel_diff
` [PATCH v4 28/43] tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
` [PATCH v4 29/43] tcg/ppc: Support split-wx code generation
` [PATCH v4 30/43] tcg/sparc: Use tcg_tbrel_diff
` [PATCH v4 31/43] tcg/sparc: Support split-wx code generation
` [PATCH v4 32/43] tcg/s390: Use tcg_tbrel_diff
` [PATCH v4 33/43] tcg/s390: Support split-wx code generation
` [PATCH v4 34/43] tcg/riscv: Fix branch range checks
` [PATCH v4 35/43] tcg/riscv: Remove branch-over-branch fallback
` [PATCH v4 36/43] tcg/riscv: Support split-wx code generation
` [PATCH v4 37/43] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PATCH v4 38/43] tcg/mips: Do not assert on relocation overflow
` [PATCH v4 39/43] tcg/mips: Support split-wx code generation
` [PATCH v4 40/43] tcg/arm: "
` [PATCH v4 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v4 42/43] tcg: Constify tcg_code_gen_epilogue
` [PATCH v4 43/43] tcg: Constify TCGLabelQemuLdst.raddr

[PATCH 0/7] target/mips: Add translate.h and fpu_translate.h headers
 2020-12-14 14:41 UTC  (4+ messages)
` [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'

[PATCH 0/3] sev: enable seret injection to a self described area in OVMF
 2020-12-14 14:14 UTC  (6+ messages)
` [PATCH 3/3] sev: update sev-inject-launch-secret to make gpa optional

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-12-14 13:49 UTC  (11+ messages)
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers

[PATCH v2 0/4] Compatibility make fixes for meson
 2020-12-14 13:46 UTC  (7+ messages)
` [PATCH v2 2/4] Makefile: Require GNU make 3.82+

[PATCH] tests/docker: Include 'ccache' in Debian base image
 2020-12-14 13:39 UTC  (3+ messages)

[PATCH] tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test
 2020-12-14 13:37 UTC 

[PATCH v2 3/5] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
 2020-12-14 13:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: move my git tree to gitlab
 2020-12-14 13:34 UTC  (2+ messages)

[PATCH 00/15] Finish cleaning up qemu_init
 2020-12-14 13:24 UTC  (6+ messages)
` [PATCH 14/15] null-machine: do not create a default memdev

[Bug 1908062] [NEW] qemu-system-i386 virtio-vga: Assertion in address_space_stw_le_cached failed again
 2020-12-14 12:23 UTC  (2+ messages)
` [Bug 1908062] "

[PATCH] virtiofsd: Remove useless code about send_notify_iov
 2020-12-14 12:16 UTC 

[PATCH v4 00/16] 64bit block-layer: part I
 2020-12-14 11:51 UTC  (2+ messages)

[PATCH 00/26] target/mips: Explode 60% of the 32K-lines translate.c
 2020-12-14 12:05 UTC  (5+ messages)
` [PATCH 26/26] MAINTAINERS: Add entry for MIPS Toshiba TCG

[PATCH v2] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-14 11:37 UTC 

[PATCH v4 0/5] Add support for Control-Flow Integrity
 2020-12-14 11:33 UTC  (7+ messages)
` [PATCH v4 4/5] configure,meson: support "
` [PATCH v4 5/5] docs: Add CFI Documentation

[PATCH] spapr: Fix DR properties of the root node
 2020-12-14 11:19 UTC 

[PATCH v2 0/3] nvdimm: read-only file support
 2020-12-14 11:19 UTC  (7+ messages)
` [PATCH v2 1/3] memory: add readonly support to memory_region_init_ram_from_file()
` [PATCH v2 2/3] hostmem-file: add readonly=on|off option
` [PATCH v2 3/3] nvdimm: honor -object memory-backend-file, readonly=on option

[PATCH] scripts/git.orderfile: Keep files with .inc extension sorted
 2020-12-14 11:16 UTC  (2+ messages)

[PATCH] Add support for pvpanic pci device
 2020-12-14 11:15 UTC  (14+ messages)
` [PATCH 1/6] hw/misc/pvpanic: Build the pvpanic device for any machine
` [PATCH 2/6] hw/misc/pvpanic: Cosmetic renaming
` [PATCH 3/6] hw/misc/pvpanic: Add the PCI interface
` [PATCH 4/6] hw/arm/virt: Use the pvpanic pci device
` [PATCH 5/6] pvpanic : update pvpanic document

gdb internal-error in 'check-tcg' with gdb 8.1.1-0ubuntu1
 2020-12-14 11:13 UTC 

[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
 2020-12-14 11:42 UTC  (3+ messages)

[PATCH] ui: add support for remote power control to VNC server
 2020-12-14 11:05 UTC  (2+ messages)

[PATCH 0/3] hw/arm: sabrelite: Improve emulation fidelity to allow booting upstream U-Boot
 2020-12-14 10:50 UTC  (10+ messages)
` [PATCH 1/3] hw/misc: imx6_ccm: Update PMU_MISC0 reset value
` [PATCH 2/3] hw/msic: imx6_ccm: Correct register value for silicon type
` [PATCH 3/3] hw/arm: sabrelite: Connect the Ethernet PHY at address 6

[PATCH] pci/shpc: don't push attention button when ejecting powered-off device
 2020-12-14 10:40 UTC  (3+ messages)

[PATCH v3 00/13] Remove GCC < 4.8 checks
 2020-12-14 10:20 UTC  (7+ messages)
` [PATCH v3 03/13] compiler.h: remove GCC < 3 __builtin_expect fallback
` [PATCH v3 13/13] compiler.h: remove QEMU_GNUC_PREREQ

[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
 2020-12-14 10:14 UTC  (4+ messages)
` [PATCH 1/6] migration: Fix and clean up around @tls-authz

[PATCH REPOST] spapr: Allow memory unplug to always succeed
 2020-12-14 10:05 UTC 

[PATCH 0/8] hw/ppc: Convert UIC device to QOM
 2020-12-14 10:04 UTC  (13+ messages)
` [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code
` [PATCH 2/8] ppc: Convert PPC UIC to a QOM device
` [PATCH 3/8] hw/ppc/virtex_ml507: Drop use of ppcuic_init()
` [PATCH 4/8] hw/ppc/ppc440_bamboo: "

[PATCH v3] hw/block/nand: Decommission the NAND museum
 2020-12-14 10:02 UTC  (2+ messages)

[RFC PATCH] .cirrus.yml: bump timeout period for MacOS builds
 2020-12-14  9:33 UTC  (6+ messages)

[PATCH for-6.0] qga/commands-posix: Send CCW address on s390x with the fsinfo data
 2020-12-14  8:53 UTC  (2+ messages)

[PATCH] icount: improve exec nocache usage
 2020-12-14  6:33 UTC  (5+ messages)

[Bug 1907953] [NEW] pkg install qemu-system-x86_64 não funciona qemu 5.2.0
 2020-12-14  6:23 UTC  (2+ messages)
` [Bug 1907953] "

[PATCH v13 00/19] Initial support for multi-process Qemu
 2020-12-14  5:14 UTC  (20+ messages)
` [PATCH v13 01/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v13 02/19] multi-process: add configure and usage information
` [PATCH v13 03/19] memory: alloc RAM from file at offset
` [PATCH v13 04/19] multi-process: Add config option for multi-process QEMU
` [PATCH v13 05/19] multi-process: setup PCI host bridge for remote device
` [PATCH v13 06/19] multi-process: setup a machine object for remote device process
` [PATCH v13 07/19] multi-process: add qio channel function to transmit data and fds
` [PATCH v13 08/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v13 09/19] multi-process: Initialize message handler in remote device
` [PATCH v13 10/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v13 11/19] multi-process: setup memory manager for remote device
` [PATCH v13 12/19] multi-process: introduce proxy object
` [PATCH v13 13/19] multi-process: add proxy communication functions
` [PATCH v13 14/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v13 15/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v13 16/19] multi-process: Synchronize remote memory
` [PATCH v13 17/19] multi-process: create IOHUB object to handle irq
` [PATCH v13 18/19] multi-process: Retrieve PCI info from remote process
` [PATCH v13 19/19] multi-process: perform device reset in the "

[PULL 00/30] ppc-for-6.0 queue 20201211
 2020-12-14  4:58 UTC  (4+ messages)

[PULL 00/30] ppc-for-6.0 queue 20201214
 2020-12-14  4:58 UTC  (31+ messages)
` [PULL 01/30] spapr/xive: Turn some sanity checks into assertions
` [PULL 02/30] spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
` [PULL 03/30] spapr: Do PCI device hotplug sanity checks at pre-plug only
` [PULL 04/30] spapr: Do NVDIMM/PC-DIMM "
` [PULL 05/30] spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
` [PULL 06/30] spapr: Do PHB hoplug sanity check at pre-plug
` [PULL 07/30] spapr: Do TPM proxy hotplug sanity checks "
` [PULL 08/30] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
` [PULL 09/30] ppc: Add a missing break for PPC6xx_INPUT_TBEN
` [PULL 10/30] ppc/translate: Fix unordered f64/f128 comparisons
` [PULL 11/30] ppc/translate: Turn the helper macros into functions
` [PULL 12/30] ppc/translate: Delay NaN checking after comparison
` [PULL 13/30] ppc/translate: Raise exceptions after setting the cc
` [PULL 14/30] ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
` [PULL 15/30] hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier
` [PULL 16/30] xive: Add trace events
` [PULL 17/30] spapr: Fix pre-2.10 dummy ICP hack
` [PULL 18/30] spapr: Abort if ppc_set_compat() fails for hot-plugged CPUs
` [PULL 19/30] spapr: Simplify error path of spapr_core_plug()
` [PULL 20/30] spapr: spapr_drc_attach() cannot fail
` [PULL 21/30] target/ppc: Remove "compat" property of server class POWER CPUs
` [PULL 22/30] hw/ppc: Do not re-read the clock on pre_save if doing savevm
` [PULL 23/30] MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
` [PULL 24/30] ppc/e500: Free irqs array to avoid memleak
` [PULL 25/30] ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
` [PULL 26/30] target/ppc: Introduce an mmu_is_64bit() helper
` [PULL 27/30] spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
` [PULL 28/30] spapr: Don't use qdev_get_machine() in spapr_msi_write()
` [PULL 29/30] spapr: Pass sPAPR machine state to some RTAS events handling functions
` [PULL 30/30] spapr.c: set a 'kvm-type' default value instead of relying on NULL

[Bug 1892581] [NEW] QEMU 5.1 no longer says anything about inaccessible devices
 2020-12-14  3:59 UTC  (3+ messages)
` [Bug 1892581] "


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