qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-11 10:31:58 to 2013-12-11 19:54:14 UTC [more...]

[Qemu-devel] [V2 PATCH 00/18] target-ppc: Base ISA V2.06 for Power7/Power8
 2013-12-11 19:53 UTC  (23+ 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 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] [RFC PATCH 00/14] Common base for memory hotplug and NUMA policy work
 2013-12-11 18:51 UTC  (20+ messages)
` [Qemu-devel] [RFC PATCH 01/14] NUMA: move numa related code to new file numa.c
` [Qemu-devel] [RFC PATCH 02/14] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [RFC PATCH 03/14] NUMA: Add numa_info structure to contain numa nodes info
` [Qemu-devel] [RFC PATCH 04/14] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [RFC PATCH 05/14] NUMA: expand MAX_NODES from 64 to 128
` [Qemu-devel] [RFC PATCH 06/14] qapi: add SIZE type parser to string_input_visitor
` [Qemu-devel] [RFC PATCH 07/14] QemuOpts: introduce qemu_find_opts_singleton
` [Qemu-devel] [RFC PATCH 08/14] vl: convert -m to QemuOpts
` [Qemu-devel] [RFC PATCH 09/14] qom: fix leak for objects created with -object
` [Qemu-devel] [RFC PATCH 10/14] qom: catch errors in object_property_add_child
` [Qemu-devel] [RFC PATCH 11/14] pc: pass QEMUMachineInitArgs to pc_memory_init
` [Qemu-devel] [RFC PATCH 12/14] numa: introduce memory_region_allocate_system_memory
` [Qemu-devel] [RFC PATCH 13/14] add memdev backend infrastructure
` [Qemu-devel] [RFC PATCH 14/14] numa: add -numa node, memdev= option

[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 00/11 v2] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API
 2013-12-11 17:43 UTC  (7+ messages)
` [Qemu-devel] [PATCH 05/11] qdev: add "hotplugable" property to Device
    ` [Qemu-devel] [PATCH 5/11 v3 FIXED] "

[Qemu-devel] [PATCH v2] char: restore read callback on a reattached (hotplug) chardev
 2013-12-11 17:36 UTC  (3+ 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  (7+ messages)
` [Qemu-devel] [PULL 1/5] linux-headers: Update from v3.13-rc3
    ` [Qemu-devel] [PATCH] target-ppc: add stubs for KVM breakpoints

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

[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  (14+ 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 03/13] mxs/imx23: Add uart driver
` [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)

[Qemu-devel] [PATCH V17 00/11] Add support for binding guest numa nodes to host numa nodes
 2013-12-11 12:26 UTC  (6+ messages)
` [Qemu-devel] [PATCH V17 02/11] NUMA: check if the total numa memory size is equal to ram_size

[Qemu-devel] [PATCH] inet_listen_opts: add error checking
 2013-12-11 12:00 UTC 

[Qemu-devel] [PATCH] Move hpet_find function from hpet.c to pc.c
 2013-12-11 11:59 UTC 

[Qemu-devel] [PATCHv2 0/6] Vhost and vhost-net support for userspace based backends
 2013-12-11 11:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH 6/6] Add new vhost-user netdev backend

[Qemu-devel] [PATCH] piix: do not reset APIC base address (0x80) on piix4_reset
 2013-12-11 11:04 UTC  (4+ messages)

[Qemu-devel] [PATCH v10 0/5] add allwinner A10 SoC support
 2013-12-11 10:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v10 5/5] hw/arm: add cubieboard support

[Qemu-devel] [PATCH v4 0/8] spapr: bootindex support
 2013-12-11 10:36 UTC  (2+ messages)

[Qemu-devel] [PATCH for-1.7 0/5] acpi unit-test: added tests
 2013-12-11 10:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-1.7 3/5] acpi unit-test: add test files


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