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
2012-06-04
milkymist: Store LM32 in ResetInfo
Andreas Färber
1
-4
/
+4
2012-06-04
milkymist: Use cpu_lm32_init() to obtain LM32CPU
Andreas Färber
1
-1
/
+3
2012-06-04
lm32_boards: Store LM32CPU in ResetInfo
Andreas Färber
1
-5
/
+5
2012-06-04
lm32_boards: Use cpu_lm32_init() to obtain LM32CPU
Andreas Färber
1
-2
/
+6
2012-06-04
arm_boot: Pass ARMCPU to do_cpu_reset()
Andreas Färber
1
-3
/
+6
2012-06-04
armv7m: Pass ARMCPU to armv7m_reset()
Andreas Färber
1
-2
/
+4
2012-06-04
armv7m: Use cpu_arm_init() to obtain ARMCPU
Andreas Färber
1
-3
/
+6
2012-06-04
omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s
Andreas Färber
6
-19
/
+21
2012-06-04
pxa2xx: Use cpu_arm_init() and store ARMCPU
Andreas Färber
6
-25
/
+25
2012-06-04
Revert "rtl8139: do the network/host communication only in normal operating m...
Jason Wang
1
-9
/
+0
2012-06-03
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
12
-36
/
+311
2012-05-30
ahci: SATA FIS is 20 bytes, not 0x20
Daniel Verkamp
1
-2
/
+2
2012-05-30
virtio-blk: Fix geometry sector calculation
Christian Borntraeger
1
-1
/
+16
2012-05-30
virtio: Fix compiler warning for non Linux hosts
Stefan Weil
1
-1
/
+3
2012-05-29
pci: call object_unparent() before free_qdev()
Amos Kong
2
-1
/
+1
2012-05-29
fix multiboot loading if load_end_addr == 0
Scott Moser
1
-3
/
+9
2012-05-29
vga: fix vram double-mapping with -vga std and -M pc-0.12
Avi Kivity
2
-1
/
+7
2012-05-29
Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into staging
Anthony Liguori
3
-26
/
+41
2012-05-29
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2
-7
/
+9
2012-05-25
fdc: fix media detection
Pavel Hrdina
1
-6
/
+8
2012-05-25
fdc: floppy drive should be visible after start without media
Pavel Hrdina
1
-1
/
+1
2012-05-25
scsi: declare vmstate_info_scsi_requests to be static
Jim Meyering
1
-1
/
+1
2012-05-24
es1370: Fix debug code
Stefan Weil
1
-5
/
+6
2012-05-21
xen: Fix PV-on-HVM
Anthony PERARD
1
-1
/
+4
2012-05-21
qdev: Fix memory leak
dunrong huang
1
-1
/
+5
2012-05-21
virtio: check virtio_load return code
Orit Wassermann
5
-5
/
+27
2012-05-21
virtio-blk: always enable VIRTIO_BLK_F_SCSI
Paolo Bonzini
4
-7
/
+9
2012-05-21
virtio-blk: define VirtIOBlkConf
Paolo Bonzini
7
-28
/
+32
2012-05-21
virtio-blk: blockdev_mark_auto_del is transport-independent
Paolo Bonzini
2
-1
/
+1
2012-05-21
virtio-blk: report non-zero status when failing SG_IO requests
Paolo Bonzini
1
-28
/
+23
2012-05-21
use an uint64_t for the max_sz parameter in load_image_targphys
Mark Langsdorf
2
-2
/
+3
2012-05-21
virtio/vhost: Add support for KVM in-kernel MSI injection
Jan Kiszka
2
-0
/
+132
2012-05-21
msix: Add msix_nr_vectors_allocated
Jan Kiszka
2
-0
/
+7
2012-05-21
kvm: Make kvm_irqchip_commit_routes an internal service
Jan Kiszka
1
-5
/
+1
2012-05-21
kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route
Jan Kiszka
1
-4
/
+4
2012-05-21
msix: Introduce vector notifiers
Jan Kiszka
3
-0
/
+105
2012-05-21
msix: Invoke msix_handle_mask_update on msix_mask_all
Jan Kiszka
1
-0
/
+4
2012-05-21
msix: Factor out msix_get_message
Jan Kiszka
1
-6
/
+13
2012-05-19
virtio-pci: add missing 'static'
Blue Swirl
1
-1
/
+1
2012-05-19
sparc64: fix initrd loading
Blue Swirl
1
-23
/
+33
2012-05-17
Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.
John V. Baboval
1
-1
/
+1
2012-05-17
xen: Fix PV-on-HVM
Anthony PERARD
1
-1
/
+4
2012-05-17
xen_disk: properly update stats in ioreq_release()
Jan Beulich
1
-4
/
+8
2012-05-17
xen_disk: use bdrv_aio_flush instead of bdrv_flush
Stefano Stabellini
1
-4
/
+18
2012-05-17
xen_disk: remove syncwrite option
Stefano Stabellini
1
-7
/
+1
2012-05-17
xen: do not initialize the interval timer and PCSPK emulator
Stefano Stabellini
1
-10
/
+13
2012-05-16
kvm: x86: Wire up MSI support for in-kernel irqchip
Jan Kiszka
1
-2
/
+32
2012-05-16
pc: Enable MSI support at APIC level
Jan Kiszka
4
-19
/
+8
2012-05-16
Introduce MSIMessage structure
Jan Kiszka
1
-0
/
+5
2012-05-14
Merge remote-tracking branch 'afaerber-or/qom-1.1' into staging
Anthony Liguori
4
-3
/
+9
[next]