qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-13 10:20:24 to 2018-08-14 01:36:05 UTC [more...]

[Qemu-devel] [PATCH 0/3] convert CPU list to RCU
 2018-08-14  1:11 UTC  (5+ 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] target/arm: Fix int64_to_float16 double-rounding
 2018-08-14  0:26 UTC  (5+ 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] seccomp blacklist is not applied to all threads
 2018-08-13 23:09 UTC  (3+ messages)
  ` [Qemu-devel] [engineering.redhat.com #476336] "

[Qemu-devel] RAMBlocks and memory_region_init_ram_nomigrate
 2018-08-13 21:06 UTC  (4+ messages)

[Qemu-devel] [Bug 1785698] [NEW] Solaris build error: unknown type name ‘gcry_error_t’
 2018-08-13 20:51 UTC  (4+ messages)
` [Qemu-devel] [Bug 1785698] "
` [Qemu-devel] Fwd: "

[Qemu-devel] [PATCH v1] exec: handle NULL pointer in flatview_read_continue
 2018-08-13 20:07 UTC  (11+ messages)

[Qemu-devel] [PATCH v4 00/14] fp-test + hardfloat
 2018-08-13 20:01 UTC  (2+ messages)

[Qemu-devel] QEMU on Solaris
 2018-08-13 19:23 UTC  (6+ messages)

[Qemu-devel] [PATCH v0 0/7] Background snapshots
 2018-08-13 19:00 UTC  (9+ messages)

[Qemu-devel] [PATCH v4 0/6] arm: add Cortex M0 CPU model and hex file loader
 2018-08-13 18:49 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 5/6] loader: Implement .hex "
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v4 6/6] Add QTest testcase for the Intel Hexadecimal
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH v5 0/6] arm: add Cortex M0 CPU model and hex file loader
 2018-08-13 18:46 UTC  (7+ 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] [PATCH v8 00/87] Add nanoMIPS support to QEMU
 2018-08-13 18:23 UTC  (90+ 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 04/87] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v8 05/87] target/mips: Fix two instances of shadow variables
` [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] qemu-img.c: increase spacing between commands in documentation
 2018-08-13 18:19 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests/device-introspection: Check that the qom-tree and qtree do not change
 2018-08-13 17:37 UTC 

[Qemu-devel] [PATCH 0/3] synchronization profiler
 2018-08-13 17:11 UTC  (4+ 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 3/3] qsp: track BQL callers directly

[Qemu-devel] [PATCH v7 0/9] Take the image size into account when allocating the L2 cache
 2018-08-13 16:42 UTC  (18+ messages)
` [Qemu-devel] [PATCH v7 5/9] qcow2: Assign the L2 cache relatively to the image size
` [Qemu-devel] [PATCH v7 6/9] qcow2: Increase the default upper limit on the L2 cache size

[Qemu-devel] [PATCH 0/2] commit: Add top-node/base-node options
 2018-08-13 16:40 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] "

[Qemu-devel] [PATCH] qemu-img.c: Add examples section
 2018-08-13 16:36 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/56] json: Fixes, error reporting improvements, cleanups
 2018-08-13 16:36 UTC  (36+ 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 25/56] json: Leave rejecting invalid escape sequences to parser
` [Qemu-devel] [PATCH 33/56] json: Redesign the callback to consume JSON values
` [Qemu-devel] [PATCH 34/56] json: Don't pass null @tokens to json_parser_parse()
` [Qemu-devel] [PATCH 35/56] json: Don't create JSON_ERROR tokens that won't be used
` [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 38/56] json: Pass lexical errors and limit violations to callback
` [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] [PATCH 42/56] json: Improve names of lexer states related to numbers

[Qemu-devel] [PATCH v0 0/2] Postponed actions
 2018-08-13 16:30 UTC  (5+ messages)
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/7] dirty-bitmap: rewrite bdrv_dirty_iter_next_area
 2018-08-13 15:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/7] dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area

[Qemu-devel] [PATCH 0/4] throttle: Race condition fixes and test cases
 2018-08-13 15:37 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] Memory leak fixes
 2018-08-13 15:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/4] tests: fix bdrv-drain leak
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] virtio: add support for in-order feature
 2018-08-13 15:35 UTC  (10+ messages)

[Qemu-devel] [qemu-web PATCH] arm_now
 2018-08-13 15:25 UTC 

[Qemu-devel] [PATCH 00/17] mirror: Mainly coroutine refinements
 2018-08-13 15:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH 02/17] mirror: Make wait_for_any_operation() coroutine_fn
` [Qemu-devel] [PATCH 09/17] mirror: Lock AioContext in mirror_co_perform()
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v4] tests/libqtest: Improve kill_qemu()
 2018-08-13 15:00 UTC  (4+ messages)

[Qemu-devel] [PATCH] nvme: simplify code around completion
 2018-08-13 14:43 UTC 

[Qemu-devel] [PATCH] nvme: simplify plug/unplug
 2018-08-13 14:43 UTC 

[Qemu-devel] [PATCH 0/5] Some bs->options fixes
 2018-08-13 14:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 0/8] Take the image size into account when allocating the L2 cache
 2018-08-13 14:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 3/8] qcow2: Avoid duplication in setting the refcount cache size

[Qemu-devel] [PATCH 0/4] Adding LZFSE compression support for DMG block driver
 2018-08-13 14:18 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] block: adding lzfse decompressing support as a module
` [Qemu-devel] [PATCH 2/4] configure: adding support to lzfse library
` [Qemu-devel] [PATCH 3/4] dmg: including dmg-lzfse module inside dmg block driver
` [Qemu-devel] [PATCH 4/4] dmg: exchanging hardcoded dmg UDIF block types to enum

[Qemu-devel] [PATCH] i386: Disable TOPOEXT by default on "-cpu host"
 2018-08-13 13:50 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] file-posix: Skip effectiveless OFD lock operations
 2018-08-13 13:42 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/qapi: Fix memory leak in qmp_query_blockstats()
 2018-08-13 13:34 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] qemu-options: Fix bad "macaddr" property in the documentation
 2018-08-13 12:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] chardev: Add websocket support
 2018-08-13 12:21 UTC  (3+ messages)

[Qemu-devel] [PATCH] acpi: SRAT: do not create reserved gap entries
 2018-08-13 12:06 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/33] Qtest driver framework
 2018-08-13 12:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH 33/33] tests/qgraph: temporarly commented vhost-user-test

[Qemu-devel] [RFC PATCH v2 00/22] More patches to disable stuff
 2018-08-13 11:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 04/22] check: Only test isa-testdev when it is compiled in

[Qemu-devel] Question about dirty page statistics for live migration
 2018-08-13 11:30 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/29]: vmsvga: Various fixes and enhancements
 2018-08-13 11:12 UTC 

[Qemu-devel] [RFC PATCH 0/3] tweaks for QEMU's C standard
 2018-08-13 11:03 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/29]: vmsvga: Various fixes and enhancements
 2018-08-13 10:54 UTC  (8+ messages)
` [Qemu-devel] [PATCH 26/29] vmsvga: Add basic support for display topology


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