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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
s390x: Drop not used allow_hotplug in event-facility
Igor Mammedov
1
-2
/
+0
2014-10-15
virtio-mmio: Drop useless bus->allow_hotplug = 0
Igor Mammedov
1
-15
/
+2
2014-10-15
virtio-serial: Convert to hotplug-handler API
Igor Mammedov
1
-5
/
+15
2014-10-15
virtio-pci: Drop BusState::allow_hotplug
Igor Mammedov
1
-3
/
+0
2014-10-15
target-i386: ICC bus: Drop BusState::allow_hotplug
Igor Mammedov
1
-8
/
+0
2014-10-15
qdev: Drop hotplug check from bus_add_child()
Igor Mammedov
1
-4
/
+0
2014-10-15
qdev: Add wrapper to set BUS as HotplugHandler
Igor Mammedov
1
-0
/
+19
2014-10-15
qdev: Add simple/generic unplug callback for HotplugHandler
Igor Mammedov
1
-0
/
+5
2014-10-15
qdev: HotplugHandler: Provide unplug callback
Igor Mammedov
2
-2
/
+22
2014-10-15
qdev: HotplugHandler: Rename unplug callback to unplug_request
Igor Mammedov
8
-18
/
+19
2014-10-15
Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()
Igor Mammedov
3
-6
/
+6
2014-10-13
qdev: gpio: Register GPIO outputs as QOM links
Peter Crosthwaite
1
-0
/
+12
2014-10-13
qdev: gpio: Register GPIO inputs as child objects
Peter Crosthwaite
1
-0
/
+9
2014-10-13
qdev: gpio: Don't allow name share between I and O
Peter Crosthwaite
1
-0
/
+2
2014-10-10
s390x/virtio-ccw: fix vhost-scsi intialization
Cornelia Huck
1
-1
/
+1
2014-10-10
s390x/kvm: proper use of the cpu states OPERATING and STOPPED
David Hildenbrand
1
-1
/
+1
2014-10-10
s390x/kvm: introduce proper states for s390 cpus
David Hildenbrand
1
-32
/
+0
2014-10-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+5
2014-10-09
virtio-scsi: fix use-after-free of VirtIOSCSIReq
Paolo Bonzini
1
-4
/
+5
2014-10-03
q35/ahci: Pick up -cdrom and -hda options
John Snow
3
-0
/
+21
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
10
-14
/
+26
2014-10-03
pc/vl: Add units-per-default-bus property
John Snow
2
-1
/
+3
2014-10-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141002-1' into s...
Peter Maydell
5
-590
/
+296
2014-09-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
12
-275
/
+624
2014-09-30
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140930-1' into...
Peter Maydell
1
-4
/
+4
2014-09-30
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-22
/
+24
2014-09-30
vga: Add endian to vmstate
Benjamin Herrenschmidt
2
-4
/
+39
2014-09-30
vga: Make fb endian a common state variable
Benjamin Herrenschmidt
2
-13
/
+20
2014-09-30
vga: Rename vga_template.h to vga-helpers.h
Benjamin Herrenschmidt
2
-1
/
+1
2014-09-30
vga: Remove some "should be done in BIOS" comments
Benjamin Herrenschmidt
1
-4
/
+2
2014-09-30
cirrus: Remove non-32bpp cursor drawing
Benjamin Herrenschmidt
2
-130
/
+36
2014-09-30
vga: Simplify vga_draw_blank() a bit
Benjamin Herrenschmidt
1
-7
/
+2
2014-09-30
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
3
-29
/
+19
2014-09-30
vga: Separate LE and BE conversion functions
Benjamin Herrenschmidt
2
-40
/
+112
2014-09-30
vga: Remove remainder of old conversion cruft
Benjamin Herrenschmidt
2
-178
/
+95
2014-09-30
vga: Start cutting out non-32bpp conversion support
Benjamin Herrenschmidt
1
-236
/
+22
2014-09-30
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
1
-7
/
+57
2014-09-30
scsi: Introduce scsi_req_cancel_async
Fam Zheng
1
-0
/
+26
2014-09-30
scsi: Introduce scsi_req_cancel_complete
Fam Zheng
3
-4
/
+19
2014-09-30
scsi: Drop SCSIReqOps.cancel_io
Fam Zheng
3
-29
/
+2
2014-09-30
scsi: Unify request unref in scsi_req_cancel
Fam Zheng
2
-40
/
+10
2014-09-30
scsi-generic: Handle canceled request in scsi_command_complete
Fam Zheng
1
-4
/
+6
2014-09-30
scsi: Drop scsi_req_abort
Fam Zheng
2
-18
/
+10
2014-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929'...
Peter Maydell
4
-55
/
+0
2014-09-30
virtio-scsi: Process ".iothread" property
Fam Zheng
1
-0
/
+4
2014-09-30
virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
Fam Zheng
1
-0
/
+4
2014-09-30
virtio-scsi: Batched prepare for cmd reqs
Fam Zheng
2
-4
/
+14
2014-09-30
virtio-scsi: Two stages processing of cmd request
Fam Zheng
2
-9
/
+15
2014-09-30
virtio-scsi: Add migration state notifier for dataplane code
Fam Zheng
1
-3
/
+32
2014-09-30
virtio-scsi: Hook up with dataplane
Fam Zheng
1
-4
/
+48
[prev]
[next]