index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
tcg: Always enable TCGv type checking
Richard Henderson
1
-55
/
+34
2014-09-29
qemu/compiler: Define QEMU_ARTIFICIAL
Richard Henderson
1
-0
/
+6
2014-09-29
tcg-aarch64: Use 32-bit loads for qemu_ld_i32
Richard Henderson
2
-14
/
+18
2014-09-29
tcg-sparc: Use UMULXHI instruction
Richard Henderson
3
-1
/
+7
2014-09-29
tcg-sparc: Rename ADDX/SUBX insns
Richard Henderson
2
-28
/
+18
2014-09-29
tcg-sparc: Use ADDXC in setcond_i64
Richard Henderson
1
-0
/
+17
2014-09-29
tcg-sparc: Fix setcond_i32 uninitialized value
Richard Henderson
1
-2
/
+5
2014-09-29
tcg-sparc: Use ADDXC in addsub2_i64
Richard Henderson
4
-13
/
+61
2014-09-29
tcg-sparc: Support addsub2_i64
Richard Henderson
2
-9
/
+67
2014-09-29
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140929-1' into ...
Peter Maydell
3
-42
/
+21
2014-09-29
target-arm: Add support for VIRQ and VFIQ
Edgar E. Iglesias
5
-14
/
+76
2014-09-29
target-arm: Add IRQ and FIQ routing to EL2 and 3
Edgar E. Iglesias
2
-0
/
+27
2014-09-29
target-arm: A64: Emulate the SMC insn
Edgar E. Iglesias
7
-0
/
+51
2014-09-29
target-arm: Add a Hypervisor Trap exception type
Edgar E. Iglesias
4
-0
/
+4
2014-09-29
target-arm: A64: Emulate the HVC insn
Edgar E. Iglesias
7
-10
/
+81
2014-09-29
target-arm: A64: Correct updates to FAR and ESR on exceptions
Edgar E. Iglesias
1
-4
/
+3
2014-09-29
target-arm: Don't take interrupts targeting lower ELs
Edgar E. Iglesias
1
-0
/
+7
2014-09-29
target-arm: Break out exception masking to a separate func
Edgar E. Iglesias
2
-5
/
+17
2014-09-29
target-arm: A64: Refactor aarch64_cpu_do_interrupt
Edgar E. Iglesias
3
-11
/
+33
2014-09-29
target-arm: Add SCR_EL3
Edgar E. Iglesias
2
-3
/
+51
2014-09-29
target-arm: Add HCR_EL2
Edgar E. Iglesias
2
-0
/
+70
2014-09-29
target-arm: Don't handle c15_cpar changes via tb_flush()
Peter Maydell
6
-30
/
+44
2014-09-29
hw/input/tsc210x.c: Delete unused array tsc2101_rates
Peter Maydell
1
-30
/
+0
2014-09-29
hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
Peter Maydell
1
-8
/
+0
2014-09-29
hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio()
Peter Maydell
1
-9
/
+0
2014-09-29
hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv
Peter Maydell
1
-8
/
+0
2014-09-29
configure: Build GDB XML for 32 bit ARM CPUs into qemu aarch64 binaries
Peter Maydell
1
-1
/
+1
2014-09-29
target-arm: Implement handling of breakpoint firing
Peter Maydell
2
-15
/
+66
2014-09-29
target-arm: Implement setting guest breakpoints
Peter Maydell
5
-2
/
+136
2014-09-29
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
17
-26
/
+179
2014-09-29
vl: Adjust the place of calling mlockall to speedup VM's startup
zhanghailiang
1
-6
/
+5
2014-09-29
pc-dimm: Don't check dimm->node when there is non-NUMA config
zhanghailiang
1
-1
/
+1
2014-09-29
pci-hotplug-old: avoid losing error message
Gonglei
1
-1
/
+4
2014-09-29
Revert "virtio-pci: fix migration for pci bus master"
Michael S. Tsirkin
1
-20
/
+19
2014-09-29
loader: g_realloc(p, 0) frees and returns NULL, simplify
Markus Armbruster
1
-10
/
+5
2014-09-29
libqos: use microseconds instead of iterations for virtio timeout
Stefan Hajnoczi
3
-43
/
+42
2014-09-29
libqos: improve event_index test with timeout
Stefan Hajnoczi
3
-4
/
+31
2014-09-29
raw-posix: Fix build without posix_fallocate()
Kevin Wolf
2
-4
/
+32
2014-09-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
16
-76
/
+382
2014-09-29
qxl: use graphic_console_set_hwops
Gerd Hoffmann
1
-40
/
+9
2014-09-29
console: add graphic_console_set_hwops
Gerd Hoffmann
2
-2
/
+12
2014-09-29
ac97: register reset via qom
Gerd Hoffmann
1
-4
/
+4
2014-09-26
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-26' in...
Peter Maydell
6
-97
/
+189
2014-09-26
Add HMP command "info memory-devices"
Zhu Guihua
4
-0
/
+48
2014-09-26
qemu-socket: Eliminate silly QERR_ macros
Markus Armbruster
2
-25
/
+13
2014-09-26
os-posix: report error message when lock file failed
Gonglei
1
-0
/
+2
2014-09-26
os-posix: remove confused errno
Gonglei
1
-1
/
+1
2014-09-26
os-posix: change tab to space avoid violating coding style
Gonglei
1
-37
/
+42
2014-09-26
qemu-socket: Polish errors for connect() and listen() failure
Markus Armbruster
1
-2
/
+2
2014-09-26
qapi: Update docs given recent event, spacing fixes
Eric Blake
1
-20
/
+80
[prev]
[next]