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