index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
i386: hvf: Clean stray includes in sysemu
Roman Bolshakov
1
-7
/
+0
2020-06-12
i386: hvf: Drop useless declarations in sysemu
Roman Bolshakov
2
-25
/
+4
2020-06-12
i386: hvf: Move HVFState definition into hvf
Roman Bolshakov
2
-37
/
+35
2020-06-12
target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
Philippe Mathieu-Daudé
3
-13
/
+17
2020-06-12
sysemu/hvf: Only declare hvf_allowed when HVF is available
Philippe Mathieu-Daudé
1
-3
/
+3
2020-06-12
sysemu/tcg: Only declare tcg_allowed when TCG is available
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-12
sysemu/accel: Restrict machine methods to system-mode
Philippe Mathieu-Daudé
1
-0
/
+2
2020-06-12
target/i386: correct fix for pcmpxstrx substring search
Joseph Myers
3
-2
/
+38
2020-06-10
target/i386: fix IEEE x87 floating-point exception raising
Joseph Myers
2
-31
/
+926
2020-06-10
exec: set map length to zero when returning NULL
Prasad J Pandit
2
-1
/
+3
2020-06-10
configure: Do not ignore malloc value
Leonid Bloch
1
-3
/
+17
2020-06-10
qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-10
memory: Make 'info mtree' not display disabled regions by default
Philippe Mathieu-Daudé
4
-39
/
+48
2020-06-10
util/oslib: Returns the real thread identifier on FreeBSD and NetBSD
David Carlier
1
-0
/
+9
2020-06-10
target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
Like Xu
3
-0
/
+46
2020-06-10
i386: Remove unused define's from hax and hvf
Julio Faracco
2
-4
/
+0
2020-06-10
replay: implement fair mutex
Pavel Dovgalyuk
1
-1
/
+14
2020-06-10
hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
Wei Huang
1
-9
/
+10
2020-06-10
tests: machine-none-test: Enable MicroBlaze testing
Edgar E. Iglesias
1
-6
/
+4
2020-06-10
chardev/char-socket: Properly make qio connections non blocking
Sai Pavan Boddu
1
-1
/
+3
2020-06-10
KVM: Kick resamplefd for split kernel irqchip
Peter Xu
4
-2
/
+101
2020-06-10
KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
Peter Xu
1
-6
/
+10
2020-06-10
vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
Peter Xu
1
-22
/
+15
2020-06-10
x86/cpu: Enable AVX512_VP2INTERSECT cpu feature
Cathy Zhang
2
-1
/
+3
2020-06-10
hw/i386/vmport: Allow QTest use without crashing
Philippe Mathieu-Daudé
1
-1
/
+15
2020-06-10
target/i386: fix fisttpl, fisttpll handling of out-of-range values
Joseph Myers
2
-2
/
+126
2020-06-10
target/i386: fix fbstp handling of out-of-range values
Joseph Myers
2
-0
/
+125
2020-06-10
target/i386: fix fbstp handling of negative zero
Joseph Myers
2
-1
/
+29
2020-06-10
target/i386: fix fxam handling of invalid encodings
Joseph Myers
2
-2
/
+145
2020-06-10
target/i386: fix floating-point load-constant rounding
Joseph Myers
2
-5
/
+248
2020-06-10
hw/elf_ops: Do not ignore write failures when loading ELF
Philippe Mathieu-Daudé
1
-3
/
+8
2020-06-10
disas: Let disas::read_memory() handler return EIO on error
Philippe Mathieu-Daudé
1
-5
/
+8
2020-06-10
exec: Propagate cpu_memory_rw_debug() error
Philippe Mathieu-Daudé
2
-4
/
+9
2020-06-10
exec: Let address_space_read/write_cached() propagate MemTxResult
Philippe Mathieu-Daudé
2
-16
/
+19
2020-06-10
target/i386: fix fscale handling of rounding precision
Joseph Myers
2
-0
/
+16
2020-06-10
target/i386: fix fscale handling of infinite exponents
Joseph Myers
2
-0
/
+51
2020-06-10
target/i386: fix fscale handling of invalid exponent encodings
Joseph Myers
2
-1
/
+33
2020-06-10
target/i386: fix fscale handling of signaling NaN
Joseph Myers
2
-0
/
+41
2020-06-10
target/i386: implement special cases for fxtract
Joseph Myers
2
-1
/
+144
2020-06-10
megasas: use unsigned type for positive numeric fields
Prasad J Pandit
1
-19
/
+19
2020-06-10
megasas: avoid NULL pointer dereference
Prasad J Pandit
1
-1
/
+1
2020-06-10
megasas: use unsigned type for reply_queue_head and check index
Prasad J Pandit
1
-2
/
+2
2020-06-10
i386/kvm: fix a use-after-free when vcpu plug/unplug
Pan Nengyuan
2
-1
/
+4
2020-06-10
hax: Dynamic allocate vcpu state structure
WangBowen
2
-8
/
+22
2020-06-10
cpus: Fix botched configure_icount() error API violation fix
Markus Armbruster
1
-2
/
+4
2020-06-10
qom/container: remove .instance_size initializer from container_info
Masahiro Yamada
1
-1
/
+0
2020-06-10
qom/object: pass (Object *) to object_initialize_with_type()
Masahiro Yamada
1
-3
/
+1
2020-06-10
qom/object: simplify type_initialize_interface()
Masahiro Yamada
1
-2
/
+1
2020-06-10
qom/object: factor out the initialization of hash table of properties
Masahiro Yamada
1
-5
/
+3
2020-06-10
qom: remove index from object_resolve_abs_path()
Masahiro Yamada
1
-10
/
+9
[next]