index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructions
Jean-Philippe Brucker
1
-11
/
+27
2023-08-22
target/arm: Pass security space rather than flag for AT instructions
Jean-Philippe Brucker
3
-30
/
+27
2023-08-22
target/arm: Skip granule protection checks for AT instructions
Jean-Philippe Brucker
3
-18
/
+26
2023-08-22
target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*
Jean-Philippe Brucker
1
-10
/
+40
2023-08-22
target/arm/ptw: Load stage-2 tables from realm physical space
Jean-Philippe Brucker
1
-8
/
+18
2023-08-22
target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory types
Peter Maydell
1
-1
/
+14
2023-08-22
target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptw
Peter Maydell
1
-3
/
+7
2023-08-22
target/arm/ptw: Check for block descriptors at invalid levels
Peter Maydell
1
-2
/
+23
2023-08-22
target/arm/ptw: Set attributes correctly for MMU disabled data accesses
Peter Maydell
1
-5
/
+7
2023-08-22
target/arm/ptw: Drop S1Translate::out_secure
Peter Maydell
1
-5
/
+2
2023-08-22
target/arm/ptw: Remove S1Translate::in_secure
Peter Maydell
1
-13
/
+0
2023-08-22
target/arm/ptw: Remove last uses of ptw->in_secure
Peter Maydell
1
-4
/
+7
2023-08-22
target/arm/ptw: Only fold in NSTable bit effects in Secure state
Peter Maydell
1
-2
/
+1
2023-08-22
target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()
Peter Maydell
2
-6
/
+9
2023-08-22
target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
Peter Maydell
3
-12
/
+13
2023-08-22
target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()
Peter Maydell
1
-7
/
+8
2023-08-22
target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()
Peter Maydell
1
-21
/
+36
2023-08-22
target/arm/ptw: Set s1ns bit in fault info more consistently
Peter Maydell
1
-4
/
+15
2023-08-22
target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faults
Peter Maydell
1
-2
/
+8
2023-08-22
target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate fault
Peter Maydell
1
-1
/
+0
2023-08-22
accel/kvm: Make kvm_dirty_ring_reaper_init() void
Akihiko Odaki
1
-7
/
+2
2023-08-22
accel/kvm: Free as when an error occurred
Akihiko Odaki
1
-0
/
+1
2023-08-22
accel/kvm: Use negative KVM type for error propagation
Akihiko Odaki
3
-2
/
+7
2023-08-22
mips: Report an error when KVM_VM_MIPS_VZ is unavailable
Akihiko Odaki
1
-0
/
+1
2023-08-22
accel/kvm: Specify default IPA size for arm64
Akihiko Odaki
1
-1
/
+3
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
10
-13
/
+31
2023-08-22
qtest: microbit-test: add tests for nRF51 DETECT
Chris Laplante
1
-0
/
+44
2023-08-22
qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
Chris Laplante
1
-2
/
+10
2023-08-22
qtest: bail from irq_intercept_in if name is specified
Chris Laplante
1
-0
/
+8
2023-08-22
qtest: implement named interception of out-GPIO
Chris Laplante
3
-8
/
+27
2023-08-22
qtest: factor out qtest_install_gpio_out_intercept
Chris Laplante
1
-6
/
+10
2023-08-22
hw/gpio/nrf51: implement DETECT signal
Chris Laplante
2
-1
/
+14
2023-08-22
Open 8.2 development tree
Richard Henderson
1
-1
/
+1
2023-08-22
Update version for v8.1.0 release
Richard Henderson
1
-1
/
+1
2023-08-15
Update version for v8.1.0-rc4 release
Richard Henderson
1
-1
/
+1
2023-08-12
tcg/i386: Output %gs prefix in tcg_out_vex_opc
Richard Henderson
1
-0
/
+3
2023-08-11
hw/riscv/virt.c: change 'aclint' TCG check
Daniel Henrique Barboza
1
-7
/
+13
2023-08-11
target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
Daniel Henrique Barboza
1
-1
/
+8
2023-08-11
pci: Fix the update of interrupt disable bit in PCI_COMMAND register
Guoyi Tu
1
-1
/
+1
2023-08-11
hw/pci-host: Allow extended config space access for Designware PCIe host
Jason Chien
1
-0
/
+1
2023-08-10
Update version for v8.1.0-rc3 release
Richard Henderson
1
-1
/
+1
2023-08-10
gdbstub: don't complain about preemptive ACK chars
Alex Bennée
1
-0
/
+5
2023-08-10
gdbstub: more fixes for client Ctrl-C handling
Alex Bennée
2
-2
/
+4
2023-08-10
tests/tcg: ensure system-mode gdb tests start stopped
Alex Bennée
1
-6
/
+3
2023-08-10
accel/tcg: Avoid reading too much in load_atom_{2,4}
Richard Henderson
3
-3
/
+47
2023-08-09
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller
1
-1
/
+12
2023-08-09
util/interval-tree: Check root for null in interval_tree_iter_first
Helge Deller
1
-1
/
+1
2023-08-09
tests/tcg: Disable filename test for info proc mappings
Richard Henderson
1
-1
/
+2
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
4
-22
/
+25
2023-08-09
linux-user: Split out do_mmap
Richard Henderson
1
-17
/
+73
[next]