OSDN Git Service

qmiga/qemu.git
2020-05-14 Dongjiu GengMAINTAINERS: Add ACPI/HEST/GHES entries
2020-05-14 Dongjiu Gengtarget-arm: kvm64: handle SIGBUS signal from kernel...
2020-05-14 Dongjiu GengACPI: Record Generic Error Status Block(GESB) table
2020-05-14 Dongjiu GengKVM: Move hwpoison page related functions into kvm...
2020-05-14 Dongjiu GengACPI: Record the Generic Error Status Block address
2020-05-14 Dongjiu GengACPI: Build Hardware Error Source Table
2020-05-14 Dongjiu GengACPI: Build related register address fields via hardwar...
2020-05-14 Dongjiu Gengdocs: APEI GHES generation and CPER record description
2020-05-14 Dongjiu Genghw/arm/virt: Introduce a RAS machine option
2020-05-14 Dongjiu Gengacpi: nvdimm: change NVDIMM_UUID_LE to a common macro
2020-05-14 Patrick Williamsaspeed: Add support for the sonorapass-bmc board
2020-05-14 Richard Hendersontarget/arm: Vectorize SABA/UABA
2020-05-14 Richard Hendersontarget/arm: Vectorize SABD/UABD
2020-05-14 Richard Hendersontarget/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*
2020-05-14 Richard Hendersontarget/arm: Pass pointer to qc to qrdmla/qrdmls
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{qrdmla,qrdmls}
2020-05-14 Richard Hendersontarget/arm: Remove fp_status from helper_{recpe, rsqrte...
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{cmtst,ushl,sshl}
2020-05-14 Richard Hendersontarget/arm: Swap argument order for VSHL during decode
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{mla,mls}
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0
2020-05-14 Richard Hendersontarget/arm: Tidy handle_vec_simd_shri
2020-05-14 Richard Hendersontarget/arm: Remove unnecessary range check for VSHL
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{sri,sli}
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_{u,s}{rshr,rsra}
2020-05-14 Richard Hendersontarget/arm: Create gen_gvec_[us]sra
2020-05-14 Peter Maydelltarget/arm: Use correct GDB XML for M-profile cores
2020-05-14 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/9p...
2020-05-14 Christian Schoenebeckxen-9pfs: Fix log messages of reply errors
2020-05-14 Omar Sandoval9pfs: local: ignore O_NOATIME if we don't have permissions
2020-05-14 Christian Schoenebeckqemu-options.hx: 9p: clarify -virtfs vs. -fsdev
2020-05-14 Christian SchoenebeckMAINTAINERS: Upgrade myself as 9pfs co-maintainer
2020-05-13 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2020-05-13 Vladimir Sementsov... block/block-copy: fix use-after-free of task pointer
2020-05-13 Denis Plotnikoviotests: 287: add qcow2 compression type test
2020-05-13 Denis Plotnikovqcow2: add zstd cluster compression
2020-05-13 Denis Plotnikovqcow2: rework the cluster compression routine
2020-05-13 Denis Plotnikovqcow2: introduce compression type feature
2020-05-12 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2020-05-12 Jafar Abdihw/tpm: fix usage of bool in tpm-tis.c
2020-05-11 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-05-11 Richard Hendersontarget/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)
2020-05-11 Richard Hendersontarget/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA
2020-05-11 Philippe Mathieu... hw/arm/musicpal: Map the UART devices unconditionally
2020-05-11 Philippe Mathieu... target/arm: Restrict TCG cpus to TCG accel
2020-05-11 Philippe Mathieu... target/arm/cpu: Restrict v8M IDAU interface to Aarch32...
2020-05-11 Philippe Mathieu... target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPU...
2020-05-11 Thomas Huthtarget/arm: Make set_feature() available for other...
2020-05-11 Philippe Mathieu... target/arm/kvm: Inline set_feature() calls
2020-05-11 Richard Hendersontarget/arm: Remove sve_memopidx
2020-05-11 Richard Hendersontarget/arm: Reuse sve_probe_page for gather loads
2020-05-11 Richard Hendersontarget/arm: Reuse sve_probe_page for scatter stores
2020-05-11 Richard Hendersontarget/arm: Reuse sve_probe_page for gather first-fault...
2020-05-11 Richard Hendersontarget/arm: Use SVEContLdSt for contiguous stores
2020-05-11 Richard Hendersontarget/arm: Update contiguous first-fault and no-fault...
2020-05-11 Richard Hendersontarget/arm: Use SVEContLdSt for multi-register contiguo...
2020-05-11 Richard Hendersontarget/arm: Handle watchpoints in sve_ld1_r
2020-05-11 Richard Hendersontarget/arm: Use SVEContLdSt in sve_ld1_r
2020-05-11 Richard Hendersontarget/arm: Adjust interface of sve_ld1_host_fn
2020-05-11 Richard Hendersontarget/arm: Add sve infrastructure for page lookup
2020-05-11 Richard Hendersontarget/arm: Drop manual handling of set/clear_helper_re...
2020-05-11 Richard Hendersontarget/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
2020-05-11 Richard Hendersonaccel/tcg: Add endian-specific cpu_{ld, st}* operations
2020-05-11 Richard Hendersonaccel/tcg: Add probe_access_flags
2020-05-11 Richard Hendersonaccel/tcg: Adjust probe_access call to page_check_range
2020-05-11 Richard Hendersonaccel/tcg: Add block comment for probe_access
2020-05-11 Richard Hendersonexec: Fix cpu_watchpoint_address_matches address length
2020-05-11 Richard Hendersonexec: Add block comments for watchpoint routines
2020-05-11 Philippe Mathieu... hw/timer/nrf51_timer: Add trace event of counter value...
2020-05-11 Philippe Mathieu... hw/timer/nrf51_timer: Display timer ID in trace events
2020-05-11 Philippe Mathieu... hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
2020-05-11 Joel Stanleyaspeed: sdmc: Implement AST2600 locking behaviour
2020-05-11 Joel Stanleyaspeed: Support AST2600A1 silicon revision
2020-05-11 Edgar E. Iglesiastarget/arm: Drop access_el3_aa32ns_aa64any()
2020-05-11 Joel Stanleyaspeed: Add boot stub for smp booting
2020-05-08 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2020-05-08 Eric Blakeblock: Drop unused .bdrv_has_zero_init_truncate
2020-05-08 Eric Blakevhdx: Rework truncation logic
2020-05-08 Eric Blakeparallels: Rework truncation logic
2020-05-08 Eric Blakessh: Support BDRV_REQ_ZERO_WRITE for truncate
2020-05-08 Eric Blakesheepdog: Support BDRV_REQ_ZERO_WRITE for truncate
2020-05-08 Eric Blakerbd: Support BDRV_REQ_ZERO_WRITE for truncate
2020-05-08 Eric Blakenfs: Support BDRV_REQ_ZERO_WRITE for truncate
2020-05-08 Eric Blakefile-win32: Support BDRV_REQ_ZERO_WRITE for truncate
2020-05-08 Eric Blakegluster: Drop useless has_zero_init callback
2020-05-08 Max Reitzqcow2: Fix preallocation on block devices
2020-05-08 Kevin Wolfiotests/055: Use cache.no-flush for vmdk target
2020-05-08 Kevin Wolfiotests: Backup with different source/target size
2020-05-08 Kevin Wolfbackup: Make sure that source and target size match
2020-05-08 Kevin Wolfbackup: Improve error for bdrv_getlength() failure
2020-05-08 Kevin Wolfiotests/283: Use consistent size for source and target
2020-05-08 Kevin Wolfiotests: vmdk: Enable zeroed_grained=on by default
2020-05-08 Kevin Wolfvmdk: Flush only once in vmdk_L2update()
2020-05-08 Kevin Wolfvmdk: Don't update L2 table for zero write on zero...
2020-05-08 Kevin Wolfvmdk: Fix partial overwrite of zero cluster
2020-05-08 Kevin Wolfvmdk: Fix zero cluster allocation
2020-05-08 Kevin Wolfvmdk: Rename VmdkMetaData.valid to new_allocation
2020-05-08 Alberto Garciaqcow2: Avoid integer wraparound in qcow2_co_truncate()
2020-05-08 Vladimir Sementsov... iotests/113: mark bochs as required to support whitelisting
next