index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
qemu-timer: introduce timer_deinit
Paolo Bonzini
2015-01-26
qemu-timer: add timer_init and timer_init_ns/us/ms
Paolo Bonzini
2015-01-26
target-i386: make xmm_regs 512-bit wide
Paolo Bonzini
2015-01-26
target-i386: use vmstate_offset_sub_array for AVX registers
Paolo Bonzini
2015-01-26
tests/multiboot: Add test for modules
Kevin Wolf
2015-01-26
multiboot: Fix offset of bootloader name
Kevin Wolf
2015-01-26
tests/multiboot: Update reference output
Kevin Wolf
2015-01-26
pc: fix KVM features in pc-1.3 and earlier machine types
Paolo Bonzini
2015-01-23
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20150123' into ...
Peter Maydell
2015-01-23
seccomp: add mlockall to whitelist
Paolo Bonzini
2015-01-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150122-1' into...
Peter Maydell
2015-01-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into...
Peter Maydell
2015-01-22
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into ...
Peter Maydell
2015-01-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150122-1' into s...
Peter Maydell
2015-01-22
hw/input/hid.c Fix capslock hid code
Dinar Valeev
2015-01-22
hid: handle full ptr queues in post_load
Gerd Hoffmann
2015-01-22
input: improve docs for input-send-event qmp command
Gerd Hoffmann
2015-01-22
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
2015-01-22
monitor: add vnc websockets
Gerd Hoffmann
2015-01-22
monitor: add query-vnc-servers command
Gerd Hoffmann
2015-01-22
vnc: factor out qmp_query_client_list
Gerd Hoffmann
2015-01-22
vnc: track & limit connections
Gerd Hoffmann
2015-01-22
vnc: update docs/multiseat.txt
Gerd Hoffmann
2015-01-22
vnc: allow binding servers to qemu consoles
Gerd Hoffmann
2015-01-22
vnc: switch to QemuOpts, allow multiple servers
Gerd Hoffmann
2015-01-22
vnc: add display id to acl names
Gerd Hoffmann
2015-01-22
vnc: remove unused DisplayState parameter, add id instead.
Gerd Hoffmann
2015-01-22
vnc: remove vnc_display global
Gerd Hoffmann
2015-01-22
spice: fix coverity reported defect in display code
Gerd Hoffmann
2015-01-22
spice: add unix address support
Marc-André Lureau
2015-01-22
sb16: fix interrupt acknowledgement
Paolo Bonzini
2015-01-21
disas/sparc: Remove unused data sparc_opcode_archs[]
Peter Maydell
2015-01-21
target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY
Peter Maydell
2015-01-21
target-sparc: is_translating_asi() is TARGET_SPARC64 only
Peter Maydell
2015-01-21
target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only
Peter Maydell
2015-01-21
target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc
Peter Maydell
2015-01-20
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into ...
Peter Maydell
2015-01-20
cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not defined
Peter Maydell
2015-01-20
cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessors
Peter Maydell
2015-01-20
cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessors
Peter Maydell
2015-01-20
cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()
Peter Maydell
2015-01-20
cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macros
Peter Maydell
2015-01-20
cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessors
Peter Maydell
2015-01-20
cpu_ldst.h: Remove unused very short ld*/st* defines
Peter Maydell
2015-01-20
cpu_ldst.h: Drop unused ld/st*_kernel defines
Peter Maydell
2015-01-20
target-mips: Don't use _raw load/store accessors
Peter Maydell
2015-01-20
linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop
Peter Maydell
2015-01-20
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
Peter Maydell
2015-01-20
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
Peter Maydell
[next]