qemu /
qemu /
76a23ca099084ce72f5c30a3c5dc18e331384c59 - 76a23ca target-sparc: Tidy cpu_dump_state by Richard Henderson · 12 years ago
- d838201 tcg: Remove redundant pointer from TCGContext by Stefan Weil · 12 years ago
- 046dbab Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Aurelien Jarno · 12 years ago
- 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
- 6b2f90f Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 12 years ago
- 1d31fca qemu-barrier: Fix compilation on i386 hosts by Stefan Weil · 12 years ago
- d1e321b tcg: Add tcg_high_cond by Richard Henderson · 12 years ago
- 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 12 years ago
- bcc6656 tcg: Add is_unsigned_cond by Richard Henderson · 12 years ago
- 457ebdc vga: cleanup after isa_vga_init() and pci_vga_init() conversion by Aurelien Jarno · 12 years ago
- f642dfc mips/r4k: use the new is_vga_init() function by Aurelien Jarno · 12 years ago
- 16094b7 pc: use the new pci_vga_init() and isa_vga_init() functions by Aurelien Jarno · 12 years ago
- f289877 sun/sun4u: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- 1ddcae8 ppc/pSeries: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- 95fa01f ppc/prep: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- 3e20ad3 ppc/oldworld: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- e7a2e96 ppc/newworld: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- 606f90c alpha: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- 9c59864 mips/malta: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
- 14e7a64 isa: add a isa_vga_init() function by Aurelien Jarno · 12 years ago
- 129d42f pci: add a pci_vga_init() function by Aurelien Jarno · 12 years ago
- 3605ded vl.c: default to std if cirrus is not available by Aurelien Jarno · 12 years ago
- 879049a vl.c: check for qxl availability by Aurelien Jarno · 12 years ago
- 36b7f27 vl.c: convert *vga_enabled functions to QOM by Aurelien Jarno · 12 years ago
- 6405c86 vga: rename isa_vga_init() to isa_std_vga_init() by Aurelien Jarno · 12 years ago
- a1e4721 vga: rename pci_vga_init() into pci_std_vga_init() by Aurelien Jarno · 12 years ago
- 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
- f783cb2 target-xtensa: de-optimize EXTUI by Aurelien Jarno · 12 years ago
- c9159fe Remove libhw by Stefan Weil · 12 years ago
- 1273d9c target-arm: Drop unused DECODE_CPREG_CRN macro by Peter Maydell · 12 years ago
- d593c48 target-arm: use deposit instead of hardcoded version by Aurelien Jarno · 12 years ago
- 00e3ab2 target-arm: mark a few integer helpers const and pure by Aurelien Jarno · 12 years ago
- 365af80 target-arm: convert sar, shl and shr helpers to TCG by Aurelien Jarno · 12 years ago
- 72485ec target-arm: convert add_cc and sub_cc helpers to TCG by Aurelien Jarno · 12 years ago
- 66c374d target-arm: use globals for CC flags by Aurelien Jarno · 12 years ago
- f2617cf target-arm: Reinstate display of VFP registers in cpu_dump_state by Peter Maydell · 12 years ago
- 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
- 02cd521 versatilepb: Use symbolic indices for ARM PIC by Stefan Weil · 12 years ago
- c36b7de qdev: kill bogus comment by Eduardo Habkost · 12 years ago
- 8e7e2b1 qemu-barrier: Fix compiler version check for future gcc versions by Stefan Weil · 12 years ago
- da665c9 hw: Add missing 'static' attribute for QEMUMachine by Stefan Weil · 12 years ago
- 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
- b8994fa rtc: implement century byte by Paolo Bonzini · 12 years ago
- e67edb9 rtc: map CMOS index 0x37 to 0x32 on read and writes by Paolo Bonzini · 12 years ago
- b6db4ac rtc: fix overflow in mktimegm by Paolo Bonzini · 12 years ago
- e0fea6b qtest: implement QTEST_STOP by Paolo Bonzini · 12 years ago
- 610b823 qemu-barrier: Fix compiler version check for future gcc versions by Stefan Weil · 12 years ago
- 9b9e3ec doc: update HACKING wrt strncpy/pstrcpy by Jim Meyering · 12 years ago
- 9310b9b hw/r2d: add comment: this strncpy use is ok by Jim Meyering · 12 years ago
- 00ea188 qcow2: mark this file's sole strncpy use as justified by Jim Meyering · 12 years ago
- 3cda346 acpi: remove strzcpy (strncpy-identical) function; just use strncpy by Jim Meyering · 12 years ago
- 2e67978 libcacard/vcard_emul_nss: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
- 1ab516e qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name by Jim Meyering · 12 years ago
- 9d055d8 vscsi: avoid unwarranted strncpy by Jim Meyering · 12 years ago
- 9238c20 virtio-9p: avoid unwarranted uses of strncpy by Jim Meyering · 12 years ago
- e5fda03 bt: replace fragile snprintf use and unwarranted strncpy by Jim Meyering · 12 years ago
- 5847d9e ui/vnc: simplify and avoid strncpy by Jim Meyering · 12 years ago
- 900cfbc linux-user: remove two unchecked uses of strdup by Jim Meyering · 12 years ago
- ae21506 ppc: avoid buffer overrun: use pstrcpy, not strncpy by Jim Meyering · 12 years ago
- 3eadc68 os-posix: avoid buffer overrun by Jim Meyering · 12 years ago
- 1044dc1 lm32: avoid buffer overrun by Jim Meyering · 12 years ago
- a79b5f8 hw/9pfs: avoid buffer overrun by Jim Meyering · 12 years ago
- d66f8e7 vmdk: relative_path: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
- 3178e27 sheepdog: avoid a few buffer overruns by Jim Meyering · 12 years ago
- c2cba3d block: avoid buffer overrun by using pstrcpy, not strncpy by Jim Meyering · 12 years ago
- bfad673 sparc: use g_strdup in place of unchecked strdup by Jim Meyering · 12 years ago
- a5cf826 scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL by Jim Meyering · 12 years ago
- 58455eb qemu-sockets: Fix compiler warning (regression for MinGW) by Stefan Weil · 12 years ago
- d69eba2 vnc: Fix spelling (hellmen -> hellman) in comment by Stefan Weil · 12 years ago
- 30daca5 slirp: Fix spelling in comment (enought -> enough, insure -> ensure) by Stefan Weil · 12 years ago
- f97713f tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code by Peter Maydell · 12 years ago
- b2532d8 cpu: Add missing 'static' attribute to qemu_global_mutex by Stefan Weil · 12 years ago
- afb63eb configure: Support empty target list (--target-list=) by Stefan Weil · 12 years ago
- 7a608f5 hw: Fix return value check for bdrv_read, bdrv_write by Stefan Weil · 12 years ago
- ef8beb0 PPC: KVM: Fix BAT put by Alexander Graf · 12 years ago
- a14c749 Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging by Anthony Liguori · 12 years ago
- 05d4f2f Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
- 97f3461 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 12 years ago
- 6929cf1 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
- 938406d Merge remote-tracking branch 'kraxel/usb.66' into staging by Anthony Liguori · 12 years ago
- 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
- fb37c30 PPC: e500: Only expose even TLB sizes in initial TLB by Alexander Graf · 12 years ago
- 2b15811 ppc/pseries: Reset VPA registration on CPU reset by David Gibson · 12 years ago
- efcb938 pseries: Don't test for MSR_PR for hypercalls under KVM by David Gibson · 12 years ago
- 7e7ec2d PPC: e500: calculate initrd_base like dt_base by Scott Wood · 12 years ago
- 9dd5eba PPC: e500: increase DTC_LOAD_PAD by Scott Wood · 12 years ago
- 6641b77 device tree: simplify dumpdtb code by Alexander Graf · 12 years ago
- 7119343 fdt: move dumpdtb interpretation code to device_tree.c by Alexander Graf · 12 years ago
- 011aba2 target-ppc: Remove unused power_mode field from cpu state by David Gibson · 12 years ago
- 382be75 pseries: Set hash table size based on RAM size by David Gibson · 12 years ago
- 35f9304 pseries: Remove unnecessary locking from PAPR hash table hcalls by David Gibson · 12 years ago
- 5a1972c ppc405_uc: Fix buffer overflow by Stefan Weil · 12 years ago
- ace9a2c target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() by David Gibson · 12 years ago
- 3fe719f pseries: Fix semantics of RTAS int-on, int-off and set-xive functions by David Gibson · 12 years ago
- 53724ee pseries: Rework implementation of TCE bypass by David Gibson · 12 years ago
- 490d4a2 pseries: Remove never used flags field from spapr vio devices by David Gibson · 12 years ago
- ff9d2af pseries: Remove XICS irq type enum type by David Gibson · 12 years ago
- 98ca8c0 pseries: Remove C bitfields from xics code by David Gibson · 12 years ago
- 1dd0889 pseries: Small cleanup to H_CEDE implementation by David Gibson · 12 years ago
- 256b408 pseries: Fix XICS reset by David Gibson · 12 years ago