qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 20:09:14 to 2021-10-08 15:28:57 UTC [more...]

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-08 15:27 UTC  (19+ messages)
` [PATCH v4 01/11] hw/acpi: Add VIOT table
` [PATCH v4 03/11] hw/arm/virt: Remove device tree restriction for virtio-iommu
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device
` [PATCH v4 08/11] tests/acpi: allow updates of VIOT expected data files
` [PATCH v4 09/11] tests/acpi: add test cases for VIOT

[PATCH v2 00/15] qdev: Add JSON -device
 2021-10-08 15:17 UTC  (17+ messages)
` [PATCH v2 01/15] net: Introduce NetClientInfo.check_peer_type()
` [PATCH v2 02/15] net/vhost-user: Fix device compatibility check
` [PATCH v2 03/15] net/vhost-vdpa: "
` [PATCH v2 04/15] qom: Reduce use of error_propagate()
` [PATCH v2 05/15] iotests/245: Fix type for iothread property
` [PATCH v2 06/15] iotests/051: Fix typo
` [PATCH v2 07/15] qdev: Avoid using string visitor for properties
` [PATCH v2 08/15] qdev: Make DeviceState.id independent of QemuOpts
` [PATCH v2 09/15] softmmu/qdev-monitor: add error handling in qdev_set_id
` [PATCH v2 10/15] qemu-option: Allow deleting opts during qemu_opts_foreach()
` [PATCH v2 11/15] qdev: Add Error parameter to hide_device() callbacks
` [PATCH v2 12/15] virtio-net: Store failover primary opts pointer locally
` [PATCH v2 13/15] virtio-net: Avoid QemuOpts in failover_find_primary_device()
` [PATCH v2 14/15] qdev: Base object creation on QDict rather than QemuOpts
` [PATCH v2 15/15] vl: Enable JSON syntax for -device

[PATCH v2 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-08 15:08 UTC  (4+ messages)

[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-10-08 15:05 UTC  (3+ messages)

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-08 14:48 UTC  (9+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable

[PATCH 0/5] plugins/cache: L2 cache modelling and a minor leak fix
 2021-10-08 14:45 UTC  (5+ messages)
` [PATCH 1/5] plugins/cache: freed heap-allocated mutexes
` [PATCH 3/5] plugins/cache: split command line arguments into name and value

[PULL 00/12] some testing and plugin updates
 2021-10-08 14:41 UTC  (14+ messages)
` [PULL 01/12] configure: don't override the selected host test compiler if defined
` [PULL 02/12] tests/tcg/sha1: remove endian include
` [PULL 03/12] tests/tcg: move some multiarch files and make conditional
` [PULL 04/12] tests/docker: promote debian-riscv64-cross to a full image
` [PULL 05/12] gitlab: Add cross-riscv64-system, cross-riscv64-user
` [PULL 06/12] travis.yml: Remove the "Release tarball" job
` [PULL 07/12] gitlab: skip the check-patch job on the upstream repo
` [PULL 08/12] gitlab: fix passing of TEST_TARGETS env to cirrus
` [PULL 09/12] plugins/: Add missing functions to symbol list
` [PULL 10/12] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
` [PULL 11/12] .github: move repo lockdown to the v2 configuration
` [PULL 12/12] tests/docker: add a debian-native image and make available

[PULL 00/13] M68k next patches
 2021-10-08 13:29 UTC  (15+ messages)
` [PULL 01/13] macfb: handle errors that occur during realize
` [PULL 02/13] macfb: update macfb.c to use the Error API best practices
` [PULL 03/13] macfb: fix invalid object reference in macfb_common_realize()
` [PULL 04/13] macfb: fix overflow of color_palette array
` [PULL 05/13] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PULL 06/13] macfb: add trace events for reading and writing the control registers
` [PULL 07/13] macfb: implement mode sense to allow display type to be detected
` [PULL 08/13] macfb: add qdev property to specify display type
` [PULL 09/13] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PULL 10/13] macfb: fix up 1-bit pixel encoding
` [PULL 11/13] macfb: fix 24-bit RGB "
` [PULL 12/13] macfb: add vertical blank interrupt
` [PULL 13/13] q800: wire macfb IRQ to separate video interrupt on VIA2

[PATCH] MAINTAINERS: Add myself as reviewer of 'Machine core' API
 2021-10-08 13:09 UTC  (2+ messages)

[PATCH] qapi: Make some ObjectTypes depend on the build settings
 2021-10-08 12:01 UTC  (2+ messages)

[PATCH] hvf: Determine slot count from struct layout
 2021-10-08 11:48 UTC  (2+ messages)

[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-08 11:46 UTC  (6+ messages)
` [PATCH v4 16/23] target/i386/sev: Remove stubs by using code elision

[PATCH] hw/misc: applesmc: use host osk as default on macs
 2021-10-08 12:03 UTC  (2+ messages)

[PATCH v4 00/13] macfb: fixes for booting MacOS
 2021-10-08 11:42 UTC  (15+ messages)
` [PATCH v4 01/13] macfb: handle errors that occur during realize
` [PATCH v4 02/13] macfb: update macfb.c to use the Error API best practices
` [PATCH v4 03/13] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH v4 04/13] macfb: fix overflow of color_palette array
` [PATCH v4 05/13] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH v4 06/13] macfb: add trace events for reading and writing the control registers
` [PATCH v4 07/13] macfb: implement mode sense to allow display type to be detected
` [PATCH v4 08/13] macfb: add qdev property to specify display type
` [PATCH v4 09/13] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH v4 10/13] macfb: fix up 1-bit pixel encoding
` [PATCH v4 11/13] macfb: fix 24-bit RGB "
` [PATCH v4 12/13] macfb: add vertical blank interrupt
` [PATCH v4 13/13] q800: wire macfb IRQ to separate video interrupt on VIA2

Approaches for same-on-same linux-user execve?
 2021-10-08 11:20 UTC  (5+ messages)

[PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo
 2021-10-08 10:59 UTC  (3+ messages)

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-08 10:48 UTC  (14+ messages)
` [RFC PATCH v2 04/25] include/block/block: split header into I/O and global state API
` [RFC PATCH v2 11/25] include/block/blockjob.h: "
` [RFC PATCH v2 17/25] include/block/transactions: global state API + assertions
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver

[PATCH] generic-loader: remove the ram_size limit when a loading binary file
 2021-10-08 10:38 UTC  (6+ messages)

[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2021-10-08 10:21 UTC  (4+ messages)
` [PATCH 2/3] virtio-iommu: Default to bypass during boot

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-08 10:17 UTC  (12+ messages)

QAPI sync meeting
 2021-10-08 10:06 UTC  (7+ messages)

[PATCH] target/riscv: csr: Implement mconfigptr CSR
 2021-10-08  9:47 UTC  (3+ messages)

[PATCH v3 00/17] iotests: support zstd
 2021-10-08  9:22 UTC  (5+ messages)

[PATCH 00/24] configure->meson queue for 6.2
 2021-10-08  9:19 UTC  (51+ messages)
` [PATCH 01/24] configure: remove --oss-lib
` [PATCH 02/24] audio: remove CONFIG_AUDIO_WIN_INT
` [PATCH 03/24] configure, meson: move audio driver detection to Meson
` [PATCH 05/24] configure: add command line options for audio drivers
` [PATCH 06/24] kconfig: split CONFIG_SPARSE_MEM from fuzzing
` [PATCH 07/24] configure, meson: move fuzzing configuration to Meson
` [PATCH 08/24] trace: simple: pass trace_file unmodified to config-host.h
` [PATCH 09/24] trace: move configuration from configure to Meson
` [PATCH 10/24] configure, meson: move CONFIG_HOST_DSOSUF "
` [PATCH 11/24] configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
` [PATCH 12/24] configure, meson: remove CONFIG_GCOV from config-host.mak
` [PATCH 13/24] configure, meson: move remaining HAVE_* compiler tests to Meson
` [PATCH 14/24] configure, meson: move pthread_setname_np checks "
` [PATCH 15/24] configure, meson: move libaio check to meson.build
` [PATCH 16/24] configure, meson: move vde detection to meson
` [PATCH 19/24] configure: remove obsolete Solaris ar check
` [PATCH 20/24] configure, meson: move more compiler checks to Meson
` [PATCH 21/24] configure: remove deprecated --{enable, disable}-git-update
` [PATCH 22/24] configure: accept "internal" for --enable-capstone/slirp/fdt
` [PATCH 23/24] configure: prepare for auto-generated option parsing
` [PATCH 24/24] configure: automatically parse command line for meson -D options

[PATCH v0] vhost-user: fix duplicated notifier MR init
 2021-10-08  8:02 UTC 

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-10-08  8:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] vhost-user: fix VirtQ notifier cleanup

[PATCH v3 0/2] Improve vhost-user VQ notifier unmap
 2021-10-08  7:58 UTC  (3+ messages)
` [PATCH v3 1/2] vhost-user: fix VirtQ notifier cleanup
` [PATCH v3 2/2] vhost-user: remove VirtQ notifier restore

[PATCH] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
 2021-10-08  7:50 UTC 

[PATCH] hw/riscv: virt: bugfix the memory-backend-file command is invalid
 2021-10-08  6:44 UTC  (3+ messages)

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-08  6:31 UTC  (4+ messages)
` [PATCH 01/15] pcie: Set default and supported MaxReadReq to 512

[PATCH v2 0/2] pylint: fix new errors and warnings in qemu-iotests
 2021-10-08  6:28 UTC  (3+ messages)
` [PATCH v2 1/2] pylint: fix errors and warnings generated by tests/qemu-iotests/297
` [PATCH v2 2/2] qemu-iotests: fix image-fleecing pylint errors

[PATCH 1/1] i386/monitor: Fix inverse PG_PRESENT_MASK checking in mem_info_la57()
 2021-10-08  6:31 UTC 

[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-08  6:07 UTC  (7+ messages)
` [PATCH 1/2] numa: Set default distance map if needed

[PATCH] target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
 2021-10-08  3:40 UTC  (2+ messages)

[PATCH v2 0/1] hw: aspeed_gpio: Fix GPIO array indexing
 2021-10-08  3:35 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] hw: aspeed_gpio: Fix GPIO array indexing
 2021-10-08  3:19 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC PATCH 00/13] target/riscv: Rationalize XLEN and operand length
 2021-10-08  2:28 UTC  (3+ messages)
` [PATCH 01/13] target/riscv: Move cpu_get_tb_cpu_state out of line

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-10-08  2:13 UTC  (7+ messages)
` [RFC v9 15/29] vfio: Set up nested stage mappings

[PATCH v3 0/9] optimize the downtime for vfio migration
 2021-10-08  1:32 UTC  (10+ messages)
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"

[PATCH v7 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-08  1:29 UTC  (9+ messages)
` [PATCH v7 02/10] ACPI ERST: PCI device_id for ERST
` [PATCH v7 04/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v7 09/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v7 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PATCH v2 0/5] hw/arm: Add MMC device for NPCM7XX boards
 2021-10-08  0:26 UTC  (6+ messages)
` [PATCH v2 1/5] hw/sd: add nuvoton MMC
` [PATCH v2 2/5] hw/arm: Add Nuvoton SD module to board
` [PATCH v2 3/5] hw/arm: Attach MMC to quanta-gbs-bmc
` [PATCH v2 4/5] tests/qtest/libqos: add SDHCI commands
` [PATCH v2 5/5] tests/qtest: add qtests for npcm7xx sdhci

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-10-07 21:46 UTC  (5+ messages)
` [PATCH v2 04/17] python/aqmp: add send_fd_scm

[PATCH 00/12] block: 64bit blk io
 2021-10-07 20:38 UTC  (5+ messages)
` [PATCH 13/12] block-backend: fix blk_co_flush prototype to mention coroutine_fn
` [PATCH 14/12] block-backend: update blk_co_pwrite() and blk_co_pread() wrappers

[PATCH v2 00/48] tcg: optimize redundant sign extensions
 2021-10-07 19:54 UTC  (34+ messages)
` [PATCH v2 08/48] tcg/optimize: Split out fold_call
` [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals
` [PATCH v2 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
` [PATCH v2 12/48] tcg/optimize: Split out finish_folding
` [PATCH v2 15/48] tcg/optimize: Split out fold_const{1,2}
` [PATCH v2 16/48] tcg/optimize: Split out fold_setcond2
` [PATCH v2 18/48] tcg/optimize: Split out fold_brcond
` [PATCH v2 20/48] tcg/optimize: Split out fold_mulu2_i32
` [PATCH v2 22/48] tcg/optimize: Split out fold_movcond
` [PATCH v2 23/48] tcg/optimize: Split out fold_extract2
` [PATCH v2 24/48] tcg/optimize: Split out fold_extract, fold_sextract
` [PATCH v2 25/48] tcg/optimize: Split out fold_deposit
` [PATCH v2 26/48] tcg/optimize: Split out fold_count_zeros
` [PATCH v2 27/48] tcg/optimize: Split out fold_bswap
` [PATCH v2 29/48] tcg/optimize: Split out fold_mov
` [PATCH v2 31/48] tcg/optimize: Split out fold_xx_to_x
` [PATCH v2 32/48] tcg/optimize: Split out fold_xi_to_i
` [PATCH v2 33/48] tcg/optimize: Add type to OptContext
` [PATCH v2 34/48] tcg/optimize: Split out fold_to_not
` [PATCH v2 35/48] tcg/optimize: Split out fold_sub_to_neg
` [PATCH v2 36/48] tcg/optimize: Split out fold_xi_to_x
` [PATCH v2 37/48] tcg/optimize: Split out fold_ix_to_i
` [PATCH v2 38/48] tcg/optimize: Split out fold_masks
` [PATCH v2 39/48] tcg/optimize: Expand fold_mulu2_i32 to all 4-arg multiplies
` [PATCH v2 40/48] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
` [PATCH v2 41/48] tcg/optimize: Sink commutative operand swapping into fold functions
` [PATCH v2 42/48] tcg/optimize: Add more simplifications for orc
` [PATCH v2 43/48] tcg/optimize: Stop forcing z_mask to "garbage" for 32-bit values
` [PATCH v2 44/48] tcg/optimize: Optimize sign extensions
` [PATCH v2 45/48] tcg/optimize: Propagate sign info for logical operations
` [PATCH v2 46/48] tcg/optimize: Propagate sign info for setcond
` [PATCH v2 47/48] tcg/optimize: Propagate sign info for bit counting
` [PATCH v2 48/48] tcg/optimize: Propagate sign info for shifting


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