qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 10:46:28 to 2021-11-19 08:41:14 UTC [more...]

[PATCH v1 0/9] hw/mos6522: VIA timer emulation fixes and improvements
 2021-11-19  8:39 UTC  (4+ messages)

[PATCH 0/5] hw/core: Remove uses of obsolete QERR_ definitions
 2021-11-19  8:35 UTC  (12+ messages)
` [PATCH 1/5] hw/core: Remove use of QERR_UNSUPPORTED
` [PATCH 2/5] hw/core: Remove use of QERR_FEATURE_DISABLED
` [PATCH 3/5] hw/core: Remove uses of QERR_DEVICE_NO_HOTPLUG
` [PATCH 4/5] hw/core: Remove uses of QERR_PROPERTY_VALUE_BAD
` [PATCH 5/5] hw/core: Remove uses of QERR_INVALID_PARAMETER_VALUE

[PATCH-for-6.2 0/2] hw/display: Do not allow multiple (identical) VGA devices
 2021-11-19  8:21 UTC  (4+ messages)
` [PATCH-for-6.2 1/2] hw/display: Add Error* handle to vga_common_init()
` [PATCH-for-6.2 2/2] hw/display: Do not allow multiple identical VGA devices

[PULL for-6.2 0/3] hw/nvme fixes
 2021-11-19  8:09 UTC  (4+ messages)
` [PULL for-6.2 1/3] hw/nvme: reattach subsystem namespaces on hotplug
` [PULL for-6.2 2/3] hw/nvme: change nvme-ns 'shared' default
` [PULL for-6.2 3/3] hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947)

[PATCH 0/3] virtio-net: Only enable userland vq if using tap backend
 2021-11-19  7:49 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH v11 00/26] Add LoongArch linux-user emulation support
 2021-11-19  6:13 UTC  (27+ messages)
` [PATCH v11 01/26] target/loongarch: Add README
` [PATCH v11 02/26] target/loongarch: Add core definition
` [PATCH v11 03/26] target/loongarch: Add main translation routines
` [PATCH v11 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v11 05/26] target/loongarch: Add fixed point shift "
` [PATCH v11 06/26] target/loongarch: Add fixed point bit "
` [PATCH v11 07/26] target/loongarch: Add fixed point load/store "
` [PATCH v11 08/26] target/loongarch: Add fixed point atomic "
` [PATCH v11 09/26] target/loongarch: Add fixed point extra "
` [PATCH v11 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v11 11/26] target/loongarch: Add floating point comparison "
` [PATCH v11 12/26] target/loongarch: Add floating point conversion "
` [PATCH v11 13/26] target/loongarch: Add floating point move "
` [PATCH v11 14/26] target/loongarch: Add floating point load/store "
` [PATCH v11 15/26] target/loongarch: Add branch "
` [PATCH v11 16/26] target/loongarch: Add disassembler
` [PATCH v11 17/26] linux-user: Add LoongArch generic header files
` [PATCH v11 18/26] linux-user: Add LoongArch specific structures
` [PATCH v11 19/26] linux-user: Add LoongArch signal support
` [PATCH v11 20/26] linux-user: Add LoongArch elf support
` [PATCH v11 21/26] linux-user: Add LoongArch syscall support
` [PATCH v11 22/26] linux-user: Add LoongArch cpu_loop support
` [PATCH v11 23/26] default-configs: Add loongarch linux-user support
` [PATCH v11 24/26] target/loongarch: Add target build suport
` [PATCH v11 25/26] target/loongarch: 'make check-tcg' support
` [PATCH v11 26/26] scripts: add loongarch64 binfmt config

[PATCH V3 1/2] net/filter: Enable the vnet_hdr_support by default
 2021-11-19  5:35 UTC  (2+ messages)
` [PATCH V3 2/2] test/qtest/test-filter-mirror.c: Change the default vnet_hdr_support

[PATCH] net/filter: Enable the vnet_hdr_support by default
 2021-11-19  5:34 UTC  (4+ messages)

[PATCH v4 00/20] Support UXL filed in xstatus
 2021-11-19  4:56 UTC  (13+ messages)
` [PATCH v4 08/20] target/riscv: Create current pm fields in env
` [PATCH v4 09/20] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v4 10/20] target/riscv: Calculate address according to XLEN
` [PATCH v4 11/20] target/riscv: Split pm_enabled into mask and base
` [PATCH v4 12/20] target/riscv: Split out the vill from vtype
` [PATCH v4 13/20] target/riscv: Fix RESERVED field length in VTYPE

[PULL 0/3] Net patches
 2021-11-19  4:03 UTC  (4+ messages)
` [PULL 1/3] net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
` [PULL 2/3] net/colo-compare.c: Fix ACK track reverse issue
` [PULL 3/3] net/colo-compare.c: Fix incorrect return when input wrong size

[PATCH] net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
 2021-11-19  3:30 UTC  (5+ messages)
    ` [PATCH-for-6.2] "

Follow-up on the CXL discussion at OFTC
 2021-11-19  3:25 UTC  (7+ messages)

[PATCH 1/2] net/colo-compare.c: Fix ACK track reverse issue
 2021-11-19  3:19 UTC  (4+ messages)
` [PATCH 2/2] net/colo-compare.c: Fix incorrect return when input wrong size

[PATCH v4 00/25] block layer: split block APIs in global state and I/O
 2021-11-19  3:13 UTC  (14+ messages)
` [PATCH v4 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v4 19/25] block_int-common.h: split function pointers in BlockDriver

[PATCH v5 0/6] Add vmnet.framework based network backend
 2021-11-19  2:56 UTC  (11+ messages)
` [PATCH v5 3/6] net/vmnet: implement shared mode (vmnet-shared)

[PATCH] docs/COLO-FT.txt: Drop deprecated 'props' from object-add in COLO docs
 2021-11-19  1:28 UTC  (3+ messages)

[PATCH v2 for-6.2] meson.build: Support ncurses on MacOS and OpenBSD
 2021-11-19  0:18 UTC  (2+ messages)

[PATCH] ui/gtk: mon_num parameter to specify target monitor for launching Qemu
 2021-11-18 22:51 UTC 

[PULL 00/22] target-arm queue
 2021-11-18 21:57 UTC  (3+ messages)
` [PULL 02/22] arm: tcg: Adhere to SMCCC 1.3 section 5.2

[RFC PATCH v2 0/5] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2021-11-18 21:04 UTC  (6+ messages)
` [RFC PATCH v2 5/5] softmmu/physmem: Have flaview API check MemTxAttrs::bus_perm field

[PATCH 0/7] python: More fixes for 6.2
 2021-11-18 20:46 UTC  (8+ messages)
` [PATCH 1/7] python/machine: add @sock_dir property
` [PATCH 2/7] python/machine: remove _remove_monitor_sockfile property
` [PATCH 3/7] python/machine: add instance disambiguator to default nickname
` [PATCH 4/7] python/machine: move more variable initializations to _pre_launch
` [PATCH 5/7] python/machine: handle "fast" QEMU terminations
` [PATCH 6/7] scripts/device-crash-test: Use a QMP timeout
` [PATCH 7/7] python/aqmp: fix send_fd_scm for python 3.6.x

device-crash-test
 2021-11-18 20:01 UTC  (3+ messages)

[PATCH-for-6.2? v2] docs: Render binary names as monospaced text
 2021-11-18 19:27 UTC 

[PATCH] audio: Add sndio backend
 2021-11-18 19:25 UTC  (5+ messages)

[PATCH for-6.2 0/2] escc: fixes for STATUS_TXEMPTY and SPEC_ALLSENT
 2021-11-18 18:26 UTC  (5+ messages)
` [PATCH for-6.2 1/2] escc: always set STATUS_TXEMPTY in R_STATUS on device reset
` [PATCH for-6.2 2/2] escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1

[PATCH-for-6.2?] docs: Render binary names as monospaced text
 2021-11-18 18:22 UTC  (4+ messages)

[PATCH v2 0/3] support dirty restraint on vCPU
 2021-11-18 18:17 UTC  (4+ messages)
  ` [PATCH v2 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
  ` [PATCH v2 2/3] cpu-throttle: implement vCPU throttle
  ` [PATCH v2 3/3] cpus-common: implement dirty limit on vCPU

[qemu-web PATCH] remove deployment phase from CI
 2021-11-18 18:02 UTC  (3+ messages)

[PATCH] hw/i2c: add pca9543 support to mux
 2021-11-18 17:21 UTC  (2+ messages)

[qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc
 2021-11-18 17:00 UTC 

[PULL 0/6 for-6.2] AMD SEV patches
 2021-11-18 16:37 UTC  (8+ messages)
` [PULL 1/6] qapi/qom, target/i386: sev-guest: Introduce kernel-hashes=on|off option
` [PULL 2/6] target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
` [PULL 3/6] target/i386/sev: Rephrase error message when no hashes table in guest firmware
` [PULL 4/6] target/i386/sev: Fail when invalid hashes table area detected
` [PULL 5/6] target/i386/sev: Perform padding calculations at compile-time
` [PULL 6/6] target/i386/sev: Replace qemu_map_ram_ptr with address_space_map

[PATCH] nvmm: Fix support for stable version
 2021-11-18 15:50 UTC  (3+ messages)

[PATCH v2 0/2] iotests: Fix crypto algorithm failures
 2021-11-18 15:53 UTC  (4+ messages)
` [PATCH v2 2/2] iotests/149: Skip on unsupported ciphers

[PULL 0/5] Python patches
 2021-11-18 15:50 UTC  (5+ messages)

[PATCH-for-6.2?] docs: Spell QEMU all caps
 2021-11-18 15:42 UTC  (3+ messages)

[PATCH-for-6.2? v2 0/5] docs/devel/style: Improve rST rendering
 2021-11-18 15:32 UTC  (7+ messages)
` [PATCH-for-6.2? v2 1/5] docs/devel/style: Render C types as monospaced text
` [PATCH-for-6.2? v2 2/5] docs/devel/style: Improve Error** functions rST rendering
` [PATCH-for-6.2? v2 3/5] docs/devel/style: Improve string format "
` [PATCH-for-6.2? v2 4/5] docs/devel/style: Render C function names as monospaced text
` [PATCH-for-6.2? v2 5/5] docs/devel/style: Misc rST rendering improvements

[PATCH 2/2] hw/misc/bcm2835_property: Add dummy Get/Set GPIO virt buf messages
 2021-11-18 15:24 UTC  (2+ messages)

[PATCH v2 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-11-18 15:18 UTC  (5+ messages)
` [PATCH v2 1/3] target/ppc: Fixed call to deferred exception
` [PATCH v2 2/3] target/ppc: ppc_store_fpscr doesn't update bit 52
` [PATCH v2 3/3] test/tcg/ppc64le: test mtfsf

[PATCH 1/2] hw/misc/bcm2835_property: Fix framebuffer with recent RPi kernels
 2021-11-18 15:05 UTC  (2+ messages)
` [PATCH-for-6.2 "

[PATCH v2 00/13] Eliminate drive_get_next()
 2021-11-18 14:47 UTC  (11+ messages)
` [PATCH v2 08/13] hw/arm/xlnx-versal-virt: Replace drive_get_next() by drive_get()
` [PATCH v2 09/13] hw/microblaze: "
` [PATCH v2 10/13] hw/arm/xlnx-zcu102: "
` [PATCH v2 11/13] hw/arm/xilinx_zynq: "
` [PATCH v2 12/13] hw/arm/aspeed: "

[PATCH] block/vvfat.c fix leak when failure occurs
 2021-11-18 14:51 UTC  (3+ messages)

[PATCH 0/3] Fix irq allocation of PCI host bridge on powernv
 2021-11-18 14:46 UTC  (7+ messages)
` [PATCH 1/3] ppc/pnv: Tune the POWER9 PCIe Host bridge model
` [PATCH 2/3] pci: Export the pci_intx() function
` [PATCH 3/3] pcie_aer: Don't trigger a LSI if none are defined

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2021-11-18 14:42 UTC  (9+ messages)

[PATCH 0/3] block: misc fixes & improvements for SSH block driver key fingerprints
 2021-11-18 14:35 UTC  (4+ messages)
` [PATCH 1/3] block: better document SSH host key fingerprint checking
` [PATCH 2/3] block: support sha256 fingerprint with pre-blockdev options
` [PATCH 3/3] block: print the server key type and fingerprint on failure

[PATCH v2 0/2] qemu-options: define -spice only #ifdef CONFIG_SPICE
 2021-11-18 14:14 UTC  (4+ messages)
` [PATCH v2 1/2] "

[qemu-web PATCH v2] Add Sponsors page
 2021-11-18 14:10 UTC  (8+ messages)

[PATCH v3 0/5] tests/qtest: add some tests for virtio-net failover
 2021-11-18 13:32 UTC  (6+ messages)
` [PATCH v3 1/5] qtest/libqos: add a function to initialize secondary PCI buses
` [PATCH v3 2/5] tests/qtest: add some tests for virtio-net failover
` [PATCH v3 3/5] failover: fix unplug pending detection
` [PATCH v3 4/5] libqtest: add a function to use a timeout when waiting for an event
` [PATCH v3 5/5] tests/libqtest: update virtio-net failover test

[PATCH v3 0/6] SEV: add kernel-hashes=on for measured -kernel launch
 2021-11-18 13:40 UTC  (6+ messages)

does drive_get_next(IF_NONE) make sense?
 2021-11-18 13:20 UTC  (10+ messages)

[PATCH-for-6.2? 0/3] docs/devel/style: Improve rST rendering
 2021-11-18 13:03 UTC  (7+ messages)
` [PATCH-for-6.2? 1/3] docs/devel/style: Improve GLib functions "
` [PATCH-for-6.2? 3/3] docs/devel/style: Improve types/qualifiers "

[PATCH-for-6.2 v3 0/2] hw/block/fdc: Fix CVE-2021-20196
 2021-11-18 12:06 UTC  (3+ messages)
` [PATCH-for-6.2 v3 1/2] hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196
` [PATCH-for-6.2 v3 2/2] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196

[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
 2021-11-18 11:57 UTC  (3+ messages)
` [PATCH-for-6.2 1/2] hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507)
` [PATCH-for-6.2 2/2] tests/qtest/fdc-test: Add a regression test for CVE-2021-3507

[PATCH-for-6.2 v2 0/2] hw/block/fdc: Fix CVE-2021-20196
 2021-11-18 11:54 UTC  (5+ messages)
` [PATCH-for-6.2 v2 1/2] hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196

[PATCH for-6.2 0/2] esp: add fix for reset before transfer
 2021-11-18 11:30 UTC  (3+ messages)
` [PATCH for-6.2 1/2] esp: ensure that async_len is reset to 0 during esp_hard_reset()

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-18 11:23 UTC  (16+ messages)

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-18 11:05 UTC  (4+ messages)
` [PATCH v2 1/3] icount: preserve cflags when custom tb is about to execute

[PATCH-for-6.2] hw/i386/microvm: Reduce annoying debug message in dt_setup_microvm()
 2021-11-18 10:55 UTC  (3+ messages)

[qemu-web PATCH] update links to the SubmitAPatch wiki page
 2021-11-18 10:45 UTC  (2+ messages)


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