1. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  2. 6c7f4b4 Replace gcc variadic macro extension with C99 version (missed one) by Blue Swirl · 15 years ago
  3. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 15 years ago
  4. 4cfce48 Fix kqemu build failure. by Paul Brook · 15 years ago
  5. fbe1b59 Remove vga_ram_size by Paul Brook · 15 years ago
  6. 1481e16 Fix typo that leads to out of bounds array access on big endian systems by malc · 15 years ago
  7. 4af6e40 ETRAX: Correct setting of ethernet station address. by Edgar E. Iglesias · 15 years ago
  8. d315152 Follow coding conventions. by Paul Brook · 15 years ago
  9. f3bc523 CRIS: Fix bmi. by Edgar E. Iglesias · 15 years ago
  10. 22d83b1 Push AUD_init down to devices by Paul Brook · 15 years ago
  11. 0d9acba Make AUD_init failure fatal by Paul Brook · 15 years ago
  12. f0f26a0 Update docs on dynamic condition code calculation by Blue Swirl · 15 years ago
  13. d084469 Convert mulscc by Blue Swirl · 15 years ago
  14. 6c78ea3 Convert udiv/sdiv by Blue Swirl · 15 years ago
  15. 3b2d1e9 Convert tagged ops by Blue Swirl · 15 years ago
  16. 2ca1d92 Convert subx by Blue Swirl · 15 years ago
  17. d4b0d46 Convert sub by Blue Swirl · 15 years ago
  18. 38482a7 Convert logical operations and umul/smul by Blue Swirl · 15 years ago
  19. 789c91e Convert addx by Blue Swirl · 15 years ago
  20. bdf9f35 Convert add by Blue Swirl · 15 years ago
  21. 8393617 Use dynamical computation for condition codes by Blue Swirl · 15 years ago
  22. bc24a22 Follow coding conventions by Paul Brook · 15 years ago
  23. d4ec522 Workaround compiler warnings at -O1 by Paul Brook · 15 years ago
  24. cb76e13 Fixe ARM NEON vrshl. by Paul Brook · 15 years ago
  25. 009a435 Add m68k_cpu_list() by Laurent Vivier · 15 years ago
  26. 39b6efc Fix in file qemu-sockets.c by vibi · 15 years ago
  27. 4e12cd9 vga: Replace VGA_COMMON with a structure by Avi Kivity · 15 years ago
  28. fbb7b4e Improve block range checks by Kevin Wolf · 15 years ago
  29. 989cebf Remove noisy printf when KVM masks CPU features by Anthony Liguori · 15 years ago
  30. e7d54ae fix asynchronous ioctls by Christoph Hellwig · 15 years ago
  31. e8a6aec kvm: Trim cpu features not supported by kvm by Avi Kivity · 15 years ago
  32. 02b049d Fix x86 feature modifications for features that set multiple bits by Avi Kivity · 15 years ago
  33. c6fa82c Make x86 cpuid feature names available in file scope by Avi Kivity · 15 years ago
  34. b827df5 kvm: Add support for querying supported cpu features by Avi Kivity · 15 years ago
  35. ad7b8b3 Introduce kvm_check_extension to check if KVM extensions are supported by Anthony Liguori · 15 years ago
  36. 4a794a6 e1000: Do not reinit pci config space to 0 by Amit Shah · 15 years ago
  37. 79d5ca5 AIO deletion race fix by Alexander Graf · 15 years ago
  38. d6ecb03 reset state for load_linux by Glauber Costa · 15 years ago
  39. e28f988 register reset handler for option_roms by Glauber Costa · 15 years ago
  40. d4d698f Fix cluster freeing in qcow2 by Gleb Natapov · 15 years ago
  41. a6d6552 Enable power button even generation. by Anthony Liguori · 15 years ago
  42. 322f9d0 Drop CONFIG_GDBSTUB by Jan Kiszka · 15 years ago
  43. c599710 Remove superfluous #includes. by Paul Brook · 15 years ago
  44. 42a89d7 Use target_phys_addr_t, not target_ulong. by Paul Brook · 15 years ago
  45. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 15 years ago
  46. e612a1f Fix disassembler memory accesses by Blue Swirl · 15 years ago
  47. 0087375 Suppress make directory messages. by Paul Brook · 15 years ago
  48. 399a4e2 Fix PL110 framebuffer byteswapping in 32bpp mode. by Paul Brook · 15 years ago
  49. 72af917 ETRAX: Simplify serport control logic. by Edgar E. Iglesias · 15 years ago
  50. f296426 ETRAX: Drop _t for the serial type. by Edgar E. Iglesias · 15 years ago
  51. 4ad804d ETRAX: Use NULL for subwidth serport reg accesses. by Edgar E. Iglesias · 15 years ago
  52. b23b0fd ETRAX: Drop the _t for the internal PIC type. by Edgar E. Iglesias · 15 years ago
  53. 8d13fcc ETRAX: Simplify the interrupt controller model. by Edgar E. Iglesias · 15 years ago
  54. 7a3161b ETRAX: Simplify interrupt signaling. by Edgar E. Iglesias · 15 years ago
  55. 65a650c Fix compiler warnings in nwfpe code. by Paul Brook · 15 years ago
  56. 6bb72b1 target-mips: proper sign extension for 'SUBU rd, zero, rt' by Aurelien Jarno · 15 years ago
  57. 88cbb98 target-mips: fix comments about SUB/DSUB by Aurelien Jarno · 15 years ago
  58. c304d31 qemu-options.hx: fix description of cache=none suboption by Aurelien Jarno · 15 years ago
  59. cc63bb0 Suppress type mismatch warnings in VDE code. by Paul Brook · 15 years ago
  60. 425c608 minor fix of pci_register_bus() by Isaku Yamahata · 15 years ago
  61. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 15 years ago
  62. ccbb4d4 Fix typos in comments in exec.c by Stuart Brady · 15 years ago
  63. 719f66a Optimize cmp x, 0 case by Blue Swirl · 15 years ago
  64. dc1a697 Reindent by Blue Swirl · 15 years ago
  65. 03f311e Handle NULL bdrv. by Paul Brook · 15 years ago
  66. b89e94a Improve instruction name comments for easier searching by Blue Swirl · 15 years ago
  67. 7ab463c Clarify: dmmuregs[1] is not a typo by Blue Swirl · 15 years ago
  68. 41d7285 Optimize operations with immediate parameters by Blue Swirl · 15 years ago
  69. 67526b2 Fix Sparc64 sign extension problems by Blue Swirl · 15 years ago
  70. f654d9e Fix hw/acpi.c build w/ DEBUG enabled by Alex Williamson · 16 years ago
  71. d02f709 Make sure not to fall through on error in loadvm by Anthony Liguori · 15 years ago
  72. aff427a Pci nic: pci_register_device can fail by Chris Wright · 16 years ago
  73. e6a6dfe Fix serial option with -drive by Anthony Liguori · 15 years ago
  74. 704aec5 Build fix for !CONFIG_GDBSTUB case by Xiantao Zhang · 16 years ago
  75. 49669fc suport device driver initialization model by Glauber Costa · 15 years ago
  76. 8b91408 fix virtio_blk_inhdr comment by Christoph Hellwig · 15 years ago
  77. d9654a5 qemu-io: Optionally verify only part of read data by Kevin Wolf · 15 years ago
  78. 9dd986c Hardware watchdog by Richard W.M. Jones · 15 years ago
  79. ffad411 net: Fix -net socket parameter checks by Jan Kiszka · 15 years ago
  80. 6f0437e kvm: Avoid COW if KVM MMU is asynchronous by Jan Kiszka · 15 years ago
  81. 8563d5b vnc: kill leftover debug statement. by Gerd Hoffmann · 15 years ago
  82. 24cf0a6 vnc: no need to set force_update for incremental update requests. by Gerd Hoffmann · 15 years ago
  83. 89ee676 vnc: fix server surface pixel format. by Gerd Hoffmann · 15 years ago
  84. 1063b8b virtio-blk: add SGI_IO passthru support by Christoph Hellwig · 15 years ago
  85. 451c4ab ppc: include cache-utils.o in BLOCK_OBJS by Mark McLoughlin · 15 years ago
  86. bee1b01 vnc: fix segfault by Gerd Hoffmann · 15 years ago
  87. 206ab6e net: Avoid gcc'ism in net_host_device_add by Jan Kiszka · 15 years ago
  88. 0fc8e0e vnc: windup keypad keys for qemu console emulation by Gerd Hoffmann · 15 years ago
  89. e6f4afe kvm: Relax aligment check of kvm_set_phys_mem by Jan Kiszka · 15 years ago
  90. 582af0d Remove redundant cirrus vga ram functions. by Paul Brook · 15 years ago
  91. 140f8f2 Remove redundant #define by Consul · 15 years ago
  92. 0b4e6e3 Remove cpu_get_io_memory_{read,write}. by Paul Brook · 15 years ago
  93. 1dcea8e Remove vga LFB accessor hacks. by Paul Brook · 15 years ago
  94. 0ecdb16 gitignore qemu-options.texi by François Revol · 15 years ago
  95. a7e2121 Fix qemu_event_init by Jan Kiszka · 15 years ago
  96. 2d3eb7b Fix powerpc 604 reset vector by Tristan Gingold · 15 years ago
  97. fc1c67b Fix PPC reset by Blue Swirl · 15 years ago
  98. efcfd0c Silence missing pkg-config error messages by Blue Swirl · 15 years ago
  99. 417728d sparc64 fix context value for ITLB fault by Igor Kovalenko · 15 years ago
  100. 82f2cfc sparc64 fix TLB match code by Igor Kovalenko · 15 years ago