messages from 2021-02-26 17:12:53 to 2021-02-28 23:50:05 UTC [more...]
[PATCH 00/50] i386 cleanup part 3
2021-02-28 23:23 UTC (33+ messages)
` [PATCH 01/50] target/i386: Split out gen_exception_gpf
` [PATCH 02/50] target/i386: Split out check_cpl0
` [PATCH 03/50] target/i386: Unify code paths for IRET
` [PATCH 04/50] target/i386: Split out check_vm86_iopl
` [PATCH 05/50] target/i386: Split out check_iopl
` [PATCH 06/50] target/i386: Assert PE is set for user-only
` [PATCH 07/50] target/i386: Assert CPL is 3 "
` [PATCH 08/50] target/i386: Assert IOPL is 0 "
` [PATCH 09/50] target/i386: Assert !VM86 for x86_64 user-only
` [PATCH 10/50] target/i386: Assert CODE32 "
` [PATCH 11/50] target/i386: Assert SS32 "
` [PATCH 12/50] target/i386: Assert CODE64 "
` [PATCH 13/50] target/i386: Assert LMA "
` [PATCH 14/50] target/i386: Assert !ADDSEG "
` [PATCH 15/50] target/i386: Introduce REX_PREFIX
` [PATCH 16/50] target/i386: Tidy REX_B, REX_X definition
` [PATCH 17/50] target/i386: Move rex_r into DisasContext
` [PATCH 18/50] target/i386: Move rex_w "
` [PATCH 19/50] target/i386: Remove DisasContext.f_st as unused
` [PATCH 21/50] target/i386: Reduce DisasContext.override to int8_t
` [PATCH 22/50] target/i386: Reduce DisasContext.prefix to uint8_t
` [PATCH 23/50] target/i386: Reduce DisasContext.vex_[lv] "
` [PATCH 25/50] target/i386: Leave TF in DisasContext.flags
` [PATCH 26/50] target/i386: Reduce DisasContext jmp_opt, repz_opt to bool
` [PATCH 29/50] target/i386: Add stub generator for helper_set_dr
` [PATCH 31/50] target/i386: Assert !GUEST for user-only
` [PATCH 32/50] target/i386: Implement skinit in translate.c
` [PATCH 33/50] target/i386: Eliminate SVM helpers for user-only
` [PATCH 35/50] target/i386: Simplify gen_debug usage
` [PATCH 41/50] target/i386: Move invlpg, hlt, monitor, mwait to sysemu
` [PATCH 44/50] target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
` [PATCH 46/50] target/i386: Tidy gen_check_io
[PATCH 0/4] aspeed: LPC peripheral controller devices
2021-02-28 23:14 UTC (10+ messages)
` [PATCH 1/4] arm: ast2600: Force a multiple of 32 of IRQs for the GIC
` [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID
` [PATCH 4/4] hw/misc: Model KCS devices in the Aspeed LPC controller
[PATCH] hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()
2021-02-28 22:48 UTC
[PATCH v2 0/2] Add support for ipv6 host forwarding
2021-02-28 22:44 UTC (5+ messages)
` [PATCH v2 1/2] net/slirp.c: Refactor address parsing
[PATCH] tests/acceptance: Use imgtec.com URL for Fedora 22 artifacts
2021-02-28 22:43 UTC
[PATCH 0/4] hexagon: Add Docker image & testing to gitlab-ci
2021-02-28 22:27 UTC (6+ messages)
` [PATCH 1/4] docker: Add Hexagon image
` [PATCH 2/4] gitlab-ci: Pass optional EXTRA_FILES when building docker images
` [PATCH 3/4] gitlab-ci: Build Hexagon cross-toolchain
` [PATCH 4/4] tests/tcg: Use Hexagon Docker image
[PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
2021-02-28 22:20 UTC (3+ messages)
[PATCH 0/2] Fix mips jazz vs constant TCGCPUOps
2021-02-28 21:39 UTC (7+ messages)
` [PATCH 1/2] target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
` [PATCH 2/2] hw/core: Constify TCGCPUOps
[PATCH 1/2] i386/acpi: fix inconsistent QEMU/OVMF device paths
2021-02-28 21:37 UTC (7+ messages)
[PATCH v5 0/1] virtio-net: Add check for mac address while peer is vdpa
2021-02-28 20:39 UTC (4+ messages)
` [PATCH v5 1/1] "
[PATCH v3 00/21] eMMC support
2021-02-28 19:33 UTC (22+ messages)
` [PATCH v3 01/21] sd: sd: Remove usage of tabs in the file
` [PATCH v3 02/21] sd: emmc: Add support for eMMC cards
` [PATCH v3 03/21] sd: emmc: Update SET_RELATIVE_ADDR command
` [PATCH v3 04/21] sd: emmc: update OCR fields for eMMC
` [PATCH v3 05/21] sd: emmc: Add support for EXT_CSD & CSD "
` [PATCH v3 06/21] sd: emmc: Update CMD8 to send EXT_CSD register
` [PATCH v3 07/21] sd: sdmmc-internal: Add command string for SEND_OP_CMD
` [PATCH v3 08/21] sd: emmc: Dont not update CARD_CAPACITY for eMMC cards
` [PATCH v3 09/21] sd: emmc: Update CMD1 definition for eMMC
` [PATCH v3 10/21] sd: emmc: support idle state in CMD2
` [PATCH v3 11/21] sd: emmc: Add mmc switch function support
` [PATCH v3 12/21] sd: emmc: add CMD21 tuning sequence
` [PATCH v3 13/21] sd: emmc: Make ACMD41 illegal for mmc
` [PATCH v3 14/21] sd: emmc: Add support for emmc erase
` [PATCH v3 15/21] sd: emmc: Update CID structure for eMMC
` [PATCH v3 16/21] sd: emmc: Support boot area in emmc image
` [PATCH v3 17/21] sd: emmc: Subtract bootarea size from blk
` [PATCH v3 18/21] sd: sdhci: Support eMMC devices
` [PATCH v3 19/21] arm: xlnx-versal: Add emmc to versal
` [PATCH v3 20/21] docs: devel: emmc: Add a doc for emmc card emulation
` [PATCH v3 21/21] docs: arm: xlnx-versal-virt: Add eMMC support documentation
[PATCH V3 0/8] hw/block/nvme: support namespace attachment
2021-02-28 16:11 UTC (9+ messages)
` [PATCH V3 1/8] hw/block/nvme: support namespace detach
` [PATCH V3 2/8] hw/block/nvme: fix namespaces array to 1-based
` [PATCH V3 3/8] hw/block/nvme: fix allocated namespace list to 256
` [PATCH V3 4/8] hw/block/nvme: support allocated namespace type
` [PATCH V3 5/8] hw/block/nvme: refactor nvme_select_ns_iocs
` [PATCH V3 6/8] hw/block/nvme: support namespace attachment command
` [PATCH V3 7/8] hw/block/nvme: support changed namespace asyncrohous event
` [PATCH V3 8/8] hw/block/nvme: support Identify NS Attached Controller List
[Bug 1906180] [NEW] Keyboard keys get stuck
2021-02-28 17:43 UTC (2+ messages)
` [Bug 1906180] "
[Bug 1906948] [NEW] Enabling OpenGL for GUI doesn't work on old laptop
2021-02-28 17:40 UTC (2+ messages)
` [Bug 1906948] "
[PATCH] hw/sd: sd: Fix build error when DEBUG_SD is on
2021-02-28 16:08 UTC (2+ messages)
[Bug 1523811] Re: USB assert failure on dev-storage.c
2021-02-28 11:38 UTC (2+ messages)
[PATCH v3 0/2] hw/riscv: Add fw_cfg support, allow ramfb
2021-02-28 11:44 UTC (4+ messages)
` [PATCH v3 1/2] hw/riscv: Add fw_cfg support to virt
` [PATCH v3 2/2] hw/riscv: allow ramfb on virt
[PATCH v2 0/2] hw/riscv: Add fw_cfg support, allow ramfb
2021-02-28 11:42 UTC (7+ messages)
` [PATCH v2 1/2] hw/riscv: Add fw_cfg support to virt
` [PATCH v2 2/2] hw/riscv: allow ramfb on virt
[PATCH] hw/ppc: e500: Add missing <ranges> in the eTSEC node
2021-02-28 7:02 UTC (2+ messages)
[PATCH] hw/net: fsl_etsec: Fix build error when HEX_DUMP is on
2021-02-28 6:32 UTC (2+ messages)
[PATCH v3 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
2021-02-28 5:15 UTC (2+ messages)
[PATCH] Make ram_addr_t 64 bits unconditionally
2021-02-28 5:13 UTC (3+ messages)
[PATCH] net: Fix build error when DEBUG_NET is on
2021-02-28 5:02 UTC
[Bug 1917184] [NEW] qemu-user vm86() segfaults handling interrupt with ss:sp in same page as cs:ip
2021-02-27 23:59 UTC
issue with meson and recursion: negation missing in add?
2021-02-27 22:23 UTC
[RFC PATCH] cpu: system_ops: move to cpu-system-ops.h, keep a pointer in CPUClass
2021-02-27 18:59 UTC (2+ messages)
[PATCH 00/16] cpu: Introduce CPUSystemOperations structure
2021-02-27 18:52 UTC (4+ messages)
` [PATCH 07/16] "
[Bug 1917161] [NEW] Parameter 'type' expects a netdev backend type
2021-02-27 17:27 UTC
QEMU Clock record and replay
2021-02-27 16:31 UTC (5+ messages)
[PATCH v8 00/35] Hexagon patch series
2021-02-27 14:32 UTC (4+ messages)
` [PATCH v8 35/35] Add Dockerfile for hexagon
vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
2021-02-27 12:23 UTC (6+ messages)
[RFC RESEND PATCH 0/4] hw/arm/virt-acpi-build: Introduce iommu option for pci root bus
2021-02-27 8:33 UTC (5+ messages)
` [RFC RESEND PATCH 1/4] pci: Add PCI_BUS_IOMMU property
` [RFC RESEND PATCH 2/4] hw/pci: Add iommu option for pci root bus
` [RFC RESEND PATCH 3/4] hw/pci: Add pci_root_bus_max_bus
` [RFC RESEND PATCH 4/4] hw/arm/virt-acpi-build: Add explicit idmap info in IORT table
[RFC PATCH 0/3] net: Pad short frames to minimum size (60 bytes)
2021-02-27 2:00 UTC (4+ messages)
` [RFC PATCH 1/3] "
[PATCH V2 0/6] hw/block/nvme: support namespace attachment
2021-02-27 1:01 UTC (4+ messages)
` [PATCH V2 6/7] hw/block/nvme: support namespace attachment command
tools/virtiofs: Multi threading seems to hurt performance
2021-02-27 0:03 UTC (5+ messages)
` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)
[PATCH 0/2] Acceptance Tests: restore the use of target related information
2021-02-26 23:04 UTC (4+ messages)
` [PATCH 1/2] Acceptance Tests: restore downloading of VM images
[PATCH v2 00/31] qapi/qom: QAPIfy --object and object-add
2021-02-26 22:42 UTC (50+ messages)
` [PATCH v2 08/31] qapi/qom: Add ObjectOptions for rng-*, deprecate 'opened'
` [PATCH v2 09/31] qapi/qom: Add ObjectOptions for throttle-group
` [PATCH v2 10/31] qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded'
` [PATCH v2 11/31] qapi/qom: Add ObjectOptions for tls-*, "
` [PATCH v2 12/31] qapi/qom: Add ObjectOptions for can-*
` [PATCH v2 13/31] qapi/qom: Add ObjectOptions for colo-compare
` [PATCH v2 14/31] qapi/qom: Add ObjectOptions for filter-*
` [PATCH v2 15/31] qapi/qom: Add ObjectOptions for pr-manager-helper
` [PATCH v2 16/31] qapi/qom: Add ObjectOptions for confidential-guest-support
` [PATCH v2 17/31] qapi/qom: Add ObjectOptions for input-*
` [PATCH v2 18/31] qapi/qom: Add ObjectOptions for x-remote-object
` [PATCH v2 19/31] qapi/qom: QAPIfy object-add
` [PATCH v2 20/31] qom: Make "object" QemuOptsList optional
` [PATCH v2 21/31] qemu-storage-daemon: Implement --object with qmp_object_add()
` [PATCH v2 22/31] qom: Remove user_creatable_add_dict()
` [PATCH v2 23/31] qom: Factor out user_creatable_process_cmdline()
` [PATCH v2 24/31] qemu-io: Use user_creatable_process_cmdline() for --object
` [PATCH v2 25/31] qemu-img: "
` [PATCH v2 26/31] qemu-nbd: "
` [PATCH v2 27/31] qom: Add user_creatable_add_from_str()
` [PATCH v2 28/31] hmp: QAPIfy object_add
` [PATCH v2 29/31] qom: Add user_creatable_parse_str()
` [PATCH v2 30/31] vl: QAPIfy -object
` [PATCH v2 31/31] qom: Drop QemuOpts based interfaces
[RFC PATCH 0/2] hw/mips: Restrict emulated machines to TCG
2021-02-26 22:21 UTC (3+ messages)
` [RFC PATCH 2/2] hw/mips/jazz: Remove confusing ifdef'ry
[PATCH] meson: add tests option
2021-02-26 22:07 UTC
[Bug 1917085] [NEW] [OSS-Fuzz] Issue 30588 pcnet: Loopback-related stack-overflow
2021-02-26 19:53 UTC
[Bug 1917082] [NEW] [OSS-Fuzz] Issue 27574 e1000: Loopback-related stack-overflow
2021-02-26 19:32 UTC
[PATCH 0/6] Detect reentrant RX casue by loopback
2021-02-26 18:53 UTC (11+ messages)
` [PATCH 1/6] net: introduce qemu_receive_packet()
` [QEMU-SECURITY] "
` [PATCH] rtl8193: switch to use qemu_receive_packet() for loopback
[PATCH v25 00/20] i386 cleanup PART 2
2021-02-26 18:42 UTC (24+ messages)
` [PATCH v25 01/20] target/i386: Rename helper_fldt, helper_fstt
` [PATCH v25 02/20] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
` [PATCH v25 03/20] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v25 04/20] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v25 05/20] accel: introduce new accessor functions
` [PATCH v25 06/20] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v25 07/20] accel-cpu: make cpu_realizefn return a bool
` [PATCH v25 08/20] meson: add target_user_arch
` [PATCH v25 09/20] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v25 10/20] i386: split smm helper (sysemu)
` [PATCH v25 11/20] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v25 12/20] i386: move TCG bpt_helper into sysemu/
` [PATCH v25 13/20] i386: split misc helper user stubs and sysemu part
` [PATCH v25 14/20] i386: separate fpu_helper into user and sysemu parts
` [PATCH v25 15/20] i386: split svm_helper into sysemu and stub-only user
` [PATCH v25 16/20] i386: split seg_helper into user-only and sysemu parts
` [PATCH v25 17/20] i386: split off sysemu part of cpu.c
` [PATCH v25 18/20] target/i386: gdbstub: introduce aux functions to read/write CS64 regs
` [PATCH v25 19/20] target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v25 20/20] i386: make cpu_load_efer sysemu-only
[PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address()
2021-02-26 18:00 UTC (2+ messages)
[PATCH v4 0/8] hw/sh4: Kconfig cleanups
2021-02-26 18:01 UTC (2+ messages)
[PATCH v2] qemu-config: add error propagation to qemu_config_parse
2021-02-26 17:46 UTC (2+ messages)
target/arm: "define_arm_cp_regs" and similar for KVM
2021-02-26 17:27 UTC
[PATCH 0/2] target/i386: Fix cpu_x86_{fsave,frstor,fxsave,fxrstor}
2021-02-26 17:13 UTC (6+ messages)
` [PATCH 2/2] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).