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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-06
add host_device format description to qemu-img manpage
Adrian Bridgett
1
-0
/
+6
2009-10-06
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
6
-248
/
+318
2009-10-06
eepro100: support 16 bit read from SCBCmd (== 2)
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
1
-0
/
+1
2009-10-05
target-i386: move recently added vmstate fields at the end of the structure
Aurelien Jarno
1
-4
/
+6
2009-10-05
block/raw: Add create_options for host_device
Kevin Wolf
1
-6
/
+10
2009-10-05
Improve error reporting on file access
Justin M. Forbes
2
-16
/
+16
2009-10-05
Win32: Fix vnc support.
Stefan Weil
1
-2
/
+21
2009-10-05
x86: fix miss merge
Juan Quintela
1
-1
/
+2
2009-10-05
Rename pci_create_noinit() to pci_create()
Markus Armbruster
5
-9
/
+9
2009-10-05
pci_create() is now unused, remove it
Markus Armbruster
2
-19
/
+0
2009-10-05
Fix pci_add nic not to exit on bad model
Markus Armbruster
15
-32
/
+71
2009-10-05
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
3
-21
/
+14
2009-10-05
Fix pci_add storage not to exit on bad first argument
Markus Armbruster
3
-3
/
+12
2009-10-05
Fix pci_vga_init() not to ignore bus argument
Markus Armbruster
1
-1
/
+1
2009-10-05
set correct CS seg limit and flags on sipi
Gleb Natapov
1
-1
/
+1
2009-10-05
Set revision in eeprom correctly for 82557 versions.
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
1
-0
/
+2
2009-10-05
restore CFLAGS check for conflict and fix recursive CFLAGS issue
Thomas Monjalon
2
-4
/
+4
2009-10-05
virtio-pci: return error if virtio_console_init fails
Amit Shah
1
-0
/
+3
2009-10-05
qdev: show name of device that fails init
Amit Shah
1
-0
/
+1
2009-10-05
vnc: Set invalid buffer pointers to NULL
Stefan Weil
1
-2
/
+8
2009-10-05
eepro100: Don't allow guests to fail assertions
Kevin Wolf
1
-11
/
+35
2009-10-05
qcow2: Increase maximum cluster size to 2 MB
Kevin Wolf
4
-9
/
+12
2009-10-05
qemu/virtio-pci: remove unnecessary check
Michael S. Tsirkin
1
-2
/
+1
2009-10-05
qemu: clean up target page usage in msix
Michael S. Tsirkin
4
-36
/
+27
2009-10-05
fix comment on cpu_register_physical_memory_offset
Michael S. Tsirkin
1
-2
/
+3
2009-10-05
qemu/pci: reset device registers on bus reset
Michael S. Tsirkin
1
-0
/
+13
2009-10-05
qemu/pci: refactor code/symbolic constants
Michael S. Tsirkin
2
-20
/
+23
2009-10-05
qemu/virtio: fix reset with device removal
Michael S. Tsirkin
1
-6
/
+8
2009-10-05
qemu/qdev: type safety in reset handler
Michael S. Tsirkin
4
-13
/
+19
2009-10-05
serial: convert isa to qdev
Gerd Hoffmann
7
-28
/
+75
2009-10-05
qdev: don't crash on unset drive properties.
Gerd Hoffmann
1
-1
/
+1
2009-10-05
floppy: move dma setup + drive connect to fdctrl_init_common()
Gerd Hoffmann
1
-20
/
+11
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
8
-46
/
+55
2009-10-05
store a pointer to QemuOpts in DeviceState, release it when zapping a device.
Gerd Hoffmann
2
-0
/
+4
2009-10-05
allow if=none for drive_add
Gerd Hoffmann
1
-0
/
+3
2009-10-05
refactor drive_hot_add
Gerd Hoffmann
1
-19
/
+19
2009-10-05
drive cleanup fixes.
Gerd Hoffmann
9
-43
/
+25
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
5
-42
/
+26
2009-10-05
pci: hotplug windup
Gerd Hoffmann
2
-2
/
+25
2009-10-05
scsi: hotplug windup
Gerd Hoffmann
2
-0
/
+3
2009-10-05
usb: hotplug windup
Gerd Hoffmann
1
-0
/
+2
2009-10-05
qdev hotplug: infrastructure and monitor commands.
Gerd Hoffmann
4
-4
/
+109
2009-10-05
switch qemu-config to qemu_error
Gerd Hoffmann
1
-4
/
+5
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
8
-15
/
+56
2009-10-05
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
8
-11
/
+13
2009-10-05
pci: use qdev for device destruction.
Gerd Hoffmann
3
-5
/
+4
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
3
-11
/
+21
2009-10-05
Add exit callback to DeviceInfo.
Gerd Hoffmann
2
-0
/
+4
2009-10-05
qdev: device free fixups.
Gerd Hoffmann
2
-4
/
+38
2009-10-05
parallel: convert isa to qdev
Gerd Hoffmann
5
-14
/
+57
[prev]
[next]