qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-25 20:43:07 to 2020-02-26 11:55:12 UTC [more...]

[PATCH] hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()
 2020-02-26 11:53 UTC  (2+ messages)

[PATCH 0/4] docs: Miscellaneous rST conversions
 2020-02-26 11:49 UTC  (22+ messages)
` [PATCH 1/4] docs: Convert security.texi to rST format
` [PATCH 2/4] docs: Remove the "CPU emulation" part of the "Implementation notes"
` [PATCH 3/4] docs: Convert 'managed start up options' docs to rST
` [PATCH 4/4] docs: Convert qemu-deprecated.texi "

[PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-02-26 11:38 UTC 

[PATCH v3 00/12] Convert QAPI doc comments to generate rST instead of texinfo
 2020-02-26 11:45 UTC  (2+ messages)

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-02-26 11:44 UTC  (4+ messages)

[PATCH 0/2] iotests: complicate run_job with this one weird trick?
 2020-02-26 11:31 UTC  (5+ messages)
` [PATCH 1/2] iotests: add JobRunner class
` [PATCH 2/2] iotests: modify test 040 to use JobRunner

Issue with vl.c: move -m parsing after memory backends has been processed. Commit a1b18df9a4848fc8a906e40c275063bfe9ca2047
 2020-02-26 11:38 UTC  (2+ messages)

[PATCH RESEND v2 00/32] hw: Sanitize various MemoryRegion calls
 2020-02-26 11:38 UTC  (3+ messages)
` [PATCH RESEND v2 07/32] hw/mips: Use memory_region_init_rom() with read-only regions

[PATCH v2 00/18] qemu-doc reorganization and Sphinx version
 2020-02-26 11:30 UTC  (19+ messages)
` [PATCH 01/18] qemu-doc: convert user-mode emulation to a separate Sphinx manual
` [PATCH 02/18] qemu-doc: remove target OS documentation
` [PATCH 03/18] texi2pod: parse @include directives outside "@c man" blocks
` [PATCH 04/18] qemu-doc: split CPU models doc between MIPS and x86 parts
` [PATCH 05/18] qemu-doc: split qemu-doc.texi in multiple files
` [PATCH 06/18] qemu-doc: extract common system emulator documentation from the PC section
` [PATCH 07/18] qemu-doc: move system requirements chapter inside "
` [PATCH 08/18] qemu-doc: split target sections to separate files
` [PATCH 09/18] qemu-doc: Remove the "CPU emulation" part of the "Implementation notes"
` [PATCH 10/18] qemu-doc: move qemu-tech.texi into main section
` [PATCH 11/18] qemu-doc: move included files to docs/system
` [PATCH 12/18] qemu-doc: remove indices other than findex
` [PATCH 13/18] docs/system: put qemu-block-drivers body in an included file
` [PATCH 14/18] docs/system: Convert qemu-cpu-models.texi to rST
` [PATCH 15/18] docs/system: Convert security.texi to rST format
` [PATCH 16/18] docs/system: convert managed startup to rST
` [PATCH 17/18] docs/system: convert the documentation of deprecated features "
` [PATCH 18/18] docs/system: convert Texinfo documentation "

[PATCH qemu v7 0/5] spapr: Kill SLOF
 2020-02-26 11:34 UTC  (6+ messages)

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-02-26 11:28 UTC  (7+ messages)

[PATCH] hw/ide: Remove status register read side effect
 2020-02-26 11:07 UTC  (10+ messages)

[PATCH v4 0/3] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-02-26 10:56 UTC  (10+ messages)
` [PATCH v4 2/3] acpi:pci-expender-bus: Add pxb support for arm

[PATCH v2 00/13] redundant code: Fix warnings reported by Clang static code analyzer
 2020-02-26 10:41 UTC  (22+ messages)
` [PATCH v2 01/13] block/stream: Remove redundant statement in stream_run()
` [PATCH v2 02/13] block/iscsi:Remove redundant statement in iscsi_open()
` [PATCH v2 03/13] block/file-posix: Remove redundant statement in raw_handle_perm_lock()
` [PATCH v2 04/13] scsi/esp-pci: Remove redundant statement in esp_pci_io_write()
` [PATCH v2 05/13] scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
` [PATCH v2 06/13] display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()
` [PATCH v2 07/13] display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
` [PATCH v2 08/13] display/blizzard: Remove redundant statement in blizzard_draw_line16_32()
` [PATCH v2 09/13] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
` [PATCH v2 10/13] migration/vmstate: Remove redundant statement in vmstate_save_state_v()
` [PATCH v2 11/13] timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write()
` [PATCH v2 12/13] usb/hcd-ehci: Remove redundant statements
` [PATCH v2 13/13] monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()

Sudden slowdown of ARM emulation in master
 2020-02-26 10:36 UTC  (12+ messages)

[PATCH v3 00/10] vTPM for aarch64
 2020-02-26 10:25 UTC  (11+ messages)
` [PATCH v3 01/10] tpm: rename TPM_TIS into TPM_TIS_ISA
` [PATCH v3 02/10] tpm: Use TPMState as a common struct
` [PATCH v3 03/10] tpm: Separate tpm_tis common functions from isa code
` [PATCH v3 04/10] tpm: Separate TPM_TIS and TPM_TIS_ISA configs
` [PATCH v3 05/10] tpm: Add the SysBus TPM TIS device
` [PATCH v3 06/10] hw/arm/virt: vTPM support
` [PATCH v3 07/10] docs/specs/tpm: Document TPM_TIS sysbus device for ARM
` [PATCH v3 08/10] test: tpm: pass optional machine options to swtpm test functions
` [PATCH v3 09/10] test: tpm-tis: Get prepared to share tests between ISA and sysbus devices
` [PATCH v3 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

[PATCH 0/2] fix two small memleaks
 2020-02-26 10:32 UTC  (6+ messages)
` [PATCH 1/2] block/qcow2: do free crypto_opts in qcow2_close()
` [PATCH 2/2] qemu-img: free memory before re-assign

A problem with live migration of UEFI virtual machines
 2020-02-26  9:42 UTC  (8+ messages)
    ` [edk2-devel] "

[PATCH v4 00/10] Further bitmaps improvements
 2020-02-26  9:27 UTC  (2+ messages)

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-02-26  9:18 UTC  (8+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management
  ` QAPI schema for desired state of LUKS keyslots (was: [PATCH 02/13] qcrypto-luks: implement encryption key management)
      ` QAPI schema for desired state of LUKS keyslots

[PATCH] hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2
 2020-02-26  9:17 UTC  (4+ messages)

[PATCH] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-02-26  9:09 UTC  (5+ messages)

[PULL v2 00/30] virtio, pc: fixes, features
 2020-02-26  9:08 UTC  (31+ messages)
` [PULL v2 01/30] bios-tables-test: tell people how to update
` [PULL v2 02/30] bios-tables-test: fix up DIFF generation
` [PULL v2 03/30] bios-tables-test: default diff command
` [PULL v2 04/30] rebuild-expected-aml.sh: remind about the process
` [PULL v2 05/30] vhost-user-fs: do delete virtio_queues in unrealize
` [PULL v2 06/30] vhost-user-fs: convert to the new virtio_delete_queue function
` [PULL v2 07/30] virtio-pmem: do delete rq_vq in virtio_pmem_unrealize
` [PULL v2 08/30] virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealize
` [PULL v2 09/30] vhost-user-blk: delete virtioqueues in unrealize to fix memleaks
` [PULL v2 10/30] vhost-user-blk: convert to new virtio_delete_queue
` [PULL v2 11/30] virtio: gracefully handle invalid region caches
` [PULL v2 12/30] virtio-iommu: Add skeleton
` [PULL v2 13/30] virtio-iommu: Decode the command payload
` [PULL v2 14/30] virtio-iommu: Implement attach/detach command
` [PULL v2 15/30] virtio-iommu: Implement map/unmap
` [PULL v2 16/30] virtio-iommu: Implement translate
` [PULL v2 17/30] virtio-iommu: Implement fault reporting
` [PULL v2 18/30] virtio-iommu: Support migration
` [PULL v2 19/30] virtio-iommu-pci: Add virtio iommu pci support
` [PULL v2 20/30] hw/arm/virt: Add the virtio-iommu device tree mappings
` [PULL v2 21/30] MAINTAINERS: add virtio-iommu related files
` [PULL v2 22/30] libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACK
` [PULL v2 23/30] libvhost-user-glib: fix VugDev main fd cleanup
` [PULL v2 24/30] libvhost-user-glib: use g_main_context_get_thread_default()
` [PULL v2 25/30] libvhost-user: handle NOFD flag in call/kick/err better
` [PULL v2 26/30] docs: vhost-user: add in-band kick/call messages
` [PULL v2 27/30] libvhost-user: implement in-band notifications
` [PULL v2 28/30] acpi: cpuhp: document CPHP_GET_CPU_ID_CMD command
` [PULL v2 29/30] vhost-user: only set slave channel for first vq
` [PULL v2 30/30] Fixed assert in vhost_user_set_mem_table_postcopy

[Bug 1864814] [NEW] Improve UX for macOS when launching from a fullscreen app
 2020-02-26  8:54 UTC 

[PATCH 1/1] target/riscv: Fix VS mode interrupts forwarding
 2020-02-26  8:52 UTC  (4+ messages)

[RFC v2 0/6] vTPM for aarch64
 2020-02-26  8:38 UTC  (7+ messages)
` [RFC v2 5/6] tpm: Add the SysBus TPM TIS device

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-26  8:23 UTC  (15+ messages)
` [PATCH v6 06/18] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v6 09/18] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v6 10/18] target/ppc: Correct RMLS table
` [PATCH v6 17/18] spapr: Clean up RMA size calculation

[PULL 00/19] testing and plugin updates
 2020-02-26  7:39 UTC  (20+ messages)
` [PULL 01/19] tests/tcg: include a skip runner for pauth3 with plugins
` [PULL 02/19] tests/rcutorture: update usage hint
` [PULL 03/19] tests/rcutorture: better document locking of stats
` [PULL 04/19] tests/rcutorture: mild documenting refactor of update thread
` [PULL 05/19] travis.yml: Test the s390-ccw build, too
` [PULL 06/19] travis.yml: Fix Travis YAML configuration warnings
` [PULL 07/19] travis.yml: single-thread build-tcg stages
` [PULL 08/19] tests/iotests: be a little more forgiving on the size test
` [PULL 09/19] tracing: only allow -trace to override -D if set
` [PULL 10/19] docs/devel: document query handle lifetimes
` [PULL 11/19] plugins/core: add missing break in cb_to_tcg_flags
` [PULL 12/19] tests/plugin: prevent uninitialized warning
` [PULL 13/19] qemu/bitops.h: Add extract8 and extract16
` [PULL 14/19] target/riscv: progressively load the instruction during decode
` [PULL 15/19] tests/plugins: make howvec clean-up after itself
` [PULL 16/19] tests/tcg: give debug builds a little bit longer
` [PULL 17/19] tcg: save vaddr temp for plugin usage
` [PULL 18/19] tests/tcg: fix typo in configure.sh test for v8.3
` [PULL 19/19] tests/tcg: take into account expected clashes pauth-4

[PATCH v7 00/11] error: auto propagated local_err part I
 2020-02-26  7:41 UTC  (7+ messages)
` [PATCH v7 03/11] scripts: add coccinelle script to use auto propagated errp

[PATCH] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
 2020-02-26  6:35 UTC  (5+ messages)

[Bug 1863710] [NEW] qemu 4.2 does not process discard(trim) commands
 2020-02-26  6:21 UTC  (2+ messages)
` [Bug 1863710] "

[PATCH 0/6] block: add block-dirty-bitmap-populate job
 2020-02-26  5:07 UTC  (5+ messages)
` [PATCH 1/6] block: add bitmap-populate job

[PULL 00/32] virtio, pc: fixes, features
 2020-02-26  4:48 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
 2020-02-26  4:32 UTC 

[PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
 2020-02-26  3:45 UTC  (3+ messages)
` [PATCH 1/2] aspeed/smc: Add some tracing

[PATCH v2 0/2] Add AVX512F optimization option and buffer_zero_avx512()
 2020-02-26  3:35 UTC  (3+ messages)
` [PATCH v2 1/2] configure: introduce configure option avx512f
` [PATCH v2 2/2] util: add util function buffer_zero_avx512()

[PATCH 0/1] Introduce Xlnx ZynqMP CAN controller for QEMU
 2020-02-26  3:24 UTC  (7+ messages)
` [PATCH 1/1] hw/net/can: "

[PATCH v3 1/1] target/riscv: add vector integer operations
 2020-02-26  2:43 UTC 

[PATCH v2 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-26  0:43 UTC  (4+ messages)
` [PATCH v2 1/2] linux-user: Protect more syscalls

[Bug 1864704] [NEW] No compatible -machine option in qemu-system-ppc64 for e6500 core
 2020-02-25 23:40 UTC  (2+ messages)
` [Bug 1864704] "

[PATCH] memory: Fix start offset for bitmap log_clear hook
 2020-02-25 20:46 UTC  (3+ messages)

[PATCH] Arithmetic error fixed in EDID generation
 2020-02-25 20:09 UTC 

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-25 22:12 UTC  (9+ messages)
          ` IDE IRQ problem after UDMA enabled (was: Re: Emulating Solaris 10 on SPARC64 sun4u)

[RFC qemu 0/6] mirror: implement incremental and bitmap modes
 2020-02-25 21:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2020-02-25 21:50 UTC  (5+ messages)
`  "

[PATCH 00/13]redundant code: Fix warnings reported by Clang static code analyzer
 2020-02-25 21:49 UTC  (3+ messages)
` [PATCH 01/13] block/stream: Remove redundant statement in stream_run()

Getting Program Counter
 2020-02-25 20:57 UTC 

[PATCH v3 0/5] linux-user: Implement x86_64 vsyscalls
 2020-02-25 20:36 UTC  (3+ 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).