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
2014-12-19
hw/vfio/pci: generalize mask/unmask to any IRQ index
Eric Auger
1
-10
/
+10
2014-12-19
hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
Eric Auger
1
-104
/
+106
2014-12-19
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
Kim Phillips
8
-5
/
+8
2014-12-19
vfio: fix adding memory listener to the right address space
Frank Blaschka
1
-1
/
+1
2014-12-19
vfio: migration to trace points
Eric Auger
2
-198
/
+280
2014-12-19
e1000: defer packets until BM enabled
Michael S. Tsirkin
1
-1
/
+20
2014-12-19
net: Use g_new() & friends where that makes obvious sense
Markus Armbruster
3
-5
/
+5
2014-12-19
net: Fuse g_malloc(); memset() into g_new0()
Markus Armbruster
1
-2
/
+1
2014-12-19
net: don't use set/get_pointer() in set/get_netdev()
Jason Wang
1
-38
/
+44
2014-12-19
tap: fix vcpu long time io blocking on tap
Wangkai (Kevin,C)
1
-0
/
+12
2014-12-17
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...
Peter Maydell
4
-19
/
+42
2014-12-17
Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging
Peter Maydell
10
-362
/
+426
2014-12-17
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into staging
Peter Maydell
11
-392
/
+620
2014-12-17
update ipxe from 69313ed to 35c5379
Gerd Hoffmann
7
-0
/
+0
2014-12-17
sdl2: Work around SDL2 SDL_ShowWindow() bug
Max Reitz
1
-0
/
+10
2014-12-17
sdl2: Use correct sdl2_console for window events
Max Reitz
1
-2
/
+4
2014-12-17
sdl2: move sdl2_2d_refresh to sdl2-2d.c
Gerd Hoffmann
3
-9
/
+10
2014-12-17
sdl2: factor out sdl2_poll_events
Gerd Hoffmann
2
-10
/
+14
2014-12-17
sdl2: add+use sdl2_2d_redraw function.
Gerd Hoffmann
3
-11
/
+18
2014-12-17
sdl2: move sdl_switch to sdl2-2d.c
Gerd Hoffmann
3
-46
/
+52
2014-12-17
sdl2: overhaul window size handling
Gerd Hoffmann
1
-93
/
+79
2014-12-17
sdl2: move sdl_update to new sdl2-2d.c
Gerd Hoffmann
4
-31
/
+70
2014-12-17
sdl2: turn on keyboard grabs
Gerd Hoffmann
1
-3
/
+4
2014-12-17
sdl2: move keyboard input code to new sdl2-input.c
Gerd Hoffmann
4
-73
/
+114
2014-12-17
sdl2: rename sdl2_state to sdl2_console, move to header file
Gerd Hoffmann
2
-36
/
+43
2014-12-17
target-xtensa: don't generate dead code
Max Filippov
1
-279
/
+321
2014-12-17
target-xtensa: record available window in TB flags
Max Filippov
4
-62
/
+42
2014-12-17
target-xtensa: test cross-page opcode
Max Filippov
1
-13
/
+13
2014-12-17
target-xtensa: fix translation for opcodes crossing page boundary
Max Filippov
1
-4
/
+23
2014-12-17
tcg: add separate monitor command to dump opcode counters
Max Filippov
5
-4
/
+27
2014-12-16
qemu-log: add log category for MMU info
Antony Pavlov
12
-58
/
+61
2014-12-16
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...
Peter Maydell
6
-24
/
+45
2014-12-16
Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...
Peter Maydell
21
-529
/
+622
2014-12-16
vga: set catagory bit for secondary vga device
Gonglei
1
-0
/
+1
2014-12-16
move hw cursor pos from cirrus to vga
Gerd Hoffmann
2
-16
/
+17
2014-12-16
cirrus: Force use of shadow pixmap when HW cursor is enabled
Benjamin Herrenschmidt
1
-1
/
+8
2014-12-16
vga: Add mechanism to force the use of a shadow surface
Benjamin Herrenschmidt
2
-2
/
+16
2014-12-16
spice: fix memory leak
Gonglei
1
-4
/
+1
2014-12-16
spice: remove spice-experimental.h include
Marc-André Lureau
2
-2
/
+0
2014-12-16
spice: do not require TCP ports
Marc-André Lureau
1
-4
/
+0
2014-12-16
spice: rework mirror allocation, add no-resize fast path
Gerd Hoffmann
1
-7
/
+26
2014-12-16
spice: reduce refresh rate in native mode
Gerd Hoffmann
1
-0
/
+3
2014-12-16
spice: use bottom half instead of refresh timer for cursor updates
Gerd Hoffmann
4
-7
/
+15
2014-12-16
sdl: move version logic from source code to makefile
Gerd Hoffmann
3
-7
/
+6
2014-12-16
target-mips: remove excp_names[] from linux-user as it is unused
Leon Alrae
1
-1
/
+1
2014-12-16
disas/mips: disable unused mips16_to_32_reg_map[]
Leon Alrae
1
-1
/
+2
2014-12-16
disas/mips: remove unused mips_msa_control_names_numeric[32]
Leon Alrae
1
-7
/
+0
2014-12-16
target-mips: convert single case switch into if statement
Leon Alrae
1
-3
/
+1
2014-12-16
target-mips: Fix DisasContext's ulri member initialization
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
target-mips: Use local float status pointer across MSA macros
Maciej W. Rozycki
1
-35
/
+34
[prev]
[next]