1. bb494a5 qtest: Tidy up temporary files properly by Markus Armbruster · 13 years ago
  2. 1f69c2b fdc: Drop broken code for user-defined floppy geometry by Markus Armbruster · 13 years ago
  3. b3ce604 fdc_test: introduce test_sense_interrupt by Pavel Hrdina · 13 years ago
  4. 59240c3 fdc_test: update media_change test by Pavel Hrdina · 13 years ago
  5. 2fee008 fdc: fix interrupt handling by Pavel Hrdina · 13 years ago
  6. 6be01b1 fdc: rewrite seek and DSKCHG bit handling by Pavel Hrdina · 13 years ago
  7. 4ddc07c block: introduce bdrv_swap, implement bdrv_append on top of it by Paolo Bonzini · 13 years ago
  8. a9fc440 block: copy over job and dirty bitmap fields in bdrv_append by Paolo Bonzini · 13 years ago
  9. 5c171af raw: hook into blkdebug by Paolo Bonzini · 13 years ago
  10. e4780db blkdebug: optionally tie errors to a specific sector by Paolo Bonzini · 13 years ago
  11. 571cd43 blkdebug: store list of active rules by Paolo Bonzini · 13 years ago
  12. e130225 blkdebug: pass getlength to underlying file by Paolo Bonzini · 13 years ago
  13. 368e8dd blkdebug: tiny cleanup by Paolo Bonzini · 13 years ago
  14. 820100f blkdebug: remove sync i/o events by Paolo Bonzini · 13 years ago
  15. 7dc1cde sheepdog: traverse pending_list from the first for each time by MORITA Kazutaka · 13 years ago
  16. c292ee6 sheepdog: split outstanding list into inflight and pending by MORITA Kazutaka · 13 years ago
  17. 1d732d7 sheepdog: make sure we don't free aiocb before sending all requests by MORITA Kazutaka · 13 years ago
  18. b97564f sheepdog: use coroutine based socket functions in coroutine context by MORITA Kazutaka · 13 years ago
  19. 2dfcca3 sheepdog: restart I/O when socket becomes ready in do_co_req() by MORITA Kazutaka · 13 years ago
  20. 1b6ac99 sheepdog: fix dprintf format strings by MORITA Kazutaka · 13 years ago
  21. 04d4abe blockdev: warn when copy_on_read=on and readonly=on by Stefan Hajnoczi · 13 years ago
  22. 206e6d8 qcow2: preserve free_byte_offset when qcow2_alloc_bytes() fails by Stefan Hajnoczi · 13 years ago
  23. b35278f qcow2: fix #ifdef'd qcow2_check_refcounts() callers by Stefan Hajnoczi · 13 years ago
  24. 84988cf bitops.h: Add functions to extract and deposit bitfields by Peter Maydell · 13 years ago
  25. bedc2ac target-i386: make it clearer that op table accesses don't overrun by Peter Maydell · 13 years ago
  26. 96d7073 target-i386: Remove confusing X86_64_DEF macro by Peter Maydell · 13 years ago
  27. a87dacc target-i386: Remove unused macros by Peter Maydell · 13 years ago
  28. eeae63a .gitignore update by Eduardo Habkost · 13 years ago
  29. fa73f99 Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 13 years ago
  30. 11f8cdb target-i386: Fix compilation with --enable-debug by Stefan Weil · 13 years ago
  31. 8279e04 hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_t by Peter Maydell · 13 years ago
  32. 0325559 i.MX31: KZM-ARM11-01 evaluation board by Peter Chubb · 13 years ago
  33. ff53d4c i.MX31: Interrupt Controller by Peter Chubb · 13 years ago
  34. 78d1404 i.MX31: Timers by Peter Chubb · 13 years ago
  35. bcc181b i.MX31: Clock Control Module by Peter Chubb · 13 years ago
  36. 40b6f91 i.MX: UART support by Peter Chubb · 13 years ago
  37. 7bdf43a Exynos4: add RTC device by Oleg Ogurtsov · 13 years ago
  38. 7892df0 hw/exynos4210.c: Fix misleading initialization of IROM mirror by Evgeny Voevodin · 13 years ago
  39. b631bc3 hw/exynos4210_pwm.c: Fix STOP status in tick handler. by Evgeny Voevodin · 13 years ago
  40. 2e2aafc ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel. by Stanislav Vorobiov · 13 years ago
  41. 71ea2e0 bsd-user: fix build by Blue Swirl · 13 years ago
  42. 9cc85c2 x86: rename op_helper.c to seg_helper.c by Blue Swirl · 13 years ago
  43. 1077499 x86: split off memory access helpers by Blue Swirl · 13 years ago
  44. f7b2429 x86: split off misc helpers by Blue Swirl · 13 years ago
  45. ab109e5 x86: split off SMM helpers by Blue Swirl · 13 years ago
  46. 6bada5e x86: split off SVM helpers by Blue Swirl · 13 years ago
  47. d758207 x86: split off integer helpers by Blue Swirl · 13 years ago
  48. 5918fff x86: split off condition code helpers by Blue Swirl · 13 years ago
  49. 997ff0d x86: prepare eflags helpers for general use by Blue Swirl · 13 years ago
  50. 38de4c4 x86: split condition code and shift templates by Blue Swirl · 13 years ago
  51. a04759f x86: fix coding style in helper_template.h by Blue Swirl · 13 years ago
  52. c4baa05 x86: improve SSE table type safety by Blue Swirl · 13 years ago
  53. f299f43 x86: split off FPU helpers by Blue Swirl · 13 years ago
  54. e01d9d3 x86: fix coding style in ops_sse.h by Blue Swirl · 13 years ago
  55. 9dd69d6 x86: avoid an extern declaration by Blue Swirl · 13 years ago
  56. 599b9a5 x86: split off exception handlers by Blue Swirl · 13 years ago
  57. 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago
  58. 20054ef x86: prepare op_helper.c for splitting by Blue Swirl · 13 years ago
  59. 7a0bac4 Add a memory barrier to DMA functions by Benjamin Herrenschmidt · 13 years ago
  60. edded45 pseries: Implement IOMMU and DMA for PAPR PCI devices by David Gibson · 13 years ago
  61. 5fa45de iommu: Allow PCI to use IOMMU infrastructure by David Gibson · 13 years ago
  62. ad0ebb9 pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure by David Gibson · 13 years ago
  63. e5332e6 iommu: Introduce IOMMU emulation infrastructure by David Gibson · 13 years ago
  64. e2f8992 usb: Convert usb_packet_{map, unmap} to universal DMA helpers by David Gibson · 13 years ago
  65. 10ca294 ide/ahci: Use universal DMA helper functions by David Gibson · 13 years ago
  66. c65bcef iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers by David Gibson · 13 years ago
  67. 9ac6a21 usb-ohci: Use universal DMA helper functions by David Gibson · 13 years ago
  68. d86a77f iommu: Add universal DMA helper functions by David Gibson · 13 years ago
  69. 8292f75 Better support for dma_addr_t variables by David Gibson · 13 years ago
  70. fcce6fd rtl8139: validate rx ring before receiving packets by Jason Wang · 13 years ago
  71. 2624bab Remove support for non-threaded VNC server by Daniel P. Berrange · 13 years ago
  72. a307beb configure: Assure existence of linux-headers/ build directory by Andreas Färber · 13 years ago
  73. b54fa7d Makefile.target: Update clean command to clean hw/ directory by Peter Maydell · 13 years ago
  74. 039380a qtest: fix infinite loop when QEMU aborts abruptly by Anthony Liguori · 13 years ago
  75. 7de3abe qdev: fix use-after-free in the error path of qdev_init_nofail by Anthony Liguori · 13 years ago
  76. d24b569 MAINTAINERS: Added device tree by Peter A. G. Crosthwaite · 13 years ago
  77. ab61d24 MAINTAINERS: Added Xilinx EDK devices by Peter A. G. Crosthwaite · 13 years ago
  78. d36e8ce MAINTAINERS: Add Petalogix ml605 machine model by Peter A. G. Crosthwaite · 13 years ago
  79. e0a3dc7 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  80. 3aa42d3 Merge remote-tracking branch 'spice/spice.v58' into staging by Anthony Liguori · 13 years ago
  81. 675658d Merge remote-tracking branch 'mdroth/qga-pull-6-21-12' into staging by Anthony Liguori · 13 years ago
  82. 3978f46 Merge remote-tracking branch 'sstabellini/compile-xs' into staging by Anthony Liguori · 13 years ago
  83. 7a542b6 Merge remote-tracking branch 'sstabellini/xen-pt' into staging by Anthony Liguori · 13 years ago
  84. b1a6609 Merge remote-tracking branch 'kraxel/usb.54' into staging by Anthony Liguori · 13 years ago
  85. cfee021 target-ppc: Fix 2nd parameter for tcg_gen_shri_tl by Stefan Weil · 13 years ago
  86. 975e546 target-ppc: Fix build with --enable-debug by Stefan Weil · 13 years ago
  87. 3c01ae0 tci: don't write zero for reloc in tci_out_label by Scott Wood · 13 years ago
  88. a483bda make: Fix dependencies for fpu/*.c and tcg/*.c by Stefan Weil · 13 years ago
  89. 726f8cb qemu-log: Add GCC format attribute by Stefan Weil · 13 years ago
  90. 4e469a4 Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Blue Swirl · 13 years ago
  91. 959a255 Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 13 years ago
  92. 8dacfcb Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf by Blue Swirl · 13 years ago
  93. 99918ce Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 13 years ago
  94. 9609169 PPC: BookE206: Bump MAS2 to 64bit by Alexander Graf · 13 years ago
  95. ba38ab8 PPC: BookE: Support 32 and 64 bit wide MAS2 by Alexander Graf · 13 years ago
  96. 91f477f PPC: Extract SPR dump generation into its own function by Alexander Graf · 13 years ago
  97. b81ccf8 PPC: Add e5500 CPU target by Alexander Graf · 13 years ago
  98. e9cd84b PPC: BookE: Make ivpr selectable by CPU type by Alexander Graf · 13 years ago
  99. 2a7a47f PPC: BookE: Implement EPR SPR by Alexander Graf · 13 years ago
  100. e42a61f PPC: Add support for MSR_CM by Alexander Graf · 13 years ago