qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-13 19:37:14 to 2018-10-15 11:53:33 UTC [more...]

[Qemu-devel] [PATCH v2 00/35] Replace some unwise uses of error_report() & friends
 2018-10-15 11:53 UTC  (28+ messages)
` [Qemu-devel] [PATCH v2 01/35] error: Fix use of error_prepend() with &error_fatal, &error_abort
` [Qemu-devel] [PATCH v2 02/35] Use error_fatal to simplify obvious fatal errors (again)
` [Qemu-devel] [PATCH v2 03/35] block: Use warn_report() & friends to report warnings
` [Qemu-devel] [PATCH v2 04/35] cpus hw target: "
` [Qemu-devel] [PATCH v2 05/35] vfio: "
` [Qemu-devel] [PATCH v2 06/35] vfio: Clean up error reporting after previous commit
` [Qemu-devel] [PATCH v2 08/35] 9pfs: Fix CLI parsing crash on error
` [Qemu-devel] [PATCH v2 09/35] pc: Fix machine property nvdimm-persistence error handling
` [Qemu-devel] [PATCH v2 10/35] ioapic: Fix error handling in realize()
` [Qemu-devel] [PATCH v2 11/35] smbios: Clean up error handling in smbios_add()
` [Qemu-devel] [PATCH v2 12/35] migration: Fix !replay_can_snapshot() error handling
` [Qemu-devel] [PATCH v2 13/35] l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
` [Qemu-devel] [PATCH v2 15/35] numa: Fix QMP command set-numa-node error handling
` [Qemu-devel] [PATCH v2 18/35] vl: Clean up error reporting in parse_add_fd()
` [Qemu-devel] [PATCH v2 19/35] qom: Clean up error reporting in user_creatable_add_opts_foreach()
` [Qemu-devel] [PATCH v2 20/35] vl: Clean up error reporting in chardev_init_func()
` [Qemu-devel] [PATCH v2 21/35] vl: Clean up error reporting in machine_set_property()
` [Qemu-devel] [PATCH v2 22/35] vl: Clean up error reporting in mon_init_func()
` [Qemu-devel] [PATCH v2 23/35] vl: Clean up error reporting in parse_fw_cfg()
` [Qemu-devel] [PATCH v2 25/35] ui/keymaps: Fix handling of erroneous include files
` [Qemu-devel] [PATCH v2 28/35] numa: Clean up error reporting in parse_numa()
` [Qemu-devel] [PATCH v2 29/35] tpm: Clean up error reporting in tpm_init_tpmdev()
` [Qemu-devel] [PATCH v2 30/35] spice: Clean up error reporting in add_channel()
` [Qemu-devel] [PATCH v2 32/35] vl: Assert drive_new() does not fail in default_drive()
` [Qemu-devel] [PATCH v2 33/35] blockdev: Convert drive_new() to Error
` [Qemu-devel] [PATCH v2 34/35] vl: Fix exit status for -drive format=help
` [Qemu-devel] [PATCH v2 35/35] vl: Simplify call of parse_name()

[Qemu-devel] [RFC 0/5] Improve balloon handling of pagesizes other than 4kiB
 2018-10-15 11:14 UTC  (10+ messages)
` [Qemu-devel] [RFC 1/5] virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
` [Qemu-devel] [RFC 5/5] virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size

[Qemu-devel] [RFC] Require Python 3 for building QEMU
 2018-10-15 11:03 UTC  (11+ messages)

[Qemu-devel] [PATCH v7 0/7] target/mips: Limited support for the R5900
 2018-10-15 11:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 1/7] target/mips: Define R5900 instructions and CPU preprocessor constants
` [Qemu-devel] [PATCH v7 7/7] elf: Toshiba/Sony rather than MIPS are the implementors of the R5900

[Qemu-devel] [PATCH 0/3] target/mips: Add two CP0 related comments and update mailmap
 2018-10-15 10:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] target/mips: Add a comment with an overview of CP0 registers
` [Qemu-devel] [PATCH 2/3] target/mips: Add a comment before each CP0 register section in cpu.h
` [Qemu-devel] [PATCH 3/3] mailmap: Add an item for Yongbok Kim

[Qemu-devel] [PATCH] virtio: Provide version-specific variants of virtio PCI devices
 2018-10-15 10:27 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] ui/vnc.c: polish vnc_init_func
 2018-10-15 10:08 UTC  (3+ messages)

[Qemu-devel] [PATCH] block: change some function return type to bool
 2018-10-15 10:07 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed
 2018-10-15  9:39 UTC  (2+ messages)

[Qemu-devel] [PATCH 4/6] dirty-bitmaps: clean-up bitmaps loading and migration logic
 2018-10-15  9:42 UTC  (14+ messages)
                              ` [Qemu-devel] ping "

[Qemu-devel] Assertion error when installing OpenBSD 6.3 in Linux 4.8.12
 2018-10-15  9:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/8] block: Add auto-read-only option
 2018-10-15  9:37 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 2/8] "
` [Qemu-devel] [PATCH v2 7/8] gluster: Support "
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 1/3] archive-source.sh: Modern shell scripting (use $() instead of ``)
 2018-10-15  9:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/3] git-submodule.sh: "
` [Qemu-devel] [PATCH v2 3/3] show-fixed-bugs.sh: "

[Qemu-devel] [RFC v3 00/12] packed ring virtio-net userspace backend support
 2018-10-15  9:11 UTC  (28+ messages)
` [Qemu-devel] [[RFC v3 02/12] virtio: redefine structure & memory cache for packed ring
` [Qemu-devel] [[RFC v3 03/12] virtio: init "
` [Qemu-devel] [[RFC v3 05/12] virtio: init and desc empty check "
` [Qemu-devel] [[RFC v3 06/12] virtio: get avail bytes "
` [Qemu-devel] [[RFC v3 07/12] virtio: fill/flush/pop "
` [Qemu-devel] [[RFC v3 08/12] virtio: event suppression support "
` [Qemu-devel] [[RFC v3 09/12] virtio-net: fill head desc after done all in a chain
` [Qemu-devel] [[RFC v3 12/12] virtio: feature vhost-net support for packed ring

[Qemu-devel] [PATCH] hw/arm/virt: add DT property /secure-chosen/sdtout-path being secure UART
 2018-10-15  9:08 UTC  (4+ messages)

[Qemu-devel] [PULL 0/7] Vga 20181015 patches
 2018-10-15  9:05 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] edid: fix alignment issues
` [Qemu-devel] [PULL 2/7] display: add separate config option for bochs-display
` [Qemu-devel] [PULL 3/7] bochs-display: wire up edid support
` [Qemu-devel] [PULL 4/7] qxl: check qxl_phys2virt return value
` [Qemu-devel] [PULL 5/7] i2c: switch ddc to use the new edid generator
` [Qemu-devel] [PULL 6/7] hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file
` [Qemu-devel] [PULL 7/7] Makefile: Install new vgabios binaries

[Qemu-devel] [PATCH 0/3] Introduce attributes for timers subsystem and remove QEMU_CLOCK_VIRTUAL_EXT clock type
 2018-10-15  8:54 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] Revert some patches from recent series [PATCH v6] "Fixing record/replay and adding reverse debugging", which introduced new virtual clock type for use in external subsystems. These changes breaks desired behavior in non-record/replay usage scenarios
` [Qemu-devel] [PATCH 2/3] Introduce attributes to qemu timer subsystem
` [Qemu-devel] [PATCH 3/3] Restores record/replay behavior related to special virtual clock processing for timers used in external subsystems

[Qemu-devel] [PULL 00/26] Net patches
 2018-10-15  8:46 UTC  (27+ messages)
` [Qemu-devel] [PULL 01/26] filter-rewriter: Add TCP state machine and fix memory leak in connection_track_table
` [Qemu-devel] [PULL 02/26] colo-compare: implement the process of checkpoint
` [Qemu-devel] [PULL 03/26] colo-compare: use notifier to notify packets comparing result
` [Qemu-devel] [PULL 04/26] COLO: integrate colo compare with colo frame
` [Qemu-devel] [PULL 05/26] COLO: Add block replication into colo process
` [Qemu-devel] [PULL 06/26] COLO: Remove colo_state migration struct
` [Qemu-devel] [PULL 07/26] COLO: Load dirty pages into SVM's RAM cache firstly
` [Qemu-devel] [PULL 08/26] ram/COLO: Record the dirty pages that SVM received
` [Qemu-devel] [PULL 09/26] COLO: Flush memory data from ram cache
` [Qemu-devel] [PULL 10/26] qmp event: Add COLO_EXIT event to notify users while exited COLO
` [Qemu-devel] [PULL 11/26] qapi/migration.json: Rename COLO unknown mode to none mode
` [Qemu-devel] [PULL 12/26] qapi: Add new command to query colo status
` [Qemu-devel] [PULL 13/26] savevm: split the process of different stages for loadvm/savevm
` [Qemu-devel] [PULL 14/26] COLO: flush host dirty ram from cache
` [Qemu-devel] [PULL 15/26] filter: Add handle_event method for NetFilterClass
` [Qemu-devel] [PULL 16/26] filter-rewriter: handle checkpoint and failover event
` [Qemu-devel] [PULL 17/26] COLO: notify net filters about checkpoint/failover event
` [Qemu-devel] [PULL 18/26] COLO: quick failover process by kick COLO thread
` [Qemu-devel] [PULL 19/26] docs: Add COLO status diagram to COLO-FT.txt
` [Qemu-devel] [PULL 20/26] clean up callback when del virtqueue
` [Qemu-devel] [PULL 21/26] ne2000: fix possible out of bound access in ne2000_receive
` [Qemu-devel] [PULL 22/26] rtl8139: fix possible out of bound access
` [Qemu-devel] [PULL 23/26] pcnet: fix possible buffer overflow
` [Qemu-devel] [PULL 24/26] net: ignore packet size greater than INT_MAX
` [Qemu-devel] [PULL 25/26] e1000: indicate dropped packets in HW counters
` [Qemu-devel] [PULL 26/26] qemu-options: Fix bad "macaddr" property in the documentation

[Qemu-devel] [PATCH v7 00/19] Fixing record/replay and adding reverse debugging
 2018-10-15  8:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/3] archive-source.sh: Modern shell scripting (use $() instead of ``)
 2018-10-15  8:05 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/3] git-submodule.sh: "
` [Qemu-devel] [PATCH 3/3] show-fixed-bugs.sh: "
  ` [Qemu-devel] [PATCH 1/3] archive-source.sh: Modern shellscripting "

[Qemu-devel] [PATCH v4 18/24] qdev: hotplug: provide do_unplug handler
 2018-10-15  7:21 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 0/6] Avocado: more multi-arch tests
 2018-10-15  6:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] edid: fix alignment issues
 2018-10-15  6:20 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] i386: Add new model of Cascadelake-Server
 2018-10-15  5:34 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/3] x86: QEMU side support on MSR based features
 2018-10-15  4:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/3] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
` [Qemu-devel] [PATCH v5 2/3] x86: Data structure changes to support MSR based features
` [Qemu-devel] [PATCH v5 3/3] x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES

[Qemu-devel] [PATCH v3 0/3] use object link instead of qdev property
 2018-10-15  3:26 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] audio: use TYPE_WM8750 instead of a hardcoded string
` [Qemu-devel] [PATCH v3 2/3] audio: use object link instead of qdev property to pass wm8750 reference
` [Qemu-devel] [PATCH v3 3/3] audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string

[Qemu-devel] [PATCH] migration: avoid segmentfault when take a snapshot of a VM which being migrated
 2018-10-15  3:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] use object link instead of qdev property
 2018-10-15  2:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 2/3] audio: use object link instead of qdev property to pass wm8750 reference
    ` [Qemu-devel] [PATCH v2 2/3] audio: use object link instead ofqdev "
          ` [Qemu-devel] [PATCH v2 2/3] audio: use object link instead ofqdevproperty "

[Qemu-devel] [PATCH v2 0/2] spapr_pci: coding style fixes
 2018-10-15  1:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] spapr_pci: convert g_malloc() to g_new()
` [Qemu-devel] [PATCH v2 2/2] spapr_pci: rename some structured types

[Qemu-devel] [PATCH] target/mips: Support Toshiba specific three-operand MADD and MADDU
 2018-10-14 23:03 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/28] Misc MIPS fixes and improvements for October 2018
 2018-10-14 22:34 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 08/28] target/mips: Add CPO PWBase register
` [Qemu-devel] [PATCH v5 10/28] target/mips: Add CPO PWSize register
` [Qemu-devel] [PATCH v5 14/28] target/mips: Extend WatchHi registers
` [Qemu-devel] [PATCH v5 18/28] target/mips: Add availability control for DSP R3 ASE
` [Qemu-devel] [PATCH v5 19/28] target/mips: Improve DSP R2/R3-related naming
` [Qemu-devel] [PATCH v5 22/28] target/mips: Add CP0 Config2 to DisasContext

[Qemu-devel] [PATCH 00/10] target/arm: more HCR bits, improve syndrome reporting
 2018-10-14 16:34 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/10] target/arm: Improve debug logging of AArch32 exception return
` [Qemu-devel] [PATCH 02/10] target/arm: Make switch_mode() file-local
` [Qemu-devel] [PATCH 03/10] target/arm: Implement HCR.FB
` [Qemu-devel] [PATCH 04/10] target/arm: Implement HCR.DC
` [Qemu-devel] [PATCH 05/10] target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO set

[Qemu-devel] [PATCH v5 00/10] linux-user: strace improvements
 2018-10-14 13:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 01/10] linux-user/syscall: Verify recvfrom(addr) is user-writable

[Qemu-devel] [Bug 1785308] [NEW] 0x8 exception encountered but not handled
 2018-10-14  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1785308] "

[Qemu-devel] [Bug 1487264] [NEW] Windows 8.1/10 Crashes during upgrade - SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
 2018-10-14  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1487264] "

[Qemu-devel] [Bug 1488212] [NEW] 16bit appcrash on W2K8 32bit and Vista 32bit guests
 2018-10-14  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1488212] "

[Qemu-devel] [PATCH v2] hw: scsi-disk: make it more QOMconventional
 2018-10-14  2:17 UTC 

[Qemu-devel] [PATCH v5 00/13] hardfloat
 2018-10-13 23:19 UTC  (14+ messages)
` [Qemu-devel] [PATCH v5 01/13] fp-test: pick TARGET_ARM to get its specialization
` [Qemu-devel] [PATCH v5 02/13] softfloat: add float{32, 64}_is_{de, }normal
` [Qemu-devel] [PATCH v5 03/13] target/tricore: use float32_is_denormal
` [Qemu-devel] [PATCH v5 04/13] softfloat: rename canonicalize to sf_canonicalize
` [Qemu-devel] [PATCH v5 05/13] softfloat: add float{32, 64}_is_zero_or_normal
` [Qemu-devel] [PATCH v5 06/13] tests/fp: add fp-bench
` [Qemu-devel] [PATCH v5 07/13] fpu: introduce hardfloat
` [Qemu-devel] [PATCH v5 08/13] hardfloat: implement float32/64 addition and subtraction
` [Qemu-devel] [PATCH v5 09/13] hardfloat: implement float32/64 multiplication
` [Qemu-devel] [PATCH v5 10/13] hardfloat: implement float32/64 division
` [Qemu-devel] [PATCH v5 11/13] hardfloat: implement float32/64 fused multiply-add
` [Qemu-devel] [PATCH v5 12/13] hardfloat: implement float32/64 square root
` [Qemu-devel] [PATCH v5 13/13] hardfloat: implement float32/64 comparison

[Qemu-devel] [PATCH] hw: AC97: make it more QOMconventional
 2018-10-13 20:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw: ne2000: make it more QOMconventional
 2018-10-13 20:36 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/28] target/riscv: Convert to decodetree
 2018-10-13 20:04 UTC  (23+ messages)
` [Qemu-devel] [PATCH 18/28] target/riscv: Remove gen_jalr()
` [Qemu-devel] [PATCH 19/28] target/riscv: Replace gen_branch() with trans_branch()
` [Qemu-devel] [PATCH 20/28] target/riscv: Replace gen_load() with trans_load()
` [Qemu-devel] [PATCH 21/28] target/riscv: Replace gen_store() with trans_store()
` [Qemu-devel] [PATCH 22/28] target/riscv: Move gen_arith_imm() decoding into trans_* functions
` [Qemu-devel] [PATCH 23/28] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
` [Qemu-devel] [PATCH 24/28] target/riscv: Remove shift and slt insn manual decoding
` [Qemu-devel] [PATCH 25/28] target/riscv: Remove manual decoding of RV32/64M insn
` [Qemu-devel] [PATCH 26/28] target/riscv: Remove gen_system()
` [Qemu-devel] [PATCH 27/28] target/riscv: Remove decode_RV32_64G()
` [Qemu-devel] [PATCH 28/28] target/riscv: Replace gen_exception_illegal with return false


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