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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-17
hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-17
qemu: Add support for SMBIOS command line otions (Alex Williamson)
aliguori
3
-0
/
+395
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
16
-44
/
+280
2009-04-17
Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin)
aliguori
1
-8
/
+6
2009-04-17
Add unregister_savevm() (Mark McLoughlin)
aliguori
1
-0
/
+2
2009-04-17
Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)
aliguori
2
-6
/
+2
2009-04-17
Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin)
aliguori
1
-3
/
+3
2009-04-17
Remove stray GSO code from virtio_net (Mark McLoughlin)
aliguori
1
-5
/
+0
2009-04-17
vga: Cleanup dirty logging (Jan Kiszka)
aliguori
3
-35
/
+0
2009-04-17
vga: Fix inconsistent tracking of map_addr (Jan Kiszka)
aliguori
1
-5
/
+5
2009-04-17
kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)
aliguori
1
-6
/
+11
2009-04-15
Implement sonic netcard (MIPS Jazz)
aurel32
3
-1
/
+910
2009-04-15
target-alpha: lower parent irq when irq is lowered.
aurel32
1
-1
/
+1
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
4
-6
/
+8
2009-04-11
Add named initializers.
pbrook
1
-3
/
+3
2009-04-11
Remove redundant ram_require machine properly.
pbrook
31
-63
/
+0
2009-04-11
Remove more redundant ram size checks.
pbrook
6
-37
/
+1
2009-04-11
Fix/remove bogus ram size checks.
pbrook
2
-9
/
+2
2009-04-11
Allocate enough vram for 24-bit planes.
pbrook
1
-1
/
+1
2009-04-11
mips malta: fix commit 7064
aurel32
1
-3
/
+3
2009-04-10
Clean up rc4030 init function
aurel32
3
-17
/
+16
2009-04-10
Make PCI config status register read-only
aliguori
1
-0
/
+4
2009-04-10
Wean device tree code off phys_ram_base.
pbrook
2
-6
/
+12
2009-04-10
Yet more phys_ram_base elimination.
pbrook
12
-108
/
+103
2009-04-10
More phys_ram_base elimination.
pbrook
4
-57
/
+54
2009-04-10
Clean up VGA ram allocation.
pbrook
16
-130
/
+71
2009-04-10
Fix RTC breakage from r7031.
pbrook
1
-1
/
+1
2009-04-10
Musicpal ram access cleanup.
pbrook
1
-59
/
+90
2009-04-10
More phys_ram_base removal.
pbrook
9
-34
/
+37
2009-04-09
Cleanup SPARC/TCX framebuffer allocation.
pbrook
3
-16
/
+16
2009-04-09
Use cpu_physical_memory_write_rom instead of memcpy.
pbrook
1
-4
/
+4
2009-04-09
Register a single area for vga bios and option roms
pbrook
1
-68
/
+53
2009-04-09
Use load_image_targphys and avoid phys_ram_base.
pbrook
16
-71
/
+113
2009-04-09
More phys_ram_base removal.
pbrook
4
-6
/
+6
2009-04-09
Use load_image_targphys.
pbrook
1
-11
/
+6
2009-04-09
Use guest memory access functions when setting up arm boorloader.
pbrook
2
-67
/
+83
2009-04-09
Use qemu_ram_alloc.
pbrook
4
-9
/
+15
2009-04-08
pcnet: Avoid double conversion via PHYSADDR
aurel32
1
-10
/
+10
2009-04-08
apic: Fix access to non-existent APIC
aurel32
1
-3
/
+8
2009-04-07
mc146818: add square wave output support
aurel32
2
-10
/
+30
2009-04-07
rc4030 registers improvements
aurel32
1
-49
/
+70
2009-04-07
Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)
aliguori
1
-0
/
+1
2009-04-07
Revert r6989
aliguori
3
-170
/
+120
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
2
-65
/
+70
2009-04-07
Don't try to return result from a void function (spotted by Sparse)
blueswir1
5
-16
/
+24
2009-04-05
create qemu_file_set_error (Glauber Costa)
aliguori
1
-0
/
+1
2009-04-05
Fix display breakage when resizing the screen (v2) (Avi Kivity)
aliguori
3
-120
/
+170
2009-04-05
pci_add storage: fix error handling for 'if' parameter (Eduardo Habkost)
aliguori
1
-5
/
+7
2009-04-05
Fix oops on 2.6.25 guest (Rusty Russell)
aliguori
3
-1
/
+27
2009-04-01
Implement and use shared memory framebuffer device rendering reoutine.
pbrook
9
-231
/
+252
[next]