qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-11 13:49:23 to 2013-12-11 22:02:10 UTC [more...]

[Qemu-devel] [PATCH v2 0/8] target-arm: A64 decoder set 3: loads, stores, misc integer
 2013-12-11 22:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/8] target-arm: A64: add support for ld/st unsigned imm
` [Qemu-devel] [PATCH v2 4/8] target-arm: A64: add support for ld/st with index
` [Qemu-devel] [PATCH v2 8/8] target-arm: A64: implement SVC, BRK

[Qemu-devel] [PATCH 0/9] target-arm: A64 decoder set 3: loads, stores, misc integer
 2013-12-11 22:01 UTC  (6+ messages)
` [Qemu-devel] [PATCH 4/9] target-arm: A64: add support for ld/st with reg offset

[Qemu-devel] [BUG] Windows 7 fails to start with new vgabios binaries
 2013-12-11 21:39 UTC  (6+ messages)
  ` [Qemu-devel] [SeaBIOS] "

[Qemu-devel] [RFC PATCH 00/14] Common base for memory hotplug and NUMA policy work
 2013-12-11 21:35 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH 02/14] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [RFC PATCH 04/14] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [RFC PATCH 14/14] numa: add -numa node, memdev= option

[Qemu-devel] [V2 PATCH 00/18] target-ppc: Base ISA V2.06 for Power7/Power8
 2013-12-11 21:19 UTC  (26+ messages)
` [Qemu-devel] [V2 PATCH 01/18] target-ppc: Add Flag for Power ISA V2.06
` [Qemu-devel] [V2 PATCH 02/18] target-ppc: Add ISA2.06 bpermd Instruction
` [Qemu-devel] [V2 PATCH 03/18] target-ppc: Add ISA2.06 divdeu[o] Instructions
` [Qemu-devel] [V2 PATCH 04/18] target-ppc: Add ISA2.06 divde[o] Instructions
` [Qemu-devel] [V2 PATCH 05/18] target-ppc: Add ISA 2.06 divwe[u][o] Instructions
` [Qemu-devel] [V2 PATCH 06/18] target-ppc: Add ISA2.06 lbarx, lharx Instructions
` [Qemu-devel] [V2 PATCH 07/18] target-ppc: Add ISA 2.06 stbcx. and sthcx. Instructions
` [Qemu-devel] [V2 PATCH 08/18] target-ppc: Add ISA2.06 Float to Integer Instructions
` [Qemu-devel] [V2 PATCH 09/18] softfloat: Fix Handling of Small Negatives in float64_to_uint64
` [Qemu-devel] [V2 PATCH 10/18] softfloat: Fix float64_to_uint64_round_to_zero
` [Qemu-devel] [V2 PATCH 11/18] softfloat: Fix float64_to_uint32
` [Qemu-devel] [V2 PATCH 12/18] softfloat: Fix float64_to_uint32_round_to_zero
` [Qemu-devel] [V2 PATCH 13/18] target-ppc: Add ISA 2.06 fcfid[u][s] Instructions
` [Qemu-devel] [V2 PATCH 14/18] target-ppc: Fix and enable fri[mnpz]
` [Qemu-devel] [V2 PATCH 15/18] target-ppc: Add ISA 2.06 ftdiv Instruction
` [Qemu-devel] [V2 PATCH 16/18] target-ppc: Add ISA 2.06 ftsqrt
` [Qemu-devel] [V2 PATCH 17/18] target-ppc: Enable frsqrtes on Power7 and Power8
` [Qemu-devel] [V2 PATCH 18/18] target-ppc: Add ISA2.06 lfiwzx Instruction

[Qemu-devel] [PATCH 00/22] block: Support for 512b-on-4k emulation
 2013-12-11 21:08 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/22] block: Move initialisation of BlockLimits to bdrv_refresh_limits()
` [Qemu-devel] [PATCH 02/22] block: Inherit opt_transfer_length
` [Qemu-devel] [PATCH 03/22] block: Update BlockLimits when they might have changed
` [Qemu-devel] [PATCH 04/22] qemu_memalign: Allow small alignments
` [Qemu-devel] [PATCH 05/22] block: Detect unaligned length in bdrv_qiov_is_aligned()
` [Qemu-devel] [PATCH 06/22] block: Don't use guest sector size for qemu_blockalign()
` [Qemu-devel] [PATCH 07/22] block: rename buffer_alignment to guest_block_size
` [Qemu-devel] [PATCH 08/22] raw: Probe required direct I/O alignment
` [Qemu-devel] [PATCH 09/22] block: Introduce bdrv_aligned_preadv()
` [Qemu-devel] [PATCH 10/22] block: Introduce bdrv_co_do_preadv()
` [Qemu-devel] [PATCH 11/22] block: Introduce bdrv_aligned_pwritev()
` [Qemu-devel] [PATCH 12/22] block: write: Handle COR dependency after I/O throttling
` [Qemu-devel] [PATCH 13/22] block: Introduce bdrv_co_do_pwritev()
` [Qemu-devel] [PATCH 14/22] block: Switch BdrvTrackedRequest to byte granularity
` [Qemu-devel] [PATCH 15/22] block: Allow waiting for overlapping requests between begin/end
` [Qemu-devel] [PATCH 16/22] block: Make zero-after-EOF work with larger alignment
` [Qemu-devel] [PATCH 17/22] block: Generalise and optimise COR serialisation
` [Qemu-devel] [PATCH 18/22] block: Make overlap range for serialisation dynamic
` [Qemu-devel] [PATCH 19/22] block: Align requests in bdrv_co_do_pwritev()
` [Qemu-devel] [PATCH 20/22] block: Change coroutine wrapper to byte granularity
` [Qemu-devel] [PATCH 21/22] block: Make bdrv_pread() a bdrv_prwv_co() wrapper
` [Qemu-devel] [PATCH 22/22] block: Make bdrv_pwrite() "

[Qemu-devel] [PATCH] target-m68k: Replace qemu_assert by hw_error
 2013-12-11 21:00 UTC 

[Qemu-devel] A question about virtio inside qemu
 2013-12-11 20:55 UTC 

[Qemu-devel] [PATCH] block/vvfat: Fix compiler warnings for OpenBSD
 2013-12-11 20:37 UTC 

[Qemu-devel] [PATCH 00/11 v2] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API
 2013-12-11 19:57 UTC  (8+ messages)
` [Qemu-devel] [PATCH 05/11] qdev: add "hotplugable" property to Device
    ` [Qemu-devel] [PATCH 5/11 v3 FIXED] "

[Qemu-devel] [PATCH v3 0/4] tcg/optimize: fixes and improvements
 2013-12-11 19:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/4] tcg/optimize: fix known-zero bits for right shift ops
` [Qemu-devel] [PATCH v3 2/4] tcg/optimize: fix known-zero bits optimization
` [Qemu-devel] [PATCH v3 3/4] tcg/optimize: improve known-zero bits for 32-bit ops
` [Qemu-devel] [PATCH v3 4/4] tcg/optimize: add known-zero bits compute for load ops

[Qemu-devel] [PATCH 0/5] target-s390: Use the new qemu_ld/st opcodes
 2013-12-11 19:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] target-s390: Convert to "
` [Qemu-devel] [PATCH 2/5] target-s390: Simplify op_clc
` [Qemu-devel] [PATCH 3/5] target-s390: Simplify op_cs, op_soc, op_stm
` [Qemu-devel] [PATCH 4/5] target-s390: Simplify op_icm, op_stcm
` [Qemu-devel] [PATCH 5/5] target-s390: Use little-endian ops for LOAD/STORE REVERSED

[Qemu-devel] [PATCH 1/2] tcg: add TCGMemOp short constants for single byte loads
 2013-12-11 19:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] target-mips: Use new qemu_ld/st opcodes

[Qemu-devel] [PATCH] tcg/i386: fix a comment
 2013-12-11 19:04 UTC  (2+ messages)

[Qemu-devel] [PULL 00/28] acpi.pci,pc,memory core fixes
 2013-12-11 18:31 UTC  (29+ messages)
` [Qemu-devel] [PULL 01/28] hw: Pass QEMUMachine to its init() method
` [Qemu-devel] [PULL 02/28] pc: map PCI address space as catchall region for not mapped addresses
` [Qemu-devel] [PULL 03/28] qtest: split configuration of qtest accelerator and chardev
` [Qemu-devel] [PULL 04/28] acpi-test: basic acpi unit-test
` [Qemu-devel] [PULL 05/28] MAINTAINERS: update X86 machine entry
` [Qemu-devel] [PULL 06/28] pci: fix address space size for bridge
` [Qemu-devel] [PULL 07/28] pc: s/INT64_MAX/UINT64_MAX/
` [Qemu-devel] [PULL 08/28] spapr_pci: s/INT64_MAX/UINT64_MAX/
` [Qemu-devel] [PULL 09/28] split definitions for exec.c and translate-all.c radix trees
` [Qemu-devel] [PULL 10/28] exec: replace leaf with skip
` [Qemu-devel] [PULL 11/28] exec: extend skip field to 6 bit, page entry to 32 bit
` [Qemu-devel] [PULL 12/28] exec: pass hw address to phys_page_find
` [Qemu-devel] [PULL 13/28] exec: memory radix tree page level compression
` [Qemu-devel] [PULL 14/28] exec: make address spaces 64-bit wide
` [Qemu-devel] [PULL 15/28] exec: reduce L2_PAGE_SIZE
` [Qemu-devel] [PULL 16/28] smbios: Set system manufacturer, product & version by default
` [Qemu-devel] [PULL 17/28] acpi unit-test: verify signature and checksum
` [Qemu-devel] [PULL 18/28] acpi: strip compiler info in built-in DSDT
` [Qemu-devel] [PULL 19/28] ACPI DSDT: Make control method `IQCR` serialized
` [Qemu-devel] [PULL 20/28] pci: fix pci bridge fw path
` [Qemu-devel] [PULL 21/28] hpet: inverse polarity when pin above ISA_NUM_IRQS
` [Qemu-devel] [PULL 22/28] hpet: enable to entitle more irq pins for hpet
` [Qemu-devel] [PULL 23/28] memory.c: bugfix - ref counting mismatch in memory_region_find
` [Qemu-devel] [PULL 24/28] exec: separate sections and nodes per address space
` [Qemu-devel] [PULL 25/28] acpi unit-test: load and check facs table
` [Qemu-devel] [PULL 26/28] acpi unit-test: adjust the test data structure for better handling
` [Qemu-devel] [PULL 27/28] hpet: fix build with CONFIG_HPET off
` [Qemu-devel] [PULL 28/28] pc: use macro for HPET type

[Qemu-devel] [PATCH] [PATCH RFC v4] qemu-monitor: HMP cpu-add wrapper
 2013-12-11 18:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/21] blkdebug/blkverify: Allow QMP configuration
 2013-12-11 18:23 UTC  (23+ messages)
` [Qemu-devel] [PATCH v3 01/21] blkdebug: Use errp for read_config()
` [Qemu-devel] [PATCH v3 02/21] blkdebug: Don't require sophisticated filename
` [Qemu-devel] [PATCH v3 03/21] qdict: Add qdict_array_split()
` [Qemu-devel] [PATCH v3 04/21] qapi: extend qdict_flatten() for QLists
  ` [Qemu-devel] [PATCH v4 "
` [Qemu-devel] [PATCH v3 05/21] qemu-option: Add qemu_config_parse_qdict()
` [Qemu-devel] [PATCH v3 06/21] blkdebug: Always call read_config()
` [Qemu-devel] [PATCH v3 07/21] blkdebug: Use command-line in read_config()
` [Qemu-devel] [PATCH v3 08/21] block: Allow reference for bdrv_file_open()
` [Qemu-devel] [PATCH v3 09/21] block: Pass reference to bdrv_file_open()
` [Qemu-devel] [PATCH v3 10/21] block: Allow block devices without files
` [Qemu-devel] [PATCH v3 11/21] block: Allow recursive "file"s
` [Qemu-devel] [PATCH v3 12/21] qemu-iotests: Fix output of test 051
` [Qemu-devel] [PATCH v3 13/21] blockdev: Move "file" to legacy_opts
` [Qemu-devel] [PATCH v3 14/21] blkdebug: Allow command-line file configuration
` [Qemu-devel] [PATCH v3 15/21] blkdebug: Make filename optional
` [Qemu-devel] [PATCH v3 16/21] blkverify: Allow command-line configuration
` [Qemu-devel] [PATCH v3 17/21] blkverify: Don't require protocol filename
` [Qemu-devel] [PATCH v3 18/21] blkdebug: Alias "errno" as "error"
` [Qemu-devel] [PATCH v3 19/21] qapi: QMP interface for blkdebug and blkverify
` [Qemu-devel] [PATCH v3 20/21] qemu-io: Make filename optional
` [Qemu-devel] [PATCH v3 21/21] iotests: Test new blkdebug/blkverify interface

[Qemu-devel] [PATCH v2] char: restore read callback on a reattached (hotplug) chardev
 2013-12-11 17:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] qapi-schema.json: Change 1.8 reference to 2.0
 2013-12-11 17:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
 2013-12-11 17:32 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] seabios update
 2013-12-11 17:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH 8/8] pc: switch 2.0 machine types to large seabios binary
  ` [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

[Qemu-devel] [PATCH rebased for-1.8] i386: pc: align gpa<->hpa on 1GB boundary (v6)
 2013-12-11 17:26 UTC  (15+ messages)

[Qemu-devel] [PATCH] target-ppc: ppc64 target's virtio can be either endian
 2013-12-11 17:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH V2] "

[Qemu-devel] QEMU+SystemC
 2013-12-11 17:09 UTC 

[Qemu-devel] [PATCH] target-moxie: Use new qemu_ld/st opcodes
 2013-12-11 16:45 UTC 

[Qemu-devel] [PATCH] vnc: refuse to set a password with VNC_AUTH_NONE
 2013-12-11 16:43 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-openrisc: Use new qemu_ld/st opcodes
 2013-12-11 16:42 UTC 

[Qemu-devel] [PATCH 0/7] x86 CPU subclasses, take 6
 2013-12-11 16:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/7] target-i386: Eliminate CONFIG_KVM #ifdefs
  ` [Qemu-devel] [PATCH 1/7 v2] "
    ` [Qemu-devel] [PATCH 1/7 v3] "

[Qemu-devel] [PATCH 0/8] target-i386: Simplify kvm_cpu_fill_host() and kvm_check_features_against_host()
 2013-12-11 16:07 UTC  (2+ messages)

[Qemu-devel] Postcopy codebase status?
 2013-12-11 15:37 UTC 

[Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState
 2013-12-11 15:27 UTC  (2+ messages)

[Qemu-devel] [PATCH] roms: Flush icache when writing roms to guest memory
 2013-12-11 14:58 UTC  (13+ messages)

[Qemu-devel] [PULL 0/5] vfio-pci updates for QEMU 2.0
 2013-12-11 14:49 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/5] linux-headers: Update from v3.13-rc3

[Qemu-devel] [PATCH V4 0/7] Giving names to BlockDriverState graph nodes
 2013-12-11 14:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH V4 2/7] block: Allow the user to define "node-name" option

[Qemu-devel] Debugging with printf
 2013-12-11 14:36 UTC 

[Qemu-devel] KVM call agenda for 2013-12-10
 2013-12-11 14:32 UTC  (5+ messages)

[Qemu-devel] Qemu on android
 2013-12-11 14:07 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] Freescale mxs/imx23 + Olimex Olinuxino support
 2013-12-11 13:56 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/13] mxs/imx23: Add main header file
` [Qemu-devel] [PATCH 02/13] mxs: Add CONFIG_MXS to the arm-softmmu config
` [Qemu-devel] [PATCH 04/13] mxs/imx23: Add DMA driver
` [Qemu-devel] [PATCH 05/13] mxs/imx23: Add the interrupt collector
` [Qemu-devel] [PATCH 06/13] mxs/imx23: Add digctl driver
` [Qemu-devel] [PATCH 07/13] mxs/imx23: Implements the pin mux, GPIOs
` [Qemu-devel] [PATCH 08/13] mxs/imx23: Add SSP/SPI driver
` [Qemu-devel] [PATCH 09/13] mxs/imx23: Add the RTC block
` [Qemu-devel] [PATCH 10/13] mxs/imx23: Add the timers
` [Qemu-devel] [PATCH 11/13] mxs/imx23: Add the USB driver
` [Qemu-devel] [PATCH 12/13] mxs/imx23: Main core instantiation and minor IO blocks
` [Qemu-devel] [PATCH 13/13] mxs/imx23: Adds support for an Olinuxino board

[Qemu-devel] [PATCH v3 0/6] Add error_abort and associated cleanups
 2013-12-11 13:57 UTC  (2+ messages)

[Qemu-devel] [PATCH] ds18s20: Add onewire thermal sensor
 2013-12-11 13:50 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).