OSDN Git Service

qmiga/qemu.git
2020-06-12 Roman Bolshakovi386: hvf: Drop HVFX86EmulatorState
2020-06-12 Roman Bolshakovi386: hvf: Move mmio_buf into CPUX86State
2020-06-12 Roman Bolshakovi386: hvf: Move lazy_flags into CPUX86State
2020-06-12 Roman Bolshakovi386: hvf: Drop regs in HVFX86EmulatorState
2020-06-12 Roman Bolshakovi386: hvf: Drop copy of RFLAGS defines
2020-06-12 Roman Bolshakovi386: hvf: Drop rflags from HVFX86EmulatorState
2020-06-12 Roman Bolshakovi386: hvf: Drop fetch_rip from HVFX86EmulatorState
2020-06-12 Roman Bolshakovi386: hvf: Use IP from CPUX86State
2020-06-12 Roman Bolshakovi386: hvf: Use ins_len to advance IP
2020-06-12 Roman Bolshakovi386: hvf: Drop unused variable
2020-06-12 Roman Bolshakovi386: hvf: Clean stray includes in sysemu
2020-06-12 Roman Bolshakovi386: hvf: Drop useless declarations in sysemu
2020-06-12 Roman Bolshakovi386: hvf: Move HVFState definition into hvf
2020-06-12 Philippe Mathieu... target/ppc: Restrict PPCVirtualHypervisorClass to syste...
2020-06-12 Philippe Mathieu... sysemu/hvf: Only declare hvf_allowed when HVF is available
2020-06-12 Philippe Mathieu... sysemu/tcg: Only declare tcg_allowed when TCG is available
2020-06-12 Philippe Mathieu... sysemu/accel: Restrict machine methods to system-mode
2020-06-12 Joseph Myerstarget/i386: correct fix for pcmpxstrx substring search
2020-06-10 Joseph Myerstarget/i386: fix IEEE x87 floating-point exception...
2020-06-10 Prasad J Panditexec: set map length to zero when returning NULL
2020-06-10 Leonid Blochconfigure: Do not ignore malloc value
2020-06-10 Philippe Mathieu... qemu/thread: Mark qemu_thread_exit() with 'noreturn...
2020-06-10 Philippe Mathieu... memory: Make 'info mtree' not display disabled regions...
2020-06-10 David Carlierutil/oslib: Returns the real thread identifier on FreeB...
2020-06-10 Like Xutarget/i386: define a new MSR based feature word -...
2020-06-10 Julio Faraccoi386: Remove unused define's from hax and hvf
2020-06-10 Pavel Dovgalyukreplay: implement fair mutex
2020-06-10 Wei Huanghw/i386/amd_iommu: Fix the reserved bits definition...
2020-06-10 Edgar E. Iglesiastests: machine-none-test: Enable MicroBlaze testing
2020-06-10 Sai Pavan Bodduchardev/char-socket: Properly make qio connections...
2020-06-10 Peter XuKVM: Kick resamplefd for split kernel irqchip
2020-06-10 Peter XuKVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
2020-06-10 Peter Xuvfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi()...
2020-06-10 Cathy Zhangx86/cpu: Enable AVX512_VP2INTERSECT cpu feature
2020-06-10 Philippe Mathieu... hw/i386/vmport: Allow QTest use without crashing
2020-06-10 Joseph Myerstarget/i386: fix fisttpl, fisttpll handling of out...
2020-06-10 Joseph Myerstarget/i386: fix fbstp handling of out-of-range values
2020-06-10 Joseph Myerstarget/i386: fix fbstp handling of negative zero
2020-06-10 Joseph Myerstarget/i386: fix fxam handling of invalid encodings
2020-06-10 Joseph Myerstarget/i386: fix floating-point load-constant rounding
2020-06-10 Philippe Mathieu... hw/elf_ops: Do not ignore write failures when loading ELF
2020-06-10 Philippe Mathieu... disas: Let disas::read_memory() handler return EIO...
2020-06-10 Philippe Mathieu... exec: Propagate cpu_memory_rw_debug() error
2020-06-10 Philippe Mathieu... exec: Let address_space_read/write_cached() propagate...
2020-06-10 Joseph Myerstarget/i386: fix fscale handling of rounding precision
2020-06-10 Joseph Myerstarget/i386: fix fscale handling of infinite exponents
2020-06-10 Joseph Myerstarget/i386: fix fscale handling of invalid exponent...
2020-06-10 Joseph Myerstarget/i386: fix fscale handling of signaling NaN
2020-06-10 Joseph Myerstarget/i386: implement special cases for fxtract
2020-06-10 Prasad J Panditmegasas: use unsigned type for positive numeric fields
2020-06-10 Prasad J Panditmegasas: avoid NULL pointer dereference
2020-06-10 Prasad J Panditmegasas: use unsigned type for reply_queue_head and...
2020-06-10 Pan Nengyuani386/kvm: fix a use-after-free when vcpu plug/unplug
2020-06-10 WangBowenhax: Dynamic allocate vcpu state structure
2020-06-10 Markus Armbrustercpus: Fix botched configure_icount() error API violatio...
2020-06-10 Masahiro Yamadaqom/container: remove .instance_size initializer from...
2020-06-10 Masahiro Yamadaqom/object: pass (Object *) to object_initialize_with_t...
2020-06-10 Masahiro Yamadaqom/object: simplify type_initialize_interface()
2020-06-10 Masahiro Yamadaqom/object: factor out the initialization of hash table...
2020-06-10 Masahiro Yamadaqom: remove index from object_resolve_abs_path()
2020-06-10 Philippe Mathieu... accel: Move Xen accelerator code under accel/xen/
2020-06-10 Liran Alonhw/i386/vmport: Assert vmport initialized before regist...
2020-06-10 Liran Alonhw/i386/vmport: Add support for CMD_GETHZ
2020-06-10 Liran Aloni386/cpu: Store LAPIC bus frequency in CPU structure
2020-06-10 Liran Alonhw/i386/vmport: Allow x2apic without IR
2020-06-10 Liran Alonhw/i386/vmport: Add support for CMD_GET_VCPU_INFO
2020-06-10 Liran Alonhw/i386/vmport: Add support for CMD_GETBIOSUUID
2020-06-10 Liran Alonhw/i386/vmport: Define enum for all commands
2020-06-10 Liran Alonhw/i386/vmport: Introduce vmport.h
2020-06-10 Liran Alonhw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
2020-06-10 Liran Alonhw/i386/vmport: Introduce vmware-vmx-version property
2020-06-10 Liran Alonhw/i386/vmport: Set EAX to -1 on failed and unsupported...
2020-06-10 Liran Alonhw/i386/vmport: Propagate IOPort read to vCPU EAX register
2020-06-10 Liran Alonhw/i386/vmport: Add device properties
2020-06-10 Liran Alonhw/i386/vmport: Add reference to VMware open-vm-tools
2020-06-10 Janne Grunautarget/i386: fix phadd* with identical destination...
2020-06-10 Babu Mogertarget/i386: Fix the CPUID leaf CPUID_Fn80000008
2020-06-10 Jon Doronvmbus: add infrastructure to save/load vmbus requests
2020-06-10 Jon Doroni386: Hyper-V VMBus ACPI DSDT entry
2020-06-10 Jon Doroni386:pc: whitelist dynamic vmbus-bridge
2020-06-10 Jon Doronvmbus: vmbus implementation
2020-06-10 Jon Doronvmbus: add vmbus protocol definitions
2020-06-10 Jon Doronhyperv: expose API to determine if synic is enabled
2020-06-10 Philippe Mathieu... Makefile: Let the 'help' target list the helper targets
2020-06-10 Philippe Mathieu... io/task: Move 'qom/object.h' header to source
2020-06-10 Philippe Mathieu... qom/object: Move Object typedef to 'qemu/typedefs.h'
2020-06-10 Philippe Mathieu... target/i386: Fix OUTL debug output
2020-06-10 Cédric Le Goaterqom/object: Fix object_child_foreach_recursive() return...
2020-06-10 Pavel Dovgalyukicount: fix shift=auto for record/replay
2020-06-10 Igor Mammedovnuma: prevent usage of -M memory-backend and -numa...
2020-06-10 Igor Mammedovvl.c: run preconfig loop before creating default RAM...
2020-06-10 Paolo Bonzinirun-coverity-scan: support --update-tools-only --docker
2020-06-10 Paolo Bonzinirun-coverity-scan: download tools outside the container
2020-06-10 Paolo Bonzinirun-coverity-scan: use --no-update-tools in docker run
2020-06-10 Paolo Bonzinirun-coverity-scan: add --no-update-tools option
2020-06-10 Paolo Bonzinirun-coverity-scan: use docker.py
2020-06-10 Paolo Bonzinirun-coverity-scan: get Coverity token and email from...
2020-06-10 Paolo Bonzinidocker.py/build: support binary files in --extra-files
2020-06-10 Paolo Bonzinidocker.py/build: support -t and -f arguments
2020-06-09 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
next