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
2019-02-07
slirp: replace qemu qtailq with slirp own copy
Marc-André Lureau
2
-2
/
+194
2019-02-07
slirp: replace net/eth.h inclusion with own defines
Marc-André Lureau
3
-2
/
+10
2019-02-07
slirp: remove now useless QEMU headers inclusions
Marc-André Lureau
8
-14
/
+0
2019-02-07
slirp: remove qemu timer.h dependency
Marc-André Lureau
4
-3
/
+2
2019-02-07
slirp: add slirp own version of pstrcpy
Marc-André Lureau
4
-3
/
+22
2019-02-07
slirp: improve windows headers inclusion
Marc-André Lureau
1
-11
/
+11
2019-02-07
slirp: do not include qemu headers in libslirp.h public API header
Marc-André Lureau
1
-1
/
+11
2019-02-07
slirp: move QEMU state saving to a separate unit
Marc-André Lureau
5
-361
/
+418
2019-02-07
slirp: replace qemu_notify_event() with a callback
Marc-André Lureau
7
-6
/
+19
2019-02-07
slirp: add unregister_poll_fd() callback
Marc-André Lureau
6
-1
/
+14
2019-02-07
slirp: replace qemu_set_nonblock()
Marc-André Lureau
7
-4
/
+30
2019-02-07
slirp: replace most qemu socket utilities with slirp own version
Marc-André Lureau
8
-36
/
+274
2019-02-07
slirp: replace QEMU_PACKED with SLIRP_PACKED
Marc-André Lureau
4
-10
/
+43
2019-02-07
slirp: replace trace functions with DEBUG calls
Marc-André Lureau
5
-12
/
+15
2019-02-07
slirp: add callbacks for timer
Marc-André Lureau
4
-13
/
+40
2019-02-07
net/slirp: fix leaks on forwarding rule registration error
Marc-André Lureau
1
-0
/
+2
2019-02-07
net/slirp: free forwarding rules on cleanup
Marc-André Lureau
1
-7
/
+18
2019-02-07
net/slirp: simplify checking for cmd: prefix
Marc-André Lureau
1
-1
/
+1
2019-02-07
slirp: generalize guestfwd with a callback based approach
Marc-André Lureau
7
-32
/
+75
2019-02-07
slirp: Don't mark struct ipq or struct ipasfrag as packed
Peter Maydell
1
-2
/
+5
2019-02-07
slirp: Avoid marking naturally packed structs as QEMU_PACKED
Peter Maydell
2
-7
/
+25
2019-02-07
slirp: Avoid unaligned 16bit memory access
Samuel Thibault
1
-1
/
+1
2019-02-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
Peter Maydell
3
-4
/
+5
2019-02-06
accel/tcg: Consider cluster index in tb_lookup__cpu_state()
Peter Maydell
2
-3
/
+4
2019-02-06
tcg: add early clober modifier in atomic16_cmpxchg on aarch64
Catherine Ho
1
-1
/
+1
2019-02-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
155
-1777
/
+3103
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
[next]