qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-28 11:12:15 to 2017-12-29 20:03:13 UTC [more...]

[Qemu-devel] [PULL 0/8] tcg queued patches
 2017-12-29 20:01 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/8] target/*helper: don't check retaddr before calling cpu_restore_state
` [Qemu-devel] [PULL 2/8] target/moxie: Fix tlb_fill
` [Qemu-devel] [PULL 3/8] tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
` [Qemu-devel] [PULL 4/8] tcg: Dynamically allocate TCGOps
` [Qemu-devel] [PULL 5/8] tcg: Generalize TCGOp parameters
` [Qemu-devel] [PULL 6/8] tcg: Add tcg_signed_cond
` [Qemu-devel] [PULL 7/8] tcg: Allow 6 arguments to TCG helpers
` [Qemu-devel] [PULL 8/8] tcg: add cs_base and flags to -d exec output

[Qemu-devel] [PATCH v4] vhost: set used memslots for vhost-user and vhost-kernel respectively
 2017-12-29 19:06 UTC 

[Qemu-devel] [PATCH v3] vhost: add used memslot number for vhost-user and vhost-kernel separately
 2017-12-29 18:48 UTC  (7+ messages)

[Qemu-devel] [PATCH v3] linux-user: Use *at functions instead of caching interp_prefix contents
 2017-12-29 18:31 UTC 

[Qemu-devel] [PATCH v3 00/42] SDHCI: housekeeping, add a qtest and fix few issues
 2017-12-29 17:49 UTC  (40+ messages)
` [Qemu-devel] [PATCH v3 01/42] sdhci: clean up includes
` [Qemu-devel] [PATCH v3 02/42] sdhci: sort registers comments
` [Qemu-devel] [PATCH v3 03/42] sdhci: remove dead code
` [Qemu-devel] [PATCH v3 04/42] sdhci: refactor same sysbus/pci properties into a common one
` [Qemu-devel] [PATCH v3 05/42] sdhci: refactor common sysbus/pci class_init() into sdhci_class_init()
` [Qemu-devel] [PATCH v3 06/42] sdhci: refactor common sysbus/pci realize() into sdhci_realizefn()
` [Qemu-devel] [PATCH v3 07/42] sdhci: refactor common sysbus/pci unrealize() into sdhci_unrealizefn()
` [Qemu-devel] [PATCH v3 08/42] sdhci: use qemu_log_mask(UNIMP) instead of fprintf()
` [Qemu-devel] [PATCH v3 09/42] sdhci: convert the DPRINT() calls into trace events
` [Qemu-devel] [PATCH v3 10/42] sdhci: add a GPIO for the 'access control' LED
` [Qemu-devel] [PATCH v3 11/42] sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"
` [Qemu-devel] [PATCH v3 12/42] sdhci: use FIELD_DP32() macro for the WRITE_PROTECT flag
` [Qemu-devel] [PATCH v3 13/42] sdhci: rename the SDHC_CAPAB register
` [Qemu-devel] [PATCH v3 14/42] sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only
` [Qemu-devel] [PATCH v3 15/42] sdhci: Implement write method of ACMD12ERRSTS register
` [Qemu-devel] [PATCH v3 16/42] sdhci: use deposit64() on admasysaddr
` [Qemu-devel] [PATCH v3 17/42] sdhci: add a "dma-memory" property
` [Qemu-devel] [PATCH v3 18/42] sdhci: add a spec_version property
` [Qemu-devel] [PATCH v3 19/42] sdhci: add basic Spec v1 capabilities
` [Qemu-devel] [PATCH v3 20/42] sdhci: add max-block-length capability (Spec v1)
` [Qemu-devel] [PATCH v3 22/42] sdhci: add DMA and 64-bit capabilities (Spec v2)
` [Qemu-devel] [PATCH v3 23/42] sdhci: default to Spec v2
` [Qemu-devel] [PATCH v3 24/42] sdhci: add a 'dma' shortcut property
` [Qemu-devel] [PATCH v3 26/42] sdhci: Fix 64-bit ADMA2
` [Qemu-devel] [PATCH v3 27/42] hw/arm/exynos4210: implement SDHCI Spec v2
` [Qemu-devel] [PATCH v3 28/42] hw/arm/xilinx_zynq: "
` [Qemu-devel] [PATCH v3 29/42] sdhci: add qtest to check the SD Spec version
` [Qemu-devel] [PATCH v3 30/42] sdhci: check Spec v2 capabilities qtest
` [Qemu-devel] [PATCH v3 32/42] sdhci: rename the hostctl1 register
` [Qemu-devel] [PATCH v3 33/42] hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
` [Qemu-devel] [PATCH v3 34/42] hw/arm/fsl-imx6: "
` [Qemu-devel] [PATCH v3 35/42] hw/arm/xilinx_zynqmp: "
` [Qemu-devel] [PATCH v3 36/42] sdhci: check Spec v3 capabilities qtest
` [Qemu-devel] [PATCH v3 37/42] sdhci: remove the deprecated 'capareg' property
` [Qemu-devel] [PATCH v3 38/42] sdhci: add check_capab_readonly() qtest
` [Qemu-devel] [PATCH v3 39/42] sdhci: add a check_capab_baseclock() qtest
` [Qemu-devel] [PATCH v3 40/42] sdhci: add a check_capab_sdma() qtest
` [Qemu-devel] [PATCH v3 41/42] sdhci: add a check_capab_v3() qtest
` [Qemu-devel] [PATCH v3 42/42] sdhci: add Spec v4.2 register definitions

[Qemu-devel] [PATCH v2 00/20] SDHCI: housekeeping, add a qtest and fix few issues
 2017-12-29 17:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 04/20] sdhci: refactor same sysbus/pci properties into a common one

[Qemu-devel] [PATCH 00/38] Add hppa-softmmu
 2017-12-29 16:18 UTC  (41+ messages)
` [Qemu-devel] [PATCH 01/38] target/hppa: Skeleton support for hppa-softmmu
` [Qemu-devel] [PATCH 02/38] target/hppa: Define the rest of the PSW
` [Qemu-devel] [PATCH 03/38] target/hppa: Disable gateway page emulation for system mode
` [Qemu-devel] [PATCH 04/38] target/hppa: Define hardware exception types
` [Qemu-devel] [PATCH 05/38] target/hppa: Split address size from register size
` [Qemu-devel] [PATCH 06/38] target/hppa: Implement mmu_idx from IA privilege level
` [Qemu-devel] [PATCH 07/38] target/hppa: Implement the system mask instructions
` [Qemu-devel] [PATCH 08/38] target/hppa: Add space registers
` [Qemu-devel] [PATCH 09/38] target/hppa: Add control registers
` [Qemu-devel] [PATCH 10/38] target/hppa: Adjust insn mask for mfctl, w
` [Qemu-devel] [PATCH 11/38] target/hppa: Implement rfi
` [Qemu-devel] [PATCH 12/38] target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interrupt
` [Qemu-devel] [PATCH 13/38] target/hppa: Implement unaligned access trap
` [Qemu-devel] [PATCH 14/38] target/hppa: Use space registers in data operations
` [Qemu-devel] [PATCH 15/38] target/hppa: Do not set cs_base to iaoq_b
` [Qemu-devel] [PATCH 16/38] target/hppa: Avoid privilege level decrease during branches
` [Qemu-devel] [PATCH 17/38] target/hppa: Implement IASQ
` [Qemu-devel] [PATCH 18/38] target/hppa: Implement tlb_fill
` [Qemu-devel] [PATCH 19/38] target/hppa: Implement external interrupts
` [Qemu-devel] [PATCH 20/38] target/hppa: Implement the interval timer
` [Qemu-devel] [PATCH 21/38] target/hppa: Log unimplemented instructions
` [Qemu-devel] [PATCH 22/38] target/hppa: Implement I*TLBA and I*TLBP insns
` [Qemu-devel] [PATCH 23/38] target/hppa: Implement P*TLB and P*TLBE insns
` [Qemu-devel] [PATCH 24/38] target/hppa: Implement LDWA
` [Qemu-devel] [PATCH 25/38] target/hppa: Implement LPA
` [Qemu-devel] [PATCH 26/38] target/hppa: Implement LCI
` [Qemu-devel] [PATCH 27/38] target/hppa: Implement SYNCDMA insn
` [Qemu-devel] [PATCH 28/38] target/hppa: Implement a halt instruction
` [Qemu-devel] [PATCH 29/38] hw/hppa: Implement DINO system board
` [Qemu-devel] [PATCH 30/38] target/hppa: Optimize for flat addressing space
` [Qemu-devel] [PATCH 31/38] target/hppa: Add system registers to gdbstub
` [Qemu-devel] [PATCH 32/38] target/hppa: Add migration for the cpu
` [Qemu-devel] [PATCH 33/38] target/hppa: Implement B,GATE insn
` [Qemu-devel] [PATCH 34/38] target/hppa: Only use EXCP_DTLB_MISS
` [Qemu-devel] [PATCH 35/38] qom: Add MMU_DEBUG_LOAD
` [Qemu-devel] [PATCH 36/38] target/hppa: Use MMU_DEBUG_LOAD when reloading for CR[IIR]
` [Qemu-devel] [PATCH 37/38] target/hppa: Increase number of temp regs
` [Qemu-devel] [PATCH 38/38] target/hppa: Fix comment

[Qemu-devel] [PATCH 0/5] tests: acpi: fix FADT not being tested and cleanups
 2017-12-29 15:16 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_table()
` [Qemu-devel] [PATCH 2/5] tests: acpi: init table descriptor in test_dst_table()
` [Qemu-devel] [PATCH 3/5] tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usage
` [Qemu-devel] [PATCH 4/5] tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usage
` [Qemu-devel] [PATCH 5/5] tests: acpi: fix FADT not being compared to reference table

[Qemu-devel] [PATCH v3 00/16] piix4: cleanup and improvements
 2017-12-29 14:29 UTC  (17+ messages)
` [Qemu-devel] [PATCH v3 01/16] fdc: move object structures to header file
` [Qemu-devel] [PATCH v3 02/16] serial/parallel: "
` [Qemu-devel] [PATCH v3 03/16] mc146818rtc: move structure "
` [Qemu-devel] [PATCH v3 04/16] mc146818rtc: always register rtc to rtc list
` [Qemu-devel] [PATCH v3 05/16] piix4: rename some variables in realize function
` [Qemu-devel] [PATCH v3 06/16] piix4: add Reset Control Register
` [Qemu-devel] [PATCH v3 07/16] piix4: add a i8259 interrupt controller as specified in datasheet
` [Qemu-devel] [PATCH v3 08/16] piix4: add a i8257 dma "
` [Qemu-devel] [PATCH v3 09/16] piix4: add a i8254 pit "
` [Qemu-devel] [PATCH v3 10/16] piix4: add a i8042 keyboard/mouse "
` [Qemu-devel] [PATCH v3 11/16] piix4: add a floppy controller, 1 parallel port and 2 serial ports
` [Qemu-devel] [PATCH v3 12/16] piix4: add a mc146818rtc controller as specified in datasheet
` [Qemu-devel] [PATCH v3 13/16] piix4: add a speaker "
` [Qemu-devel] [PATCH v3 14/16] piix4: convert reset function to QOM
` [Qemu-devel] [PATCH v3 15/16] piix4: rename PIIX4 object to piix4-isa
` [Qemu-devel] [PATCH v3 16/16] piix4: we can now instanciate a PIIX4 with -device

[Qemu-devel] [PATCH 0/2] pvpanic: implement abort_on_panic option
 2017-12-29  9:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] vl: extend qemu_system_guest_panicked with abort_on_panic
` [Qemu-devel] [PATCH 2/2] pvpanic: add PVPANIC_ABORT_PROP

[Qemu-devel] [PATCH v2 0/5] target/m68k: implement 680x0 FPU (part 3)
 2017-12-29  8:21 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] ioapic: support TYPE_INTERRUPT_STATS_PROVIDER
 2017-12-29  7:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] doc: another fix to "info pic"
` [Qemu-devel] [PATCH 2/5] ioapic: support "
` [Qemu-devel] [PATCH 3/5] ioapic: some proper indents when dump info
` [Qemu-devel] [PATCH 4/5] ioapic: support "info irq"
` [Qemu-devel] [PATCH 5/5] hmp: obsolete "info ioapic"

[Qemu-devel] [PATCH v14 0/9] Add ARMv8 RAS virtualization support in QEMU
 2017-12-29  6:33 UTC  (15+ messages)
` [Qemu-devel] [PATCH v14 1/9] ACPI: add some GHES structures and macros definition
` [Qemu-devel] [PATCH v14 2/9] ACPI: Add APEI GHES table generation and CPER record support
` [Qemu-devel] [PATCH v14 5/9] target-arm: kvm64: inject synchronous External Abort
` [Qemu-devel] [PATCH v14 7/9] ARM: ACPI: Add GPIO notification type for hardware RAS error
` [Qemu-devel] [PATCH v14 8/9] hw/arm/virt: Add RAS platform version for migration
` [Qemu-devel] [PATCH v14 9/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[Qemu-devel] [PATCH v6 00/20] add byte-based block_status driver callbacks
 2017-12-29  3:27 UTC  (39+ messages)
` [Qemu-devel] [PATCH v6 01/20] block: Add .bdrv_co_block_status() callback
` [Qemu-devel] [PATCH v6 02/20] block: Switch passthrough drivers to .bdrv_co_block_status()
` [Qemu-devel] [PATCH v6 03/20] file-posix: Switch "
` [Qemu-devel] [PATCH v6 04/20] gluster: "
` [Qemu-devel] [PATCH v6 05/20] iscsi: Switch cluster_sectors to byte-based
` [Qemu-devel] [PATCH v6 06/20] iscsi: Switch iscsi_allocmap_update() "
` [Qemu-devel] [PATCH v6 07/20] iscsi: Switch to .bdrv_co_block_status()
` [Qemu-devel] [PATCH v6 08/20] null: "
` [Qemu-devel] [PATCH v6 10/20] qcow: "
` [Qemu-devel] [PATCH v6 11/20] qcow2: "
` [Qemu-devel] [PATCH v6 12/20] qed: "
` [Qemu-devel] [PATCH v6 13/20] raw: "
` [Qemu-devel] [PATCH v6 14/20] sheepdog: "
` [Qemu-devel] [PATCH v6 15/20] vdi: Avoid bitrot of debugging code
` [Qemu-devel] [PATCH v6 16/20] vdi: Switch to .bdrv_co_block_status()
` [Qemu-devel] [PATCH v6 17/20] vmdk: "
` [Qemu-devel] [PATCH v6 18/20] vpc: "
` [Qemu-devel] [PATCH v6 19/20] vvfat: "
` [Qemu-devel] [PATCH v6 20/20] block: Drop unused .bdrv_co_get_block_status()

[Qemu-devel] [PATCH v9 00/13] Dirty bitmaps postcopy migration
 2017-12-29  1:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH v9 03/13] block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmap
` [Qemu-devel] [PATCH v9 10/13] migration: add postcopy migration of dirty bitmaps
` [Qemu-devel] [PATCH v9 13/13] iotests: add dirty bitmap postcopy test

[Qemu-devel] [Bug 1712818] [NEW] live migration with storage encounter assert(!(bs->open_flags & BDRV_O_INACTIVE)) crashes
 2017-12-28 21:50 UTC  (2+ messages)
` [Qemu-devel] [Bug 1712818] "

[Qemu-devel] [PATCH] linux-user: Fix sched_get/setaffinity conversion
 2017-12-28 19:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: finalize current_migration object
 2017-12-28 20:07 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: Fix sched_get/setaffinity conversion
 2017-12-28 19:32 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/10] linux-user: Speed up guest space initialization on 32-bit ARM target
 2017-12-28 18:08 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/10] linux-user: Use #if to only call validate_guest_space for "
` [Qemu-devel] [PATCH 02/10] linux-user: Rename validate_guest_space => init_guest_commpage
` [Qemu-devel] [PATCH 03/10] linux-user: init_guest_space: Clean up if we can't initialize the commpage
` [Qemu-devel] [PATCH 04/10] linux-user: init_guest_space: Correctly handle guest_start in commpage initialization
` [Qemu-devel] [PATCH 05/10] linux-user: init_guest_space: Clarify page alignment logic
` [Qemu-devel] [PATCH 06/10] linux-user: init_guest_commpage: Add a comment about size check
` [Qemu-devel] [PATCH 07/10] linux-user: init_guest_space: Clean up control flow a bit
` [Qemu-devel] [PATCH 08/10] linux-user: init_guest_space: Don't try to align if we'll reject it
` [Qemu-devel] [PATCH 09/10] linux-user: init_guest_space: Add a comment about search strategy
` [Qemu-devel] [PATCH 10/10] linux-user: init_guest_space: Try to make ARM space+commpage continuous

[Qemu-devel] [PATCH] linux-user: Add getcpu() support
 2017-12-28 17:39 UTC  (2+ messages)

[Qemu-devel] [RFC v2 0/4] enable numa configuration before machine is running from HMP/QMP
 2017-12-28 17:22 UTC  (5+ messages)
` [Qemu-devel] [RFC v2 1/4] numa: split out NumaOptions parsing into parse_NumaOptions()
` [Qemu-devel] [RFC v2 2/4] HMP: add set-numa-node command
` [Qemu-devel] [RFC v2 3/4] QMP: "
` [Qemu-devel] [RFC v2 4/4] numa: pc: reset machine if numa config has changed in prelaunch time

[Qemu-devel] [PATCH 2/3] qemu: use 64-bit values for feature flags in virtio-net
 2017-12-28 15:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
  ` [Qemu-devel] [PATCH net-next v2 1/3] virtio_net: propagate linkspeed/duplex settings from the hypervisor

[Qemu-devel] [PATCH v4 0/5] Add a valid_cpu_types property
 2017-12-28 14:59 UTC  (9+ messages)

[Qemu-devel] [PATCH v14 1/9] ACPI: add some GHES structures and macros definition
 2017-12-28 14:46 UTC 

[Qemu-devel] [PATCH v2 0/2] vhost: two fixes
 2017-12-28 13:42 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 1/2] vhost: add used memslot number for vhost-user and vhost-kernel separately
` [Qemu-devel] [PATCH v2 2/2] vhost: double check used memslots number

[Qemu-devel] [PATCH v5 0/7] Rework vhost memory region updates
 2017-12-28 13:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 5/7] vhost: Regenerate region list from changed sections list

[Qemu-devel] QEMU CAN bus work
 2017-12-28 13:02 UTC 


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