1. cedd91d vga: Rename last VGAState occurrences to VGACommonState by Juan Quintela · 16 years ago
  2. a46007a vga and cirrus_vga: substitute switch for equivalent assigntment by Juan Quintela · 16 years ago
  3. 957c9db cirrus_vga: make cirrus_read_hidden_dac() return its result by Juan Quintela · 16 years ago
  4. e9b43ea vga: change tabs to spaces by Juan Quintela · 16 years ago
  5. b634307 cirrus_vga: Add a VGACommonState local var to cirrus_vga_ioport_{read, write} by Juan Quintela · 16 years ago
  6. 25a18cb vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere by Juan Quintela · 16 years ago
  7. 79b97bf vga: split vga-isa-mm.o by Juan Quintela · 16 years ago
  8. f97e36b vga: export vga_mem_{read,write} by Juan Quintela · 16 years ago
  9. 7632391 vga: split isa bits inco vga-isa.c by Juan Quintela · 16 years ago
  10. 47d37dd vga: split pci bits into vga-pci.c by Juan Quintela · 16 years ago
  11. 0d65ddc vga: split vga_{load, save} into pci and common parts by Juan Quintela · 16 years ago
  12. 43bf782 vga: export vga_ioport_{read,write} by Juan Quintela · 16 years ago
  13. 0ceac75 cirrus_vga: prefix vga_ioport_{read, write} with cirrus by Juan Quintela · 16 years ago
  14. 1a5ab75 vga: remove useless cast from void * by Juan Quintela · 16 years ago
  15. 179da8a USB: use opaque parameter passing for monitor handle by Blue Swirl · 16 years ago
  16. 1e43a8e Sparc64: use ISA bus for i8042 by Blue Swirl · 16 years ago
  17. 5bc89ef Sparc64: remove unused variables by Blue Swirl · 16 years ago
  18. 1dde6fc Make ioport default tables const by Blue Swirl · 16 years ago
  19. 82663ee Fix indentation by Blue Swirl · 16 years ago
  20. c45851c When targeting PPU use rlwinm instead of andi. if possible by malc · 16 years ago
  21. b3d6fb4 Checks in select_soundhw were never intended to accept abbreviations by malc · 16 years ago
  22. 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 16 years ago
  23. f2818f2 esp: handle "select without attention" by Artyom Tarasenko · 16 years ago
  24. f40d753 Include sys-queue.h early to override system queue definitions on BSD by Blue Swirl · 16 years ago
  25. aa43d9c Shuffle lines to avoid gcc 3 warning about redundant redeclaration by Blue Swirl · 16 years ago
  26. c34ebfd Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now, by Anthony Liguori · 16 years ago
  27. ae027ad mips malta: Fix fdc regression and use qdev for i8042 setup by Stefan Weil · 16 years ago
  28. 7b8c51a Introduce QDict unit-tests by Luiz Capitulino · 16 years ago
  29. 93bd4ee Introduce QDict test data file by Luiz Capitulino · 16 years ago
  30. 5de65a0 Introduce QString unit-tests by Luiz Capitulino · 16 years ago
  31. 33837ba Introduce QInt unit-tests by Luiz Capitulino · 16 years ago
  32. 5495ed1 Add check support by Luiz Capitulino · 16 years ago
  33. fb46660 monitor: Update supported types documentation by Luiz Capitulino · 16 years ago
  34. 675ebef monitor: fail when 'i' type is greater than 32-bit by Luiz Capitulino · 16 years ago
  35. 5377358 monitor: Drop args[] handling code by Luiz Capitulino · 16 years ago
  36. 590fb3b monitor: Drop str_allocated[] by Luiz Capitulino · 16 years ago
  37. 439bcb6 monitor: Drop unused macros by Luiz Capitulino · 16 years ago
  38. 55f81d9 monitor: Split monitor_handle_command() by Luiz Capitulino · 16 years ago
  39. 37b7ad4 monitor: Port handler_10 to use QDict by Luiz Capitulino · 16 years ago
  40. 6d1cac3 monitor: Drop handler_8 and handler_9 by Luiz Capitulino · 16 years ago
  41. c192548 monitor: Port handler_7 to use QDict by Luiz Capitulino · 16 years ago
  42. aa93e39 monitor: Port handler_6 to use QDict by Luiz Capitulino · 16 years ago
  43. 1bd1442 monitor: Port handler_5 to use QDict by Luiz Capitulino · 16 years ago
  44. afe67ef monitor: Port handler_4 to use QDict by Luiz Capitulino · 16 years ago
  45. 1d4daa9 monitor: Port handler_3 to use QDict by Luiz Capitulino · 16 years ago
  46. f18c16d monitor: Port handler_2 to use QDict by Luiz Capitulino · 16 years ago
  47. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 16 years ago
  48. f96fc8a monitor: Port handler_0 to use QDict by Luiz Capitulino · 16 years ago
  49. cdb0def monitor: Export QDict header by Luiz Capitulino · 16 years ago
  50. f7188bb monitor: Setup a QDict with arguments to handlers by Luiz Capitulino · 16 years ago
  51. 4d76d2b monitor: New format for handlers argument types by Luiz Capitulino · 16 years ago
  52. 3818318 Add wrappers to functions used by the Monitor by Luiz Capitulino · 16 years ago
  53. fb08dde Introduce QDict by Luiz Capitulino · 16 years ago
  54. 66f7048 Introduce QString by Luiz Capitulino · 16 years ago
  55. 6b8d1ec Introduce QInt by Luiz Capitulino · 16 years ago
  56. 5a1a235 Introduce QObject by Luiz Capitulino · 16 years ago
  57. 9cdd03a ide: move cmd+irq from IDEState to IDEBus. by Gerd Hoffmann · 16 years ago
  58. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 16 years ago
  59. ddd9bbd Support for multiple -monitor devices by Jan Kiszka · 16 years ago
  60. 9da4318 net: Fix send queue ordering by Jan Kiszka · 16 years ago
  61. 4e2f73c do not issue ioctl from within the io thread by Glauber Costa · 16 years ago
  62. 67b3b71 Delay sighandler_setup() by Juan Quintela · 16 years ago
  63. b84a5c6 Remove typedef for bool from eepro100.c by Amit Shah · 16 years ago
  64. 58a04db add documentation for multi-core features by Andre Przywara · 16 years ago
  65. d1f171b piix3: use new vmstate infrastructure by Juan Quintela · 16 years ago
  66. 0c7d19e i440fx: use new vmstate infrastructure by Juan Quintela · 16 years ago
  67. fa3aad2 VMState: Fix sub-structs versioning by Juan Quintela · 16 years ago
  68. da64182 Update SaveVM versions by Juan Quintela · 16 years ago
  69. 8372615 pci_irq_levels[] belong to PIIX3State by Juan Quintela · 16 years ago
  70. 867a0d7 Save irq_state into PCII440FXState by Juan Quintela · 16 years ago
  71. fd83e9b We can add piix3_dev now to PIIX3IrqState by Juan Quintela · 16 years ago
  72. 85a750c Fold piix3_init() intto i440fx_init by Juan Quintela · 16 years ago
  73. bd7dce8 Introduce PIIX3IrqState for piix3 irq's state by Juan Quintela · 16 years ago
  74. fd37d88 Create PIIX3State instead of using PCIDevice for PIIX3 by Juan Quintela · 16 years ago
  75. 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 16 years ago
  76. 6c009fa Move smm_enabled and isa_memory_mappings to PCII440FXState by Juan Quintela · 16 years ago
  77. 0a3bacf Use PCII440FXState instead of generic PCIDevice by Juan Quintela · 16 years ago
  78. 15dc112 low_set_irq is not used anywhere by Juan Quintela · 16 years ago
  79. 823e675 Split piix4 support from piix_pci.c by Juan Quintela · 16 years ago
  80. a4bf1f3 piix4 don't use pci_irq_levels at all by Juan Quintela · 16 years ago
  81. 0187688 microblaze: Trap on illegal load/store sizes. by Edgar E. Iglesias · 16 years ago
  82. 329bfa7 microblaze: Correct FPU decoding masks. by Edgar E. Iglesias · 16 years ago
  83. 3aa8098 microblaze: Compute masks for alignment checks at translation time. by Edgar E. Iglesias · 16 years ago
  84. faed1c2 microblaze: Trap on bus accesses to unmapped areas. by Edgar E. Iglesias · 16 years ago
  85. 3c50a71 microblaze: MMU shows more respect to synthesis config. by Edgar E. Iglesias · 16 years ago
  86. 968a40f microblaze: Trap on unaligned data accesses. by Edgar E. Iglesias · 16 years ago
  87. 821ebb3 microblaze: Trap on divizions by zero. by Edgar E. Iglesias · 16 years ago
  88. ee7dbcf microblaze: Correct mfs into r0. by Edgar E. Iglesias · 16 years ago
  89. 1567a00 microblaze: Catch illegal insns and privilege violations. by Edgar E. Iglesias · 16 years ago
  90. cedb936 microblaze: Add infrastructure for supporting hw exceptions. by Edgar E. Iglesias · 16 years ago
  91. a75cf0c microblaze: Clear exception in dslot ESR bit if not in dslot. by Edgar E. Iglesias · 16 years ago
  92. 21d2063 microblaze: Correct MMU debug log. by Edgar E. Iglesias · 16 years ago
  93. f9c7b77 Fix warning on x86_64 by Kirill A. Shutemov · 16 years ago
  94. 9902571 Sparc32: port sun4c interrupt controller to VMState design by Blue Swirl · 16 years ago
  95. f4b19cd Sparc32: port timers to VMState design by Blue Swirl · 16 years ago
  96. 9ebec28 Sparc32: timer field is never NULL by Blue Swirl · 16 years ago
  97. 55a6e51 Add VMState support for ptimers by Blue Swirl · 16 years ago
  98. 4e2a68c esp (sparc32) Extra scsi data. by Artyom Tarasenko · 16 years ago
  99. 9e3a95e Fix compiler warnings by Stefan Weil · 16 years ago
  100. 528e93a Fix breakage due to __thread by Blue Swirl · 16 years ago