OSDN Git Service

qmiga/qemu.git
2020-08-27 Ani SinhaIntroduce a new flag for i440fx to disable PCI hotplug...
2020-08-27 Michael S.... acpi: update expected DSDT files with _UID changes
2020-08-27 Michael S.... disassemble-aml: -o actually works
2020-08-27 Michael S.... arm/acpi: fix an out of spec _UID for PCI root
2020-08-27 Michael S.... i386/acpi: fix inconsistent QEMU/OVMF device paths
2020-08-27 Michael S.... acpi: allow DSDT changes
2020-08-26 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2020-08-26 Sven Schnellehw/display/artist: Fix invalidation of lines near scree...
2020-08-26 Sven Schnellehw/display/artist: Fix invalidation of lines in artist_...
2020-08-26 Helge Dellerhw/display/artist: Unbreak size mismatch memory accesses
2020-08-26 Helge Dellerhw/display/artist: Prevent out of VRAM buffer accesses
2020-08-26 Helge DellerRevert "hw/display/artist: Avoid drawing line when...
2020-08-26 Philippe Mathieu... hw/display/artist: Refactor artist_rop8() to avoid...
2020-08-26 Philippe Mathieu... hw/display/artist: Check offset in draw_line to avoid...
2020-08-26 Helge Dellerhw/hppa/lasi: Don't abort on invalid IMR value
2020-08-26 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2020-08-26 Alberto Garciaiotests: Add tests for qcow2 images with extended L2...
2020-08-25 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2020-08-25 Alistair Francistarget/riscv: Support the Virtual Instruction fault
2020-08-25 Alistair Francistarget/riscv: Return the exception from invalid CSR...
2020-08-25 Alistair Francistarget/riscv: Support the v0.6 Hypervisor extension...
2020-08-25 Alistair Francistarget/riscv: Only support little endian guests
2020-08-25 Alistair Francistarget/riscv: Only support a single VSXL length
2020-08-25 Alistair Francistarget/riscv: Update the CSRs to the v0.6 Hyp extension
2020-08-25 Alistair Francistarget/riscv: Update the Hypervisor trap return/entry
2020-08-25 Alistair Francistarget/riscv: Fix the interrupt cause code
2020-08-25 Alistair Francistarget/riscv: Convert MSTATUS MTL to GVA
2020-08-25 Alistair Francistarget/riscv: Don't allow guest to write to htinst
2020-08-25 Alistair Francistarget/riscv: Do two-stage lookups on hlv/hlvx/hsv...
2020-08-25 Alistair Francistarget/riscv: Allow generating hlv/hlvx/hsv instructions
2020-08-25 Alistair Francistarget/riscv: Allow setting a two-stage lookup in the...
2020-08-25 Anup Patelhw/riscv: virt: Allow creating multiple NUMA sockets
2020-08-25 Anup Patelhw/riscv: spike: Allow creating multiple NUMA sockets
2020-08-25 Anup Patelhw/riscv: Add helpers for RISC-V multi-socket NUMA...
2020-08-25 Anup Patelhw/riscv: Allow creating multiple instances of PLIC
2020-08-25 Anup Patelhw/riscv: Allow creating multiple instances of CLINT
2020-08-25 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2020-08-25 Li Qiangtests: fix a memory in test_socket_unix_abstract_good
2020-08-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/fixes...
2020-08-25 Alberto Garciaqcow2: Assert that expand_zero_clusters_in_l1() does...
2020-08-25 Alberto Garciaqcow2: Allow preallocation and backing files if extende...
2020-08-25 Alberto Garciaqcow2: Add the 'extended_l2' option and the QCOW2_INCOM...
2020-08-25 Alberto Garciaqcow2: Add prealloc field to QCowL2Meta
2020-08-25 Alberto Garciaqcow2: Add subcluster support to qcow2_measure()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to handle_alloc_space()
2020-08-25 Alberto Garciaqcow2: Clear the L2 bitmap when allocating a compressed...
2020-08-25 Alberto Garciaqcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to check_refcounts_l2()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to discard_in_l2_slice()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to zero_in_l2_slice()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to qcow2_get_host_offset()
2020-08-25 Alberto Garciaqcow2: Add subcluster support to calculate_l2_meta()
2020-08-25 Alberto Garciaqcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
2020-08-25 Alberto Garciaqcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
2020-08-25 Alberto Garciaqcow2: Add cluster type parameter to qcow2_get_host_off...
2020-08-25 Alberto Garciaqcow2: Add qcow2_cluster_is_allocated()
2020-08-25 Alberto Garciaqcow2: Add qcow2_get_subcluster_range_type()
2020-08-25 Alberto Garciaqcow2: Add QCow2SubclusterType and qcow2_get_subcluster...
2020-08-25 Alberto Garciaqcow2: Update get/set_l2_entry() and add get/set_l2_bit...
2020-08-25 Alberto Garciaqcow2: Add l2_entry_size()
2020-08-25 Alberto Garciaqcow2: Add offset_into_subcluster() and size_to_subclus...
2020-08-25 Alberto Garciaqcow2: Add offset_to_sc_index()
2020-08-25 Alberto Garciaqcow2: Add subcluster-related fields to BDRVQcow2State
2020-08-25 Alberto Garciaqcow2: Add dummy has_subclusters() function
2020-08-25 Alberto Garciaqcow2: Document the Extended L2 Entries feature
2020-08-25 Alberto Garciaqcow2: Add get_l2_entry() and set_l2_entry()
2020-08-25 Alberto Garciaqcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in...
2020-08-25 Alberto Garciaqcow2: Split cluster_needs_cow() out of count_cow_clust...
2020-08-25 Alberto Garciaqcow2: Add calculate_l2_meta()
2020-08-25 Alberto Garciaqcow2: Convert qcow2_get_cluster_offset() into qcow2_ge...
2020-08-25 Alberto Garciaqcow2: Make Qcow2AioTask store the full host offset
2020-08-25 Laurent Viviermeson: avoid compiling qemu-keymap by default
2020-08-25 Laurent Viviermeson: move xkbcommon to meson
2020-08-25 Gerd Hoffmannmeson: drop keymaps symlink
2020-08-24 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20200...
2020-08-24 Peter MaydellMerge remote-tracking branch 'remotes/cschoenebeck...
2020-08-24 Peter MaydellMerge remote-tracking branch 'remotes/edgar/tags/edgar...
2020-08-24 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-08-24 Peter Maydelltarget/arm: Use correct FPST for VCMLA, VCADD on fp16
2020-08-24 Peter Maydelltarget/arm: Implement FPST_STD_F16 fpstatus
2020-08-24 Peter Maydelltarget/arm: Make A32/T32 use new fpstatus_ptr() API
2020-08-24 Peter Maydelltarget/arm: Replace A64 get_fpstatus_ptr() with generic...
2020-08-24 Peter Maydelltarget/arm: Delete unused ARM_FEATURE_CRC
2020-08-24 Peter Maydelltarget/arm/translate.c: Delete/amend incorrect comments
2020-08-24 Peter Maydelltarget/arm: Delete unused VFP_DREG macros
2020-08-24 Peter Maydelltarget/arm: Remove ARCH macro
2020-08-24 Peter Maydelltarget/arm: Convert T32 coprocessor insns to decodetree
2020-08-24 Peter Maydelltarget/arm: Do M-profile NOCP checks early and via...
2020-08-24 Peter Maydelltarget/arm: Tidy up disas_arm_insn()
2020-08-24 Peter Maydelltarget/arm: Convert A32 coprocessor insns to decodetree
2020-08-24 Peter Maydelltarget/arm: Separate decode from handling of coproc...
2020-08-24 Peter Maydelltarget/arm: Pull handling of XScale insns out of disas_...
2020-08-24 Edgar E. Iglesiasdocs/system/arm: Document the Xilinx Versal Virt board
2020-08-24 Eric Augerhw/arm/smmuv3: Advertise SMMUv3.2 range invalidation
2020-08-24 Eric Augerhw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support
2020-08-24 Eric Augerhw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support
2020-08-24 Eric Augerhw/arm/smmuv3: Fix IIDR offset
2020-08-24 Eric Augerhw/arm/smmuv3: Get prepared for range invalidation
2020-08-24 Eric Augerhw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
next