aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno
2012-10-06vl.c: default to std if cirrus is not availableAurelien Jarno
2012-10-06vl.c: check for qxl availabilityAurelien Jarno
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno
2012-10-06vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-10-06target-xtensa: de-optimize EXTUIAurelien Jarno
2012-10-05Remove libhwStefan Weil
2012-10-05target-arm: Drop unused DECODE_CPREG_CRN macroPeter Maydell
2012-10-05target-arm: use deposit instead of hardcoded versionAurelien Jarno
2012-10-05target-arm: mark a few integer helpers const and pureAurelien Jarno
2012-10-05target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno
2012-10-05target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno
2012-10-05target-arm: use globals for CC flagsAurelien Jarno
2012-10-05target-arm: Reinstate display of VFP registers in cpu_dump_statePeter Maydell
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-10-05versatilepb: Use symbolic indices for ARM PICStefan Weil
2012-10-05qdev: kill bogus commentEduardo Habkost
2012-10-05qemu-barrier: Fix compiler version check for future gcc versionsStefan Weil
2012-10-05hw: Add missing 'static' attribute for QEMUMachineStefan Weil
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05rtc: implement century bytePaolo Bonzini
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini
2012-10-05rtc: fix overflow in mktimegmPaolo Bonzini
2012-10-05qtest: implement QTEST_STOPPaolo Bonzini
2012-10-05qemu-barrier: Fix compiler version check for future gcc versionsStefan Weil
2012-10-05doc: update HACKING wrt strncpy/pstrcpyJim Meyering
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering
2012-10-05acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering
2012-10-05libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering
2012-10-05qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_nameJim Meyering
2012-10-05vscsi: avoid unwarranted strncpyJim Meyering
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering
2012-10-05bt: replace fragile snprintf use and unwarranted strncpyJim Meyering
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering
2012-10-05os-posix: avoid buffer overrunJim Meyering
2012-10-05lm32: avoid buffer overrunJim Meyering
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering
2012-10-05vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering
2012-10-05block: avoid buffer overrun by using pstrcpy, not strncpyJim Meyering
2012-10-05sparc: use g_strdup in place of unchecked strdupJim Meyering
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-10-05qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil
2012-10-05vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil
2012-10-05slirp: Fix spelling in comment (enought -> enough, insure -> ensure)Stefan Weil