1. 81732d1 Implement user mode for timers by blueswir1 · 17 years ago
  2. 1192dad New '-bios' option, used to select an alternate BIOS image from bios_dir. by j_mayer · 17 years ago
  3. 8a84de2 Fix compilation on Darwin platform, avoiding the use of gcc function attributes by j_mayer · 17 years ago
  4. 2f062c7 Stand-alone SCI/SCIF emulation code, by Magnus Damm. by ths · 17 years ago
  5. cd1a3f6 Stand-alone TMU emulation code, by Magnus Damm. by ths · 17 years ago
  6. 0d78f54 Add R2D-PLUS support, by Magnus Damm. by ths · 17 years ago
  7. 29f640e always_inline gcc directive can be useful. by j_mayer · 17 years ago
  8. 9ff6755 Move ECC calculation to a more appropriate place. by balrog · 17 years ago
  9. 2e03286 Make likely/unlikely accessible also in hw/. Revert the logfile->stderr change. by balrog · 17 years ago
  10. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  11. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  12. 591a6d6 Add a generic framework for VMware communication port, by Herve Poussineau. by ths · 17 years ago
  13. 7084851 VNC password authentication, by Daniel P. Berrange. by ths · 17 years ago
  14. 71cab5c Refactor VNC server setup API, by Daniel P. Berrange. by ths · 17 years ago
  15. c899401 Rework alarm timer infrastrucure, by Luca Tettamanti. by ths · 17 years ago
  16. 2d069ba Use qemu_irq for a reset signal between DMA and ESP/Lance by blueswir1 · 17 years ago
  17. 6ada745 Parallels disk image support, by Alex Beregszaszi. by ths · 17 years ago
  18. c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 17 years ago
  19. 2b8f2d4 Optionally setup old style linux bootparams for -kernel, by Juergen Lock. by balrog · 17 years ago
  20. af3a903 New features for QEMU text console, by Stefan Weil. by ths · 18 years ago
  21. 7e1543c ARM PL031 RTC emulation. by pbrook · 18 years ago
  22. 31211df Add a 7 segments + led display, by Herve Poussineau. by ths · 18 years ago
  23. 3780e19 Add alternate grab key, by Michael Mohr. by ths · 18 years ago
  24. d60532c Add parallel memory mapped interface, by Herve Poussineau. by ths · 18 years ago
  25. 71db710 Fix incorrect target_ulong use in hw devices by blueswir1 · 18 years ago
  26. 740733b Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau. by ths · 18 years ago
  27. afcc3cd Use the correct PCI IDs for Malta. by ths · 18 years ago
  28. 7e049b8 ColdFire Ethernet support. by pbrook · 18 years ago
  29. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  30. 5b9693d Forgot to update vl.h during latest Sparc64 target_ulong fix by blueswir1 · 18 years ago
  31. 7b71733 SMBus support for MIPS Malta. by ths · 18 years ago
  32. 833c717 Improved sanity checking to -net options by blueswir1 · 18 years ago
  33. b3a2319 Use qemu_irqs between CPUs and interrupt controller by blueswir1 · 18 years ago
  34. d7edfd2 Use qemu_irq between interrupt controller and timers by blueswir1 · 18 years ago
  35. 70c0de9 Use qemu_irqs between dma controllers and esp, lance by blueswir1 · 18 years ago
  36. 5aca8c3 Split DMA controller in two Fix register size related bugs by blueswir1 · 18 years ago
  37. 8d05ea8 Change ptimer API to use 64-bit values, add save and load methods by blueswir1 · 18 years ago
  38. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  39. 6963d7a Add ptimer.c function declarations and makefile rule. by pbrook · 18 years ago
  40. 0ff596d I2C/SMBus framework. by pbrook · 18 years ago
  41. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  42. 9e315fa PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits. by balrog · 18 years ago
  43. 6650860 Set OpenBIOS variables in NVRAM by blueswir1 · 18 years ago
  44. 9467cd4 -show-cursor switch to inhibit SDL hiding cursor. by balrog · 18 years ago
  45. 2a1d188 Add missing gpio_handler_t definition. by balrog · 18 years ago
  46. 9d55199 Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. by balrog · 18 years ago
  47. b00052e Spitz PDA, example PXA270 machine (four similar models). by balrog · 18 years ago
  48. c824cac Maxim MAX1110/1111 ADC chip. by balrog · 18 years ago
  49. fd5a3b3 Texas Instruments ADS7846 ADC chip. by balrog · 18 years ago
  50. 3e3d581 NAND Flash memory emulation and ECC calculation helpers for use by NAND controllers. by balrog · 18 years ago
  51. a171fe3 Add remaining PXA2xx on-chip peripherals except I2C master. by balrog · 18 years ago
  52. 2bac601 Remove repeated code and enable encrypted SD cards and USB sticks images. by balrog · 18 years ago
  53. c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago
  54. 201a51f PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emulation. by balrog · 18 years ago
  55. 2abec30 Memory-mapped interface for VGA, by Herve Poussineau. by ths · 18 years ago
  56. 1a6c088 Evaluation boards for PowerPC 405EP. by j_mayer · 18 years ago
  57. 86f5566 Add -pflash option to register parallel flash bloc devices. by j_mayer · 18 years ago
  58. eee0b83 TCX 24 bit model support by blueswir1 · 18 years ago
  59. 4a05771 No functional changes: by j_mayer · 18 years ago
  60. 18c6e2f Fix mmapped register alignment and endianness handling. by ths · 18 years ago
  61. 04f2079 Move PowerPC 405 specific definitions into a separate file by j_mayer · 18 years ago
  62. 8ecc791 Add callbacks to allow dynamic change of PowerPC clocks (to be improved) by j_mayer · 18 years ago
  63. ad6fe1d Acer Pica 61 machine, by Herve Poussineau. by ths · 18 years ago
  64. 2ca9d01 Memory-mapped interface for RTC, by Herve Poussineau. by ths · 18 years ago
  65. b92bb99 Memory-mapped interface for PS/2 controller, by Herve Poussineau. by ths · 18 years ago
  66. 2e719ba Embedded PowerPC Device Control Registers infrastructure. by j_mayer · 18 years ago
  67. e9df014 Implement embedded IRQ controller for PowerPC 6xx/740 & 750. by j_mayer · 18 years ago
  68. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  69. a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago
  70. 663e8e5 Eepro100 emulation, by Stefan Weil. by ths · 18 years ago
  71. d34cab9 VMware SVGA II emulation, by Andrzej Zaborowski. by ths · 18 years ago
  72. 7428711 Improved initrd support for mips. by ths · 18 years ago
  73. 52cc07d Change Sparc uses of pic_set_irq to pic_set_irq_new by blueswir1 · 18 years ago
  74. e0353fe Add SparcStation-10 machine by blueswir1 · 18 years ago
  75. 36cd921 Reorganise Sun4m to allow other machine types by blueswir1 · 18 years ago
  76. a4bc3af Malta CBUS UART support. by ths · 18 years ago
  77. 05a8096 Better fix for OpenPIC: should not depend on PowerPC. by j_mayer · 18 years ago
  78. e69f67b Fix build failure. by ths · 18 years ago
  79. 4710357 New model for PowerPC CPU hardware interrupt events: by j_mayer · 18 years ago
  80. 548df2a VMMouse Emulation, by Anthony Liguori. by ths · 18 years ago
  81. c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
  82. 33d68b5 MIPS -cpu selection support, by Herve Poussineau. by ths · 18 years ago
  83. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  84. 1c7b375 Simple u-boot image loading support. by pbrook · 18 years ago
  85. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
  86. 9542611 DS1225Y nvram device, by Herve Poussineau. by ths · 18 years ago
  87. 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
  88. 43523e9 -no-frame option for sdl, by Christian Laursen. by ths · 18 years ago
  89. 20d8a3e Monitor multiplexing, by Jason Wessel. by ths · 18 years ago
  90. 5867c88 Parport EPP support for Linux, by Marko Kohtala. by ths · 18 years ago
  91. 970ac5a use ram allocation functions by bellard · 18 years ago
  92. a9ce859 info vnc command (Anthony Liguori) by bellard · 18 years ago
  93. 3fffc22 PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. by ths · 18 years ago
  94. 0dcece7 Remove redundant ENOMEDIUM define. by ths · 18 years ago
  95. 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
  96. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  97. 6c3675c ENODEV works also for __sun__, the magic number 4097 stemmed from the by ths · 18 years ago
  98. 71c2fd5 Define ENOMEDIUM to match ENODEV if it isn't available. by ths · 18 years ago
  99. 6070dd0 Split out SDL X keymap, by Bernhard Fischer. by ths · 18 years ago
  100. 4de9b24 Reworking MIPS interrupt handling, by Aurelien Jarno. by ths · 18 years ago