index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
sun4m: Add FCode ROM for TCX framebuffer
Mark Cave-Ayland
1
-1
/
+25
2013-11-05
vga: fix invalid read after free
Marc-André Lureau
1
-1
/
+0
2013-11-05
bswap.h: Remove cpu_to_32wu()
Peter Maydell
1
-6
/
+8
2013-11-04
qxl: replace pipe signaling with bottom half
Gerd Hoffmann
2
-32
/
+4
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-10-18
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
3
-6
/
+3
2013-10-17
vga: Mark relevant portio lists regions as coalesced MMIO flushing
Jan Kiszka
2
-4
/
+2
2013-10-17
cirrus: Mark vga io region as coalesced MMIO flushing
Jan Kiszka
1
-2
/
+1
2013-10-17
spice: fix multihead support
Gerd Hoffmann
1
-2
/
+1
2013-10-17
spice: replace use of deprecated API
Marc-André Lureau
1
-8
/
+8
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-1
/
+1
2013-09-18
qxl: compile only once
Gerd Hoffmann
1
-2
/
+1
2013-09-18
qxl: simplify page dirtying
Gerd Hoffmann
1
-2
/
+1
2013-09-18
qxl: simplify qxl_rom_size
Gerd Hoffmann
1
-3
/
+1
2013-09-18
qxl: define qxl operating on 4k pages
Gerd Hoffmann
2
-2
/
+6
2013-09-11
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...
Anthony Liguori
1
-10
/
+8
2013-09-10
pl110: Clarify comment about PL110 ID on VersatilePB
Peter Maydell
1
-10
/
+8
2013-09-10
qxl: fix local renderer
Gerd Hoffmann
1
-5
/
+10
2013-09-10
qxl: trace io port name
Gerd Hoffmann
1
-2
/
+3
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
3
-5
/
+5
2013-07-29
tcx: QOM cast cleanup
Andreas Färber
1
-4
/
+8
2013-07-29
pl110: QOM'ify pl110, pl110_versatile and pl111
Andreas Färber
1
-45
/
+38
2013-07-29
pl110: Rename pl110_state to PL110State
Andreas Färber
1
-32
/
+32
2013-07-29
milkymist-vgafb: QOM cast cleanup
Andreas Färber
1
-5
/
+12
2013-07-29
milkymist-tmu2: QOM cast cleanup
Andreas Färber
1
-4
/
+9
2013-07-29
jazz_led: QOM cast cleanup
Andreas Färber
1
-4
/
+8
2013-07-29
g364fb: QOM cast cleanup
Andreas Färber
1
-9
/
+16
2013-07-29
exynos4210_fimd: QOM cast cleanup
Andreas Färber
1
-6
/
+12
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
7
-0
/
+11
2013-07-23
display/vmware_vga: QOM parent field cleanup
Andreas Färber
1
-10
/
+13
2013-07-23
display/vmware_vga: QOM casting sweep
Peter Crosthwaite
1
-5
/
+8
2013-07-04
add a header file for atomic operations
Paolo Bonzini
1
-1
/
+2
2013-07-04
hw/d*: pass owner to memory_region_init* functions
Paolo Bonzini
8
-20
/
+25
2013-07-04
piolist: add owner argument to initialization functions and pass devices
Paolo Bonzini
2
-3
/
+4
2013-07-04
vga: set owner in vga_update_memory_access
Paolo Bonzini
1
-1
/
+2
2013-07-04
vga: pass owner to vga_init_io
Paolo Bonzini
3
-5
/
+5
2013-07-04
vga: pass owner to vga_init_vbe
Paolo Bonzini
6
-7
/
+7
2013-07-04
vga: pass owner to cirrus_init_common
Paolo Bonzini
1
-10
/
+12
2013-07-04
vga: pass owner to vga_common_init
Paolo Bonzini
8
-10
/
+10
2013-07-04
vga: pass owner to vga_init
Paolo Bonzini
5
-5
/
+7
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
2
-5
/
+13
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
18
-52
/
+52
2013-07-04
vmware-vga: Accept unaligned I/O accesses
Jan Kiszka
1
-0
/
+4
2013-06-24
Merge remote-tracking branch 'spice/spice.v71' into staging
Anthony Liguori
1
-1
/
+1
2013-06-24
qxl: fix Coverity scan SIGN_EXTENSION error
Gerd Hoffmann
1
-1
/
+1
2013-06-21
qxl: Fix QXLRam initialisation.
Anthony PERARD
1
-0
/
+1
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
2
-3
/
+4
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2
-15
/
+14
2013-06-03
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-1
/
+0
2013-06-02
tcx: Fix 24-bit display mode
Mark Cave-Ayland
1
-4
/
+6
[next]