index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-08-22
char: remove qemu_chr_send_event()
Anthony Liguori
2011-08-22
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
2011-08-22
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
2011-08-22
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
2011-08-22
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
2011-08-22
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-22
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
tcg/ppc64: fix 16/32 mixup
malc
2011-08-22
Merge branch 'master' of git://git.qemu.org/qemu
malc
2011-08-22
tcg/ppc64: implement not_i32/64 and ext32u_i64
malc
2011-08-22
tcg/ppc32: implement deposit_i32
malc
2011-08-21
Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging
Anthony Liguori
2011-08-21
guest agent: remove uneeded dependencies
Michael Roth
2011-08-21
guest agent: remove g_strcmp0 usage
Michael Roth
2011-08-21
memory: crack wide ioport accesses into smaller ones when needed
Avi Kivity
2011-08-21
memory: abstract cracking of write access ops into a function
Avi Kivity
2011-08-21
escc: replace DPRINTFs with tracepoints
Blue Swirl
2011-08-21
m48t59: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
escc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
fdc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
pcnet: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
esp: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
sun4m: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
tcx: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
sun4m_iommu: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
slavio_intctl: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
slavio_misc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
slavio_timer: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
monitor: Prevent sign-extension of 32-bit addresses printed by info tlb
Austin Clements
2011-08-21
Merge branch 'queues/slirp' of git://git.kiszka.org/qemu
Blue Swirl
2011-08-21
tcg-ia64: Fix typos in AREG0 setup in prologue.
Richard Henderson
2011-08-21
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
Richard Henderson
2011-08-21
tcg: Constant fold neg, andc, orc, eqv, nand, nor.
Richard Henderson
2011-08-21
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
2011-08-21
tcg: Add and use TCG_OPF_64BIT.
Richard Henderson
2011-08-21
Check for presence of compiler -pthread flag.
Brad
2011-08-21
Convert last qemu_free and qemu_malloc uses
Blue Swirl
2011-08-21
monitor: Show combined protection bits in "info mem"
Austin Clements
2011-08-21
monitor: Fix "info mem" to print the last memory range
Austin Clements
2011-08-21
monitor: Prevent sign-extension of 32-bit addresses printed by info mem
Austin Clements
2011-08-21
w32: Fix format string regression
Stefan Weil
2011-08-21
w64: Add definition of FMT_pid
Stefan Weil
2011-08-21
Fix conversions from pointer to tcg_target_long
Stefan Weil
2011-08-21
Remove remenants of qemu_malloc
Anthony Liguori
[next]