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
2012-02-02
linux-user: Allow NULL value pointer in setxattr and getxattr
Peter Maydell
1
-6
/
+18
2012-02-02
linux-user: fix wait* syscall status returns
Alexander Graf
1
-2
/
+2
2012-02-02
linux-user/strace.c: Correct errno printing for mmap etc
Peter Maydell
1
-5
/
+4
2012-02-02
linux-user: fix QEMU_STRACE=1 segfault
Alexander Graf
2
-4
/
+17
2012-02-02
linux-user: add SO_PEERCRED support for getsockopt
Akos PASZTORY
2
-1
/
+39
2012-02-02
linux-user/main.c: Add option to user-mode emulation so that user can specify...
陳韋任
1
-0
/
+7
2012-02-02
linux-user: fake /proc/self/auxv
Alexander Graf
1
-0
/
+30
2012-02-02
linux-user: fake /proc/self/stat
Alexander Graf
1
-0
/
+26
2012-02-02
linux-user: fake /proc/self/maps
Alexander Graf
1
-0
/
+15
2012-02-02
linux-user: add open() hijack infrastructure
Alexander Graf
1
-3
/
+49
2012-02-02
linux-user: save auxv length
Alexander Graf
2
-11
/
+5
2012-02-02
linux-user: stack_base is now mandatory on all targets
Riku Voipio
1
-1
/
+1
2012-02-02
PPC: E500: Populate L1CFG0 SPR
Alexander Graf
1
-1
/
+4
2012-02-02
PPC: e500mc: Enable processor control
Alexander Graf
1
-1
/
+1
2012-02-02
PPC: E500: Implement msgsnd
Alexander Graf
3
-0
/
+35
2012-02-02
PPC: E500: Implement msgclr
Alexander Graf
3
-0
/
+54
2012-02-02
PPC: Enable doorbell excp handlers
Alexander Graf
1
-14
/
+2
2012-02-02
PPC: Add CPU feature for processor control
Alexander Graf
1
-1
/
+3
2012-02-02
PPC: E500: Add doorbell defines
Alexander Graf
1
-0
/
+16
2012-02-02
PPC: E500: Add some more excp vectors
Alexander Graf
1
-1
/
+4
2012-02-02
KVM: Fix compilation on non-x86
Alexander Graf
1
-0
/
+4
2012-02-02
PPC: booke206: move avail check to tlbwe
Alexander Graf
2
-7
/
+10
2012-02-02
PPC: booke206: Check for TLB overrun
Alexander Graf
4
-1
/
+29
2012-02-02
PPC: booke206: Implement tlbilx
Alexander Graf
3
-0
/
+102
2012-02-02
PPC: booke206: Check for min/max TLB entry size
Alexander Graf
1
-0
/
+11
2012-02-02
PPC: booke: add tlbnps handling
Alexander Graf
1
-0
/
+25
2012-02-02
PPC: booke206: allow NULL raddr in ppcmas_tlb_check
Alexander Graf
1
-1
/
+4
2012-02-02
PPC: rename msync to msync_4xx
Alexander Graf
1
-2
/
+2
2012-02-02
PPC: e500: msync is 440 only, e500 has real sync
Alexander Graf
2
-5
/
+4
2012-02-02
PPC: e500mc: add missing IVORs to bitmap
Alexander Graf
1
-1
/
+5
2012-02-02
PPC: Add IVOR 38-42
Alexander Graf
2
-14
/
+20
2012-02-02
PPC: KVM: Update HIOR code to new interface
Alexander Graf
3
-21
/
+28
2012-02-02
KVM: Update headers (except HIOR mess)
Alexander Graf
8
-12
/
+100
2012-02-01
Change license from GPLv2 to GPLv2+
Stefan Weil
1
-4
/
+1
2012-02-01
Add support for net bridge
Corey Bryant
6
-17
/
+293
2012-02-01
Add cap reduction support to enable use as SUID
Corey Bryant
2
-0
/
+70
2012-02-01
Add access control support to qemu bridge helper
Corey Bryant
1
-0
/
+153
2012-02-01
Add basic version of bridge helper
Corey Bryant
3
-2
/
+232
2012-02-01
hw/vmmouse.c: Disable vmmouse after reboot
Gerhard Wiesinger
1
-0
/
+2
2012-02-01
keep the PID file locked for the lifetime of the process
Laszlo Ersek
1
-1
/
+1
2012-02-01
main-loop: For tools, initialize timers as part of qemu_init_main_loop()
Michael Roth
4
-2
/
+20
2012-02-01
main-loop: Fix SetEvent() on uninitialized handle on win32
Michael Roth
1
-1
/
+4
2012-02-01
optionroms: Silence intermediate file removal
Jan Kiszka
1
-0
/
+3
2012-02-01
sdl: Limit sdl_grab_end in handle_activation to Windows hosts
Jan Kiszka
1
-0
/
+4
2012-02-01
sdl: Grab input on end of non-absolute mouse click
Jan Kiszka
1
-2
/
+1
2012-02-01
Revert "Handle SDL grabs failing (Mark McLoughlin)"
Jan Kiszka
1
-6
/
+3
2012-02-01
sdl: Fix block prevention of SDL_WM_GrabInput
Jan Kiszka
1
-12
/
+14
2012-02-01
sdl: Do not grab mouse on mode switch while in background
Jan Kiszka
1
-14
/
+16
2012-02-01
Improve default machine options usability
Jan Kiszka
1
-15
/
+2
2012-02-01
mc146818rtc: Use lost_tick_policy property
Jan Kiszka
3
-13
/
+42
[prev]
[next]