messages from 2018-08-13 17:54:38 to 2018-08-14 11:52:30 UTC [more...]
[Qemu-devel] [RFC PATCH v2 00/22] More patches to disable stuff
2018-08-14 11:52 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 02/22] config: CONFIG_SERIAL* is already in pci.mak
[Qemu-devel] [RFC PATCH] vl: fix migration when watchdog expires
2018-08-14 11:52 UTC (3+ messages)
[Qemu-devel] [PATCH 0/5] Some bs->options fixes
2018-08-14 11:48 UTC (10+ messages)
` [Qemu-devel] [PATCH 3/5] block: Simplify bdrv_reopen_abort()
` [Qemu-devel] [PATCH 5/5] block: Simplify append_open_options()
[Qemu-devel] [PATCH v7 0/9] Take the image size into account when allocating the L2 cache
2018-08-14 11:44 UTC (11+ messages)
` [Qemu-devel] [PATCH v7 6/9] qcow2: Increase the default upper limit on the L2 cache size
[Qemu-devel] [PATCH] qemu-img: fix regression copying secrets during convert
2018-08-14 11:38 UTC (2+ messages)
[Qemu-devel] [PATCH v8 00/87] Add nanoMIPS support to QEMU
2018-08-14 11:13 UTC (89+ messages)
` [Qemu-devel] [PATCH v8 01/87] MAINTAINERS: Update target/mips maintainer's email addresses
` [Qemu-devel] [PATCH v8 02/87] target/mips: Avoid case statements formulated by ranges - part 1
` [Qemu-devel] [PATCH v8 03/87] target/mips: Avoid case statements formulated by ranges - part 2
` [Qemu-devel] [PATCH v8 06/87] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v8 07/87] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v8 08/87] target/mips: Add support for availability control via bit XNP
` [Qemu-devel] [PATCH v8 09/87] target/mips: Add support for availability control via bit MT
` [Qemu-devel] [PATCH v8 10/87] target/mips: Fix MT ASE instructions' availability control
` [Qemu-devel] [PATCH v8 11/87] target/mips: Implement CP0 Config1.WR bit functionality
` [Qemu-devel] [PATCH v8 12/87] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v8 13/87] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v8 14/87] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v8 15/87] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v8 16/87] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v8 17/87] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v8 18/87] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v8 19/87] qemu-doc: Amend MIPS-related items
` [Qemu-devel] [PATCH v8 20/87] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v8 21/87] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v8 22/87] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v8 23/87] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v8 24/87] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v8 25/87] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v8 26/87] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v8 27/87] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v8 28/87] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v8 29/87] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v8 30/87] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v8 31/87] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v8 32/87] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v8 33/87] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v8 34/87] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v8 35/87] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v8 36/87] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v8 37/87] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v8 38/87] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v8 39/87] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v8 40/87] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v8 41/87] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v8 42/87] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v8 43/87] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v8 44/87] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v8 45/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v8 46/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v8 47/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v8 48/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v8 49/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v8 50/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v8 51/87] disas: Add support for microMIPS and nanoMIPS
` [Qemu-devel] [PATCH v8 52/87] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v8 53/87] target/mips: Add updating BadInstr, BadInstrP, BadInstrX "
` [Qemu-devel] [PATCH v8 54/87] target/mips: Adjust exception_resume_pc() "
` [Qemu-devel] [PATCH v8 55/87] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v8 56/87] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v8 57/87] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v8 58/87] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PATCH v8 59/87] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v8 60/87] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v8 61/87] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PATCH v8 62/87] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PATCH v8 63/87] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PATCH v8 64/87] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v8 65/87] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v8 66/87] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v8 67/87] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v8 68/87] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v8 69/87] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v8 70/87] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v8 71/87] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v8 72/87] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v8 73/87] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v8 74/87] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v8 75/87] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v8 76/87] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v8 77/87] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v8 78/87] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v8 79/87] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v8 80/87] linux-user: Amend support for sigaction() syscall "
` [Qemu-devel] [PATCH v8 81/87] linux-user: Add support for statx() syscall for all platforms
` [Qemu-devel] [PATCH v8 82/87] linux-user: Add support for nanoMIPS core files
` [Qemu-devel] [PATCH v8 83/87] linux-user: Add nanoMIPS linux user mode configuration support
` [Qemu-devel] [PATCH v8 84/87] linux-user: Add nanoMIPS support in scripts/qemu-binfmt-conf.sh
` [Qemu-devel] [PATCH v8 85/87] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v8 86/87] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v8 87/87] qemu-doc: Add nanoMIPS-related items
[Qemu-devel] [PATCH] chardev: Add websocket support
2018-08-14 10:22 UTC (5+ messages)
[Qemu-devel] [PATCH v4 00/14] fp-test + hardfloat
2018-08-14 10:17 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/3] x86: QEMU side support on MSR based features
2018-08-14 10:06 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 3/3] Change other funcitons referring to feature_word_info[]
[Qemu-devel] [PATCH v2 0/4] arm: Add nRF51 SoC UART support
2018-08-14 10:02 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/4] hw/char: Implement nRF51 SoC UART
[Qemu-devel] [PATCH v9 0/6] Add support for TPM Physical Presence interface
2018-08-14 10:02 UTC (4+ messages)
` [Qemu-devel] [PATCH v9 6/6] tpm: add ACPI memory clear interface
[Qemu-devel] [PATCH] hw/rdma: Abort send-op if fail to create addr handler
2018-08-14 10:00 UTC
[Qemu-devel] [PATCH] mirror: Fail gracefully for source == target
2018-08-14 9:58 UTC
[Qemu-devel] [PATCH 0/3] synchronization profiler
2018-08-14 9:43 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/3] qsp: QEMU's Synchronization Profiler
` [Qemu-devel] [PATCH 2/3] monitor: show sync profiling info with 'info sync'
[Qemu-devel] [PATCH] hw/pci: add pci capability to pci-pci bridge
2018-08-14 9:32 UTC (7+ messages)
[Qemu-devel] [PATCH] virtio: add support for in-order feature
2018-08-14 8:58 UTC (11+ messages)
[Qemu-devel] [Bug 1785698] [NEW] Solaris build error: unknown type name ‘gcry_error_t’
2018-08-14 8:42 UTC (5+ messages)
` [Qemu-devel] [Bug 1785698] "
` [Qemu-devel] Fwd: "
[Qemu-devel] [PATCH] qemu-img.c: increase spacing between commands in documentation
2018-08-14 8:40 UTC (3+ messages)
[Qemu-devel] [PATCH 0/4] target/arm: Fix int64_to_float16 double-rounding
2018-08-14 8:32 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/4] softfloat: Add scaling int-to-float routines
` [Qemu-devel] [PATCH 2/4] softfloat: Add scaling float-to-int routines
` [Qemu-devel] [PATCH 3/4] target/arm: Use the int-to-float-scale softfloat routines
` [Qemu-devel] [PATCH 4/4] target/arm: Use the float-to-int-scale "
[Qemu-devel] [PATCH v2] file-posix: Skip effectiveless OFD lock operations
2018-08-14 8:31 UTC (5+ messages)
[Qemu-devel] [PATCH] luks: Allow share-rw=on
2018-08-14 8:24 UTC (3+ messages)
[Qemu-devel] [PATCH 00/56] json: Fixes, error reporting improvements, cleanups
2018-08-14 8:24 UTC (32+ messages)
` [Qemu-devel] [PATCH 11/56] check-qjson: Cover UTF-8 in single quoted strings
` [Qemu-devel] [PATCH 24/56] json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
` [Qemu-devel] [PATCH 34/56] json: Don't pass null @tokens to json_parser_parse()
` [Qemu-devel] [PATCH 36/56] json: Rename token JSON_ESCAPE & friends to JSON_INTERPOL
` [Qemu-devel] [PATCH 37/56] json: Treat unwanted interpolation as lexical error
` [Qemu-devel] [PATCH 39/56] json: Leave rejecting invalid interpolation to parser
` [Qemu-devel] [PATCH 40/56] json: Replace %I64d, %I64u by %PRId64, %PRIu64
` [Qemu-devel] [PATCH 41/56] json: Nicer recovery from invalid leading zero
[Qemu-devel] RAMBlocks and memory_region_init_ram_nomigrate
2018-08-14 8:16 UTC (4+ messages)
[Qemu-devel] [PATCH v2] nvme: correct locking around completion
2018-08-14 8:06 UTC (3+ messages)
[Qemu-devel] [PATCH 0/4] x86_64 mttcg
2018-08-14 7:34 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/4] hw/i386/pc: hold the BQL when calling cpu_get_ticks
` [Qemu-devel] [PATCH 2/4] cpus: assert that the BQL is held in cpu_get_ticks
` [Qemu-devel] [PATCH 3/4] target/i386/translate: use thread-local storage in !user-mode
` [Qemu-devel] [PATCH 4/4] configure: enable mttcg for x86_64
[Qemu-devel] [PATCH v0 0/2] Postponed actions
2018-08-14 7:08 UTC (6+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH v2] nvme: simplify code around completion
2018-08-14 6:27 UTC
[Qemu-devel] [PATCH v3 0/2] Fix aio_notify_accept()
2018-08-14 6:27 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] convert CPU list to RCU
2018-08-14 6:26 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] qom: use cpu->in_cpu_list instead of QTAILQ_IN_USE
` [Qemu-devel] [PATCH 2/3] spapr: do not use CPU_FOREACH_REVERSE
` [Qemu-devel] [PATCH 3/3] qom: implement CPU list with an RCU QLIST
[Qemu-devel] [PATCH 0/4] Memory leak fixes
2018-08-14 6:26 UTC (9+ messages)
` [Qemu-devel] [PATCH 2/4] tests: fix bdrv-drain leak
` [Qemu-devel] [PATCH 4/4] RFC: fix megasas leak
[Qemu-devel] [PATCH v1] exec: handle NULL pointer in flatview_read_continue
2018-08-14 6:26 UTC (12+ messages)
[Qemu-devel] [PATCH v0 0/7] Background snapshots
2018-08-14 6:13 UTC (11+ messages)
[Qemu-devel] [Bug 1437367] [NEW] Qemu guest fails to write files with raw disk (like \\.\PhysicalDrive1) on Windows host
2018-08-14 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1437367] "
[Qemu-devel] [Bug 1462944] [NEW] vpc file causes qemu-img to consume lots of time and memory
2018-08-14 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1462944] "
[Qemu-devel] [Bug 1463143] [NEW] Kernel Panic on Guest VM
2018-08-14 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1463143] "
[Qemu-devel] [Bug 1463463] [NEW] PCI devices on PCI to PCI bridges stopped being accessable from Xen with QEMU 2.3.0
2018-08-14 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1463463] "
[Qemu-devel] [PATCH v5 0/6] arm: add Cortex M0 CPU model and hex file loader
2018-08-14 4:17 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 1/6] hw/arm: make bitbanded IO optional on ARMv7-M
` [Qemu-devel] [PATCH v5 2/6] target/arm: add "cortex-m0" CPU model
` [Qemu-devel] [PATCH v5 3/6] loader: extract rom_free() function
` [Qemu-devel] [PATCH v5 4/6] loader: add rom transaction API
` [Qemu-devel] [PATCH v5 5/6] loader: Implement .hex file loader
` [Qemu-devel] [PATCH v5 6/6] Add QTest testcase for the Intel Hexadecimal
` [Qemu-devel] [Qemu-arm] "
[Qemu-devel] [PATCH 00/17] mirror: Mainly coroutine refinements
2018-08-14 3:39 UTC (7+ messages)
` [Qemu-devel] [PATCH 01/17] iotests: Try reading while mirroring in 156
` [Qemu-devel] [PATCH 02/17] mirror: Make wait_for_any_operation() coroutine_fn
` [Qemu-devel] [PATCH 03/17] mirror: Pull *_align_for_copy() from *_co_read()
[Qemu-devel] Question about dirty page statistics for live migration
2018-08-14 3:15 UTC (5+ messages)
[Qemu-devel] [PATCH] nvme: simplify plug/unplug
2018-08-14 2:49 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] expose VIRTIO_SCSI_F_T10_PI for vhost-scsi and vhost-user-scsi
2018-08-14 2:48 UTC (2+ messages)
[Qemu-devel] [PATCH] nvme: simplify code around completion
2018-08-14 2:44 UTC (2+ messages)
[Qemu-devel] seccomp blacklist is not applied to all threads
2018-08-13 23:09 UTC (3+ messages)
` [Qemu-devel] [engineering.redhat.com #476336] "
[Qemu-devel] QEMU on Solaris
2018-08-13 19:23 UTC (5+ messages)
[Qemu-devel] [PATCH v4 0/6] arm: add Cortex M0 CPU model and hex file loader
2018-08-13 18:49 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 6/6] Add QTest testcase for the Intel Hexadecimal
` [Qemu-devel] [Qemu-arm] "
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).