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
2016-02-06
acpi: add function to extract oem_id and oem_table_id from the user's SLIC
Laszlo Ersek
1
-0
/
+16
2016-02-06
acpi: expose oem_id and oem_table_id in build_rsdt()
Laszlo Ersek
3
-4
/
+5
2016-02-06
acpi: take oem_id in build_header(), optionally
Laszlo Ersek
4
-20
/
+25
2016-02-06
pc: Eliminate PcGuestInfo struct
Eduardo Habkost
1
-3
/
+1
2016-02-06
pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState
Eduardo Habkost
2
-23
/
+19
2016-02-06
pc: Move PcGuestInfo.fw_cfg to PCMachineState
Eduardo Habkost
2
-10
/
+7
2016-02-06
pc: Remove PcGuestInfo.isapc_ram_fw field
Eduardo Habkost
3
-8
/
+3
2016-02-06
pc: Remove RAM size fields from PcGuestInfo
Eduardo Habkost
2
-7
/
+5
2016-02-06
pc: Remove compat fields from PcGuestInfo
Eduardo Habkost
5
-22
/
+11
2016-02-06
acpi: Don't save PcGuestInfo on AcpiBuildState
Eduardo Habkost
1
-3
/
+0
2016-02-06
acpi: Remove guest_info parameters from functions
Eduardo Habkost
1
-14
/
+21
2016-02-06
pc: Simplify xen_load_linux() signature
Eduardo Habkost
2
-4
/
+3
2016-02-06
pc: Simplify pc_memory_init() signature
Eduardo Habkost
3
-8
/
+7
2016-02-06
pc: Eliminate struct PcGuestInfoState
Eduardo Habkost
1
-17
/
+10
2016-02-06
ipmi: add ACPI power and GUID commands
Cédric Le Goater
1
-0
/
+49
2016-02-06
ipmi: add GET_SYS_RESTART_CAUSE chassis command
Cédric Le Goater
1
-1
/
+15
2016-02-06
ipmi: add get and set SENSOR_TYPE commands
Cédric Le Goater
1
-1
/
+44
2016-02-06
ipmi: introduce a struct ipmi_sdr_compact
Cédric Le Goater
1
-28
/
+44
2016-02-06
ipmi: fix SDR length value
Cédric Le Goater
1
-6
/
+6
2016-02-06
ipmi: cleanup error_report messages
Cédric Le Goater
1
-2
/
+2
2016-02-06
ipmi: replace *_MAXCMD defines
Cédric Le Goater
1
-13
/
+8
2016-02-06
ipmi: replace goto by a return statement
Cédric Le Goater
1
-99
/
+41
2016-02-06
hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...
Marcel Apfelbaum
1
-0
/
+7
2016-02-06
hw/pxb: add pxb devices to the bridge category
Marcel Apfelbaum
1
-0
/
+2
2016-02-06
virtio: combine write of an entry into used ring
Vincenzo Maffione
1
-13
/
+12
2016-02-06
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
1
-4
/
+22
2016-02-06
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
1
-3
/
+9
2016-02-06
virtio: combine the read of a descriptor
Paolo Bonzini
1
-51
/
+35
2016-02-06
vring: slim down allocation of VirtQueueElements
Paolo Bonzini
1
-17
/
+36
2016-02-06
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
1
-31
/
+51
2016-02-06
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2
-13
/
+100
2016-02-06
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
4
-19
/
+21
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
15
-134
/
+202
2016-02-04
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
1
-2
/
+1
2016-02-04
pc: acpi: merge SSDT into DSDT
Igor Mammedov
1
-135
/
+111
2016-02-04
Fix virtio migration
Dr. David Alan Gilbert
1
-4
/
+4
2016-02-03
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2
-0
/
+2
2016-02-03
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
3
-0
/
+26
2016-02-03
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2
-2
/
+6
2016-02-03
virtio-gpu: maintain command queue
Gerd Hoffmann
1
-17
/
+36
2016-02-03
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
1
-1
/
+2
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2
-0
/
+2
2016-02-02
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...
Peter Maydell
3
-34
/
+121
2016-02-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...
Peter Maydell
1
-4
/
+7
2016-02-02
virtio-scsi: Catch BDS-BB removal/insertion
Max Reitz
1
-0
/
+55
2016-02-02
virtio-blk: Functions for op blocker management
Max Reitz
1
-18
/
+59
2016-02-02
Revert "hw/block/fdc: Implement tray status"
Max Reitz
1
-16
/
+7
2016-02-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160202-1' into...
Peter Maydell
18
-5
/
+18
2016-02-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fwcfg-20160202-1' into...
Peter Maydell
1
-36
/
+4
2016-02-02
ehci: update irq on reset
Gerd Hoffmann
1
-0
/
+1
[next]