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
2012-10-05
acpi: remove strzcpy (strncpy-identical) function; just use strncpy
Jim Meyering
2012-10-05
libcacard/vcard_emul_nss: use pstrcpy in place of strncpy
Jim Meyering
2012-10-05
qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name
Jim Meyering
2012-10-05
vscsi: avoid unwarranted strncpy
Jim Meyering
2012-10-05
virtio-9p: avoid unwarranted uses of strncpy
Jim Meyering
2012-10-05
bt: replace fragile snprintf use and unwarranted strncpy
Jim Meyering
2012-10-05
ui/vnc: simplify and avoid strncpy
Jim Meyering
2012-10-05
linux-user: remove two unchecked uses of strdup
Jim Meyering
2012-10-05
ppc: avoid buffer overrun: use pstrcpy, not strncpy
Jim Meyering
2012-10-05
os-posix: avoid buffer overrun
Jim Meyering
2012-10-05
lm32: avoid buffer overrun
Jim Meyering
2012-10-05
hw/9pfs: avoid buffer overrun
Jim Meyering
2012-10-05
vmdk: relative_path: use pstrcpy in place of strncpy
Jim Meyering
2012-10-05
sheepdog: avoid a few buffer overruns
Jim Meyering
2012-10-05
block: avoid buffer overrun by using pstrcpy, not strncpy
Jim Meyering
2012-10-05
sparc: use g_strdup in place of unchecked strdup
Jim Meyering
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
2012-10-05
qemu-sockets: Fix compiler warning (regression for MinGW)
Stefan Weil
2012-10-05
vnc: Fix spelling (hellmen -> hellman) in comment
Stefan Weil
2012-10-05
slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
Stefan Weil
2012-10-05
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
Peter Maydell
2012-10-05
cpu: Add missing 'static' attribute to qemu_global_mutex
Stefan Weil
2012-10-05
configure: Support empty target list (--target-list=)
Stefan Weil
2012-10-05
hw: Fix return value check for bdrv_read, bdrv_write
Stefan Weil
2012-10-05
PPC: KVM: Fix BAT put
Alexander Graf
2012-10-04
Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging
Anthony Liguori
2012-10-04
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-10-04
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2012-10-04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2012-10-04
Merge remote-tracking branch 'kraxel/usb.66' into staging
Anthony Liguori
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
2012-10-05
PPC: e500: Only expose even TLB sizes in initial TLB
Alexander Graf
2012-10-05
ppc/pseries: Reset VPA registration on CPU reset
David Gibson
2012-10-05
pseries: Don't test for MSR_PR for hypercalls under KVM
David Gibson
2012-10-05
PPC: e500: calculate initrd_base like dt_base
Scott Wood
2012-10-05
PPC: e500: increase DTC_LOAD_PAD
Scott Wood
2012-10-05
device tree: simplify dumpdtb code
Alexander Graf
2012-10-05
fdt: move dumpdtb interpretation code to device_tree.c
Alexander Graf
2012-10-04
target-ppc: Remove unused power_mode field from cpu state
David Gibson
2012-10-04
pseries: Set hash table size based on RAM size
David Gibson
2012-10-04
pseries: Remove unnecessary locking from PAPR hash table hcalls
David Gibson
2012-10-04
ppc405_uc: Fix buffer overflow
Stefan Weil
2012-10-04
target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()
David Gibson
2012-10-04
pseries: Fix semantics of RTAS int-on, int-off and set-xive functions
David Gibson
2012-10-04
pseries: Rework implementation of TCE bypass
David Gibson
2012-10-04
pseries: Remove never used flags field from spapr vio devices
David Gibson
2012-10-04
pseries: Remove XICS irq type enum type
David Gibson
2012-10-04
pseries: Remove C bitfields from xics code
David Gibson
2012-10-04
pseries: Small cleanup to H_CEDE implementation
David Gibson
2012-10-04
pseries: Fix XICS reset
David Gibson
[prev]
[next]