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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2019-02-06
target/hppa: fix PSW Q bit behaviour to match hardware
Sven Schnelle
1
-5
/
+9
2019-02-06
target/hppa: fix setting registers via gdb
Sven Schnelle
1
-1
/
+1
2019-02-06
target/hppa: use tb_cflags() to access tb->cflags
Emilio G. Cota
1
-1
/
+1
2019-02-05
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'...
Peter Maydell
14
-260
/
+622
2019-02-05
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190205' into staging
Peter Maydell
6
-212
/
+330
2019-02-05
target/arm: Make FPSCR/FPCR trapped-exception bits RAZ/WI
Peter Maydell
2
-0
/
+12
2019-02-05
hw/arm/boot: Support DTB autoload for firmware-only boots
Peter Maydell
1
-1
/
+0
2019-02-05
hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_info
Peter Maydell
1
-1
/
+2
2019-02-05
hw/arm/boot: Factor out "set up firmware boot" code
Peter Maydell
1
-43
/
+49
2019-02-05
hw/arm/boot: Factor out "direct kernel boot" code into its own function
Peter Maydell
1
-70
/
+80
2019-02-05
hw/arm/boot: Fix block comment style in arm_load_kernel()
Peter Maydell
1
-10
/
+20
2019-02-05
gdbstub: allow killing QEMU via vKill command
Max Filippov
1
-0
/
+4
2019-02-05
target/arm: Enable TBI for user-only
Richard Henderson
1
-0
/
+6
2019-02-05
target/arm: Compute TB_FLAGS for TBI for user-only
Peter Maydell
2
-42
/
+24
2019-02-05
target/arm: Clean TBI for data operations in the translator
Richard Henderson
1
-101
/
+116
2019-02-05
target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore
Richard Henderson
4
-36
/
+39
2019-02-05
tests/tcg/aarch64: Add pauth smoke test
Richard Henderson
2
-1
/
+28
2019-02-05
linux-user: Implement PR_PAC_RESET_KEYS
Richard Henderson
2
-0
/
+43
2019-02-05
target/arm: Enable BTI for -cpu max
Richard Henderson
1
-0
/
+4
2019-02-05
target/arm: Set btype for indirect branches
Richard Henderson
1
-1
/
+36
2019-02-05
target/arm: Reset btype for direct branches
Richard Henderson
1
-0
/
+6
2019-02-05
target/arm: Default handling of BTYPE during translation
Richard Henderson
3
-2
/
+152
2019-02-05
target/arm: Cache the GP bit for a page in MemTxAttrs
Richard Henderson
1
-0
/
+6
2019-02-05
exec: Add target-specific tlb bits to MemTxAttrs
Richard Henderson
1
-0
/
+10
2019-02-05
target/arm: Add BT and BTYPE to tb->flags
Richard Henderson
4
-7
/
+23
2019-02-05
target/arm: Add PSTATE.BTYPE
Richard Henderson
2
-2
/
+9
2019-02-05
target/arm: Introduce isar_feature_aa64_bti
Richard Henderson
1
-0
/
+10
2019-02-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
39
-1646
/
+2460
2019-02-05
contrib/libvhost-user: cleanup casts
Michael S. Tsirkin
1
-4
/
+4
2019-02-05
r2d: fix build on mingw
Michael S. Tsirkin
1
-1
/
+1
2019-02-05
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
4
-10
/
+20
2019-02-05
mmap-alloc: unfold qemu_ram_mmap()
Murilo Opsfelder Araujo
1
-19
/
+34
2019-02-05
i386, acpi: cleanup build_facs by removing second unused argument
Wei Yang
1
-2
/
+2
2019-02-05
fw_cfg: fix the life cycle and the name of "qemu_extra_params_fw"
Laszlo Ersek
1
-4
/
+5
2019-02-05
acpi: Make TPM 2.0 with TIS available as MSFT0101
Stefan Berger
1
-2
/
+10
2019-02-05
hw/virtio: Use CONFIG_VIRTIO_PCI switch instead of CONFIG_PCI
Thomas Huth
1
-1
/
+1
2019-02-05
vhost-user-blk: add discard/write zeroes features support
Changpeng Liu
3
-33
/
+159
2019-02-05
contrib/vhost-user-blk: fix the compilation issue
Peter Xu
2
-4
/
+16
2019-02-05
pci/msi: export msi_is_masked()
Peter Xu
2
-1
/
+2
2019-02-05
intel_iommu: reset intr_enabled when system reset
Peter Xu
1
-0
/
+1
2019-02-05
intel_iommu: fix operator in vtd_switch_address_space
Peter Xu
1
-1
/
+1
2019-02-05
hw: virtio-pci: drop DO_UPCAST
Li Qiang
1
-2
/
+2
2019-02-05
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190205-pull-request' i...
Peter Maydell
24
-533
/
+360
2019-02-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-04' into st...
Peter Maydell
10
-196
/
+239
2019-02-05
keymap: fix keyup mappings
Gerd Hoffmann
4
-24
/
+37
2019-02-05
keymap: pass full keyboard state to keysym2scancode
Gerd Hoffmann
4
-10
/
+8
2019-02-05
kbd-state: use state tracker for vnc
Gerd Hoffmann
2
-90
/
+35
2019-02-05
kbd-state: use state tracker for gtk
Gerd Hoffmann
2
-32
/
+8
2019-02-05
sdl2: use only QKeyCode in sdl2_process_key()
Gerd Hoffmann
1
-4
/
+3
2019-02-05
kbd-state: use state tracker for sdl2
Gerd Hoffmann
3
-34
/
+7
[next]