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
/
include
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-19
vl: Rename *boot_devices to *boot_order, for consistency
Markus Armbruster
1
-2
/
+2
2013-06-17
NVMe: Initial commit for new storage interface
Keith Busch
1
-0
/
+1
2013-06-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
8
-39
/
+54
2013-06-14
smbios: Clean up smbios_add_field() parameters
Markus Armbruster
1
-1
/
+1
2013-06-14
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
1
-10
/
+5
2013-06-11
char/serial: Use generic Fifo8
Peter Crosthwaite
1
-10
/
+5
2013-06-10
target-i386: Set level=4 on Conroe/Penryn/Nehalem
Eduardo Habkost
1
-0
/
+12
2013-06-10
target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
Eduardo Habkost
1
-0
/
+16
2013-06-07
qdev: Drop FROM_QBUS() macro
Andreas Färber
1
-2
/
+0
2013-06-07
isa: QOM'ify ISADevice
Andreas Färber
3
-20
/
+29
2013-06-07
isa: QOM'ify ISABus
Andreas Färber
1
-1
/
+4
2013-06-07
i8259: Convert PICCommonState to use QOM realizefn
Andreas Färber
1
-1
/
+1
2013-06-07
i8254: Convert PITCommonState to QOM realizefn
Andreas Färber
1
-1
/
+0
2013-06-07
kvm/i8254: QOM'ify some more
Andreas Färber
1
-5
/
+8
2013-06-07
i8254: QOM'ify some more
Andreas Färber
1
-7
/
+11
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2
-2
/
+1
2013-06-04
Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging
Anthony Liguori
2
-5
/
+3
2013-06-04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
4
-11
/
+14
2013-06-03
xen: remove xen_vcpu_init
Stefano Stabellini
1
-1
/
+0
2013-06-03
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
Stefano Stabellini
1
-0
/
+3
2013-06-03
xen: simplify xen_enabled
Stefano Stabellini
1
-4
/
+0
2013-06-03
Merge remote-tracking branch 'kraxel/usb.83' into staging
Anthony Liguori
1
-0
/
+11
2013-06-03
pci: add VMSTATE_MSIX
Gerd Hoffmann
1
-0
/
+11
2013-06-02
fw_cfg: add API to find FW cfg object
Michael S. Tsirkin
1
-0
/
+2
2013-06-02
fw_cfg: move typedef to qemu/typedefs.h
Michael S. Tsirkin
2
-2
/
+1
2013-06-02
refer to FWCfgState explicitly
Laszlo Ersek
2
-10
/
+12
2013-06-02
firmware_abi: move to include/hw/nvram/
Michael S. Tsirkin
1
-0
/
+0
2013-06-01
rtc: remove rtc_set_date
Hu Tao
1
-1
/
+0
2013-05-22
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-1
/
+0
2013-05-22
virtio-net: dynamic network offloads configuration
Dmitry Fleytman
2
-0
/
+17
2013-05-18
remove some double-includes
Michael Tokarev
1
-1
/
+0
2013-05-15
virtio-net: add virtio_net_set_netclient_name.
KONRAD Frederic
1
-0
/
+4
2013-05-13
Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"
Paolo Bonzini
1
-5
/
+0
2013-05-06
target-i386: Change CPUID model of 486 to 8
Andreas Färber
1
-0
/
+4
2013-05-06
qdev: Introduce qdev_prop_set_globals_for_type()
Andreas Färber
1
-0
/
+2
2013-05-06
qdev: Let qdev_prop_parse() pass through Error
Andreas Färber
1
-2
/
+3
2013-05-03
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
1
-1
/
+0
2013-05-03
scsi: add bus_name parameter to scsi_bus_new.
KONRAD Frederic
1
-1
/
+2
2013-05-03
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
1
-0
/
+4
2013-05-02
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
5
-6
/
+91
2013-05-01
Trivial grammar and spelling fixes
Stefan Weil
1
-3
/
+3
2013-05-01
pc: Implement QEMUMachine::hot_add_cpu hook
Igor Mammedov
1
-0
/
+1
2013-05-01
Add hot_add_cpu hook to QEMUMachine
Igor Mammedov
1
-0
/
+3
2013-05-01
target-i386: Move APIC to ICC bus
Igor Mammedov
2
-3
/
+6
2013-05-01
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
1
-1
/
+1
2013-05-01
target-i386: Introduce ICC bus/device/bridge
Igor Mammedov
1
-0
/
+79
2013-05-01
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
1
-2
/
+0
2013-05-01
pc: Update rtc_cmos on CPU hot-plug
Igor Mammedov
1
-0
/
+1
2013-04-30
pvpanic: create pvpanic by default for machine 1.5
Hu Tao
1
-0
/
+3
2013-04-30
fw_cfg: add required header files
Hu Tao
1
-0
/
+7
[next]