Activity

From 11/20/2012 to 12/19/2012

12/19/2012

03:09 pm Revision 2f9859fb: ppc4xx_devs: Return PowerPCCPU from ppc4xx_init()
Prepares for passing PowerPCCPU to ppc_booke_timers_init().
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision ee0c98e6: ppc_booke: Pass PowerPCCPU to {decr,fit,wdt} timer callbacks
Cleans up after passing PowerPCCPU to booke_update_irq().
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision a34a92b9: ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()
Cleans up after passing PowerPCCPU to timer callbacks.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision a60f24b5: cpu: Move kvm_state field into CPUState
Adapt some functions to take CPUState / {PowerPC,S390}CPU argument.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision 62e0c095: MAINTAINERS: Include X86CPU in CPU maintenance area
Document that the x86 CPU refactorings are going through the qom-cpu
tree. This does not contradict the established p...
Andreas Färber
03:09 pm Revision f7575c96: cpu: Move kvm_run into CPUState
Pass CPUState / {X86,S390}CPU to helper functions.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision 7e0a9247: ppc: Pass PowerPCCPU to [h]decr callbacks
Cleans up after passing PowerPCCPU to ppc_set_irq().
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision 50c680f0: ppc: Pass PowerPCCPU to [h]decr timer callbacks
Cleans up after passing PowerPCCPU to [h]decr exception callbacks.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:09 pm Revision 7058581a: ppc: Pass PowerPCCPU to ppc_set_irq()
Adapt static caller functions.
This cleans up after passing PowerPCCPU to kvmppc_set_interrupt().
Signed-off-by: An...
Andreas Färber
03:09 pm Revision 8737c51c: cpu: Move kvm_fd into CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de> Andreas Färber
03:09 pm Revision 04a2d61e: qdev: Coding style fixes
Add missing braces and break lines larger than 80 chars.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed...
Eduardo Habkost
03:09 pm Revision 20d695a9: kvm: Pass CPUState to kvm_arch_*
Move kvm_vcpu_dirty field into CPUState to simplify things and change
its type to bool while at it.
Signed-off-by: A...
Andreas Färber
03:09 pm Revision a404b612: qdev-properties.c: Separate core from the code used only by qemu-system-*
This separates the qdev properties code in two parts:
- qdev-properties.c, that contains most of the qdev properties...
Eduardo Habkost
03:09 pm Revision 1bc22652: kvm: Pass CPUState to kvm_vcpu_ioctl()
Adapt helper functions to pass X86CPU / PowerPCCPU / S390CPU.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Andreas Färber
03:08 pm Revision 92a31361: cpu: Introduce CPUListState struct
This generalizes {ARM,M68k,Alpha}CPUListState to avoid declaring it for
each target. Place it in cpu-common.h to avoi...
Andreas Färber
09:32 am Revision 927d4878: softmmu: move remaining include files to include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:32 am Revision 42dc882f: hw: move executable format header files to hw/
Or delete a.out.h which is unused.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini
09:32 am Revision 6b4c305c: fpu: move public header file to include/fpu
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:32 am Revision ec5e016c: janitor: move remaining public headers to include/
Headers in the root directory are now used only from within that
directory.
Signed-off-by: Paolo Bonzini <pbonzini@r...
Paolo Bonzini
09:32 am Revision 9c17d615: softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:32 am Revision 1de7afc9: misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 14cccb61: qom: move include files to include/qom/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 83c9089e: monitor: move include files to include/monitor/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision caf71f86: migration: move include files to include/migration/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision cb9c377f: janitor: add guards to headers
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 7b1b5d19: qapi: move include files to include/qobject/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 737e150e: block: move include files to include/block/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 022c62cb: exec: move include files to include/exec/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 28ecbaee: ui: move files to ui/ and include/ui/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 7edd63f1: qapi: make struct Visitor opaque
Move its definition from qapi-visit-core.h to qapi-visit-impl.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini
09:31 am Revision 4167c42c: qapi: remove qapi/qapi-types-core.h
The file is only including error.h and qerror.h. Prefer explicit
inclusion of whatever files are needed.
Signed-off-...
Paolo Bonzini
09:31 am Revision 79ee7df8: qapi: move inclusions of qemu-common.h from headers to .c files
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 2870dc34: qemu-ga: move qemu-ga files to qga/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:31 am Revision 1422e32d: net: reorganize headers
Move public headers to include/net, and leave private headers in net/.
Put the virtio headers in include/net/tap.h, r...
Paolo Bonzini
09:29 am Revision 7fa22f2b: net: do not include net.h everywhere
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 090f7ac5: net: move Bluetooth stuff out of net.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision f8fe7964: janitor: do not include qemu-char everywhere
Touching char/char.h basically causes the whole of QEMU to
be rebuilt. Avoid this, it is usually unnecessary.
Signe...
Paolo Bonzini
09:29 am Revision fd9400b3: net: move net.c to net/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 077805fa: janitor: do not rely on indirect inclusions of or from qemu-char.h
Various header files rely on qemu-char.h including qemu-config.h or
main-loop.h, but they really do not need qemu-cha...
Paolo Bonzini
09:29 am Revision 8e98e2e8: build: kill libuser
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 4e8cb28c: build: add $(TARGET_DIR) to "GEN config-target.h" lines
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 9d9199a0: build: adjust setting of QEMU_INCLUDES
Make it correct for nested directories, and move the static part
from Makefile to configure.
Signed-off-by: Paolo Bo...
Paolo Bonzini
09:29 am Revision c1c93672: build: create ldscripts/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 525877c9: build: move rules from Makefile to */Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 76cad711: build: kill libdis, move disassemblers to disas/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
09:29 am Revision 7937e75b: vscclient: use per-target variables
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
02:01 am Revision 494342b3: target-alpha: Add support for -cpu ?
Implement alphabetical listing of CPU subclasses.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Richard...
Andreas Färber
02:01 am Revision 5f5e3350: target-alpha: Let cpu_alpha_init() return AlphaCPU
Replace cpu_init() macro with inline function for backwards
compatibility.
Signed-off-by: Andreas Färber <afaerber@s...
Andreas Färber
02:01 am Revision 0c28246f: target-alpha: Turn CPU definitions into subclasses
Make TYPE_ALPHA_CPU abstract and add types <name>-alpha-cpu.
Use type inheritence, and turn "2*" models into aliases....
Andreas Färber
02:01 am Revision c9245853: target-alpha: Avoid leaking the alarm timer over reset
Move the timer from CPUAlphaState to AlphaCPU to avoid the pointer being
zero'ed once we implement reset. Would cause...
Andreas Färber
02:01 am Revision ad601177: alpha: Pass AlphaCPU array to Typhoon
Also store it in TyphoonCchip.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Richard Henderson <rth@twi...
Andreas Färber

12/18/2012

11:41 pm Revision 914606d2: Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
configure: Earlier pkg-config probe
vmmouse_reset(): remove minimal code duplication
...
Anthony Liguori
11:41 pm Revision 5455a474: Merge remote-tracking branch 'amit/master' into staging
* amit/master:
virtio-serial-bus: assert port is non-null in remove_port()
virtio-serial-bus: send_control_msg() ...
Anthony Liguori
11:41 pm Revision 510981a0: Merge remote-tracking branch 'spice/spice.v66' into staging
* spice/spice.v66:
docs: add spice-port-fqdn.txt
spice-qemu-char: register spicevmc ports during qemu_spice_init(...
Anthony Liguori
11:41 pm Revision c3a1ecd0: Merge remote-tracking branch 'sstabellini/xen-20121217' into staging
* sstabellini/xen-20121217:
cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int
cpu_ioreq_pio, cp...
Anthony Liguori
06:40 pm Revision 779ab5e3: configure: Earlier pkg-config probe
Probe pkg-config before it is used for the first time (libseccomp check).
Signed-off-by: Stefan Weil <sw@weilnetz.de...
Stefan Weil
06:38 pm Revision 5a6c7644: vmmouse_reset(): remove minimal code duplication
Commit 069ab0eb added a vmmouse_disable() call to vmmouse_reset().
vmmouse_disable() resets the status already.
Sign...
Laszlo Ersek
06:22 pm Revision c56dc774: linux-user/syscall.c: remove wrong forward decl of setgroups()
this declaration is wrong:
the correct prototype on linux is:
int setgroups(size_t size, const gid_t *list);
since b...
John Spencer
06:21 pm Revision e12cdb1b: fix build error on ARM due to wrong glibc check
the test for glibc < 2 "succeeds" wrongly for any non-glibc C library,
and breaks the build on musl libc.
we must fir...
John Spencer
06:06 pm Revision 887eb299: gitignore: Add virtfs-proxy-helper
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Cole Robinson
05:50 pm Revision 8c815fb3: arm_gic: Add cpu nr to Raised IRQ message
Add the relevant CPU nr to this debug message to make IRQ debugging more
informative.
Signed-off-by: Peter Crosthwai...
Peter Crosthwaite
05:49 pm Revision ec9ea489: pflash_cfi0x: Send debug messages to stderr
These debug info messages should go to stderr rather than stdout.
Signed-off-by: Peter Crosthwaite <peter.crosthwait...
Peter Crosthwaite
05:49 pm Revision d96fc51c: pflash_cfi01: qemu_log_mask "unimplemented" msg
This printf is informing the user of unimplemented functionality. It should be
re-directed to qemu_log(LOG_UNIMP, ......
Peter Crosthwaite
05:49 pm Revision 8f603800: zynq_slcr: Compile time warning fixes.
Few warnings when compiled with debug printfs enabled. Fixed all.
Signed-off-by: Peter Crosthwaite <peter.crosthwait...
Peter Crosthwaite
05:48 pm Revision e103129b: net, hub: fix the indent in the comments
Remove some redundant blanks in the comments of
net_hub_id_for_client().
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vne...
Zhi Yong Wu
10:58 am Revision 91bdd1cf: virtio-serial-bus: assert port is non-null in remove_port()
remove_port() is called from qdev's unplug callback, and we're certain
the port will be found in our list of ports. ...
Amit Shah
09:34 am Revision 4e28976e: virtio-serial-bus: send_control_msg() should not deal with cpkts
Stuff the cpkt before calling send_control_msg(). This function should
not be concerned about contents of the buffer...
Amit Shah

12/17/2012

07:56 pm Revision 5f0cef1a: libcacard: simplify rules for recursive build
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
07:56 pm Revision 6f991980: Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
03:01 pm Revision 700f6b6a: docs: add spice-port-fqdn.txt
Start a simple org.qemu.* registry of well known name.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Marc-André Lureau
03:01 pm Revision 5a49d3e9: spice-qemu-char: add spiceport chardev
Add a new spice chardev to allow arbitrary communication between the
host and the Spice client via the spice server.
...
Marc-André Lureau
03:01 pm Revision 07a54d70: spice-qemu-char: write to chardev whatever amount it can read
The current code waits until the chardev can read MIN(len, VMC_MAX)
But some chardev may never reach than amount, in ...
Marc-André Lureau
03:01 pm Revision 71b423f4: spice-qemu-char: factor out CharDriverState creation
Make the CharDriverState creation code reusable by spicevmc port.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Marc-André Lureau
03:01 pm Revision afd0b409: spice-qemu-char: register spicevmc ports during qemu_spice_init()
Do the delayed registration of spicevmc ports after Spice server is
initialized.
Signed-off-by: Gerd Hoffmann <kraxe...
Marc-André Lureau
03:01 pm Revision 7a5448ce: spice-qemu-char: keep a list of spice chardev
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Marc-André Lureau
03:01 pm Revision 938b8a36: qxl+vnc: register a vm state change handler for dummy spice_server
When qxl + vnc are used, a dummy spice_server is initialized.
The spice_server has to be told when the VM runstate ch...
Uri Lublin
03:01 pm Revision 2f464b5a: qxl: save qemu_create_displaysurface_from result
Spotted by Coverity.
https://bugzilla.redhat.com/show_bug.cgi?id=885644
Cc: qemu-stable@nongnu.org
Reported-by: Mar...
Gerd Hoffmann
01:44 pm Revision 249e7e0f: cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int
The current code compare i (int) with req->count (uint32_t) in a for
loop, risking an infinite loop if req->count is ...
Ian Jackson
01:43 pm Revision a3864829: cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_item
Replace a lot of formulaic multiplications (containing casts, no less)
with calls to a pair of functions. This encap...
Ian Jackson
01:37 pm Revision f1b8caf1: Fix compile errors when enabling Xen debug logging.
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Sander Eikelenboom
01:36 pm Revision 044b99c6: xen: fix trivial PCI passthrough MSI-X bug
We are currently passing entry->data as address parameter. Pass
entry->addr instead.
Signed-off-by: Stefano Stabelli...
Stefano Stabellini
01:36 pm Revision 2c1d4d15: xen: implement support for secondary consoles in the console backend
This patch corresponds to commit
840184a106bc24e745beda5c77e392f6cecd2bc9 from
git://xenbits.xensource.com/qemu-xen-u...
Stefano Stabellini
01:02 pm Revision 952deab6: pci_bus: update comment
Don't ask everyone to desist from including this header,
simply recommend using accessors.
Signed-off-by: Michael S....
Michael S. Tsirkin
01:02 pm Revision 20599463: pci_bus.h: tweak include guards
Now that header has been renamed, tweak include guards
to match.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin
01:02 pm Revision 1dd3a74d: kvm: do not flush after deleting gsi
Deleting a GSI isn't necessary: it is enough
to stop using it. Delay flush until an entry is used.
Signed-off-by: Mi...
Michael S. Tsirkin
01:02 pm Revision d9fb5805: Revert "pci: prepare makefiles for pci code reorganization"
This reverts commit 475d67c3bcd6ba9fef917b6e59d96ae69eb1a9b4.
Now that all users have been updated, we don't need th...
Michael S. Tsirkin
01:02 pm Revision 06aac7bd: pci: rename pci_internals.h pci_bus.h
There are lots of external users of pci_internals.h,
apparently making it an internal interface only didn't
work out....
Michael S. Tsirkin
01:02 pm Revision c759b24f: pci: fix path for local includes
Include dependencies from pci core using the correct path.
This is required now that it's in the separate directory.
...
Michael S. Tsirkin
01:02 pm Revision a2cb15b0: pci: update all users to look in pci/
update all users so we can remove the makefile hack.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin
01:02 pm Revision 315a1350: pci: move pci core code to hw/pci
Move files and modify makefiles to pick them at the
new location.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin

12/16/2012

10:35 am Revision a8a826a3: exec: refactor cpu_restore_state
Refactor common code around calls to cpu_restore_state().
tb_find_pc() has now no external users, make it static.
S...
Blue Swirl
10:28 am Revision 5b6dd868: exec: move TB handling to translate-all.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
10:28 am Revision 5a316526: exec: extract TB watchpoint check
Will be moved by the next patch.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
10:28 am Revision 44209fc4: exec: fix coding style
Fix coding style in areas to be moved by later patches.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl

12/15/2012

11:05 am Revision 6d4e1892: Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
* 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf: (40 commits)
pseries: Increase default NVRAM size
target-ppc...
Blue Swirl
10:39 am Revision 659f807c: target-xtensa: fix ITLB/DTLB page protection flags
With MMU option xtensa architecture has two TLBs: ITLB and DTLB. ITLB is
only used for code access, DTLB is only for ...
Max Filippov

12/14/2012

10:56 pm Revision 4b4496db: console: clip update rectangle
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann
10:56 pm Revision bc210eb1: pixman: fix vnc tight png/jpeg support
This patch adds an x argument to qemu_pixman_linebuf_fill so it can
also be used to convert a partial scanline. Then...
Gerd Hoffmann
10:56 pm Revision f27b2e1d: pixman: update internal copy to pixman-0.28.2
Some w64 fixes by Stefan Weil found their way into 0.28.2,
so update the internal copy to that version to improve
win...
Gerd Hoffmann
10:55 pm Revision cb1d40d7: Revert "pixman: require 0.18.4 or newer"
This reverts commit 288fa40736e6eb63132d01aa6dc21ee831b796ae.
The only reason old pixman versions didn't work was th...
Gerd Hoffmann
10:55 pm Revision fbddfc72: pixman: fix version check for PIXMAN_TYPE_BGRA
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann
10:17 pm Revision f28558d3: target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
CPUID.7.0.EBX[1]=1 indicates IA32_TSC_ADJUST MSR 0x3b is supported
Basic design is to emulate the MSR by allowing re...
Will Auld
02:12 pm Revision a64ae610: pseries: Increase default NVRAM size
If no image file for NVRAM is specified, the pseries machine currently
creates a 16K non-persistent NVRAM by default....
David Gibson
02:12 pm Revision 05f57d9d: PPC: E500: PCI: Make IRQ calculation more generic
The IRQ line calculation is more or less hardcoded today. Instead, let's
write it as an algorithmic function that the...
Alexander Graf
02:12 pm Revision 492ec48d: PPC: E500: Move PCI slot information into params
We have a params struct that allows us to expose differences between
e500 machine models. Include PCI slot informatio...
Alexander Graf
02:12 pm Revision 68d1e1f5: MSI-X: Fix endianness
The MSI-X vector tables are usually stored in little endian in memory,
so let's mark the accessors as such.
This fix...
Alexander Graf
02:12 pm Revision 3bb7e02a: PPC: E500plat: Make a lot of PCI slots available
The ppce500 machine doesn't have to stick to hardware limitations,
as it's defined as being fully device tree based.
...
Alexander Graf
02:12 pm Revision 9e2c1298: PPC: e500: pci: Export slot2irq calculation
We need the calculation method to get from a PCI slot ID to its respective
interrupt line twice. Once in the internal...
Alexander Graf
02:12 pm Revision dbe30e13: openpic: fix minor coding style issues
This patch removes all remaining occurences of spaces before function
parameter indicating parenthesis.
Signed-off-b...
Alexander Graf
02:12 pm Revision 76aec1f8: openpic: Accelerate pending irq search
When we're done with one interrupt, we need to search for the next pending
interrupt in the queue. This search has gr...
Alexander Graf
02:12 pm Revision eafb325f: PPC: E500: PCI: Make first slot qdev settable
Today the first slot id in our e500 pci implementation is hardcoded to
0x11. Keep it there as default, but allow user...
Alexander Graf
02:12 pm Revision 347dd79d: PPC: E500: Generate dt pci irq map dynamically
Today we're hardcoding the PCI interrupt map in the e500 machine file.
Instead, let's write it dynamically so that di...
Alexander Graf
02:12 pm Revision b162d02e: target-ppc: Don't use hwaddr to represent hardware state
The hwaddr type is somewhat vaguely defined as being able to contain bus
addresses on the widest possible bus in the ...
David Gibson
02:12 pm Revision a911b7a9: PPC: e500: Add MSI support
Now that our interrupt controller supports MSIs, let's expose that feature
to the guest through the device tree!
Sig...
Alexander Graf
02:12 pm Revision 99750506: PPC: e500: Declare pci bridge as bridge
The new PCI host bridge device needs to identify itself as PCI host bridge.
Declare it as such.
Signed-off-by: Alexa...
Alexander Graf
02:12 pm Revision 732aa6ec: openpic: add Shared MSI support
The OpenPIC allows MSI access through shared MSI registers. Implement
them for the MPC8544 MPIC, so we can support MS...
Alexander Graf
02:12 pm Revision 6d544ee8: openpic: rename openpic_t to OpenPICState
Rename the openpic_t struct to OpenPICState, so it adheres better to
the current coding style rules.
Signed-off-by: ...
Alexander Graf
02:12 pm Revision 1945dbc1: openpic: convert simple reg operations to builtin bitops
The openpic code has its own bitmap code to access bits inside of a
bitmap. However, that is overkill when we simply ...
Alexander Graf
02:12 pm Revision e1d10851: openpic: remove unused type variable
The openpic source irqs are carrying around a type indicator that
is never accessed by anything. Remove it.
Signed-o...
Alexander Graf
02:12 pm Revision d0b72631: openpic: convert to qdev
This patch converts the OpenPIC device to qdev. Along the way it
renames the "openpic" target to "raven" and the "mpi...
Alexander Graf
02:12 pm Revision 5bac0701: openpic: remove irq_out
The current openpic emulation contains half-ready code for bypass mode.
Remove it, so that when someone wants to fini...
Alexander Graf
02:12 pm Revision dbbbfd60: openpic: make brr1 model specific
Now that we can properly distinguish between openpic model differences,
let's move brr1 out of the raven code path.
...
Alexander Graf
02:12 pm Revision 35732cb4: openpic: unify memory api subregions
The only difference between the "openpic" and "mpic" memory api subregion
descriptors is the endianness. Unify them a...
Alexander Graf
02:12 pm Revision b9b2aaa3: openpic: update to proper memory api
The openpic code was still using the old mmio memory api. Convert it to
be a generic memory api user and clean up som...
Alexander Graf
02:12 pm Revision cdbb912a: mpic: Unify numbering scheme
MPIC interrupt numbers in Linux (device tree) and in QEMU are different,
because QEMU takes the sparseness of the IRQ...
Alexander Graf
02:12 pm Revision 780d16b7: openpic: Convert subregions to memory api
The "openpic" controller is currently using one big region and does
subregion dispatching manually. Move this to the ...
Alexander Graf
02:12 pm Revision 38898d7e: openpic: Remove unused code
The openpic code had a few WIP bits left that nobody reanimated within
the last few years. Remove that code.
Signed-...
Alexander Graf
02:12 pm Revision 8b1853e7: pseries: Don't allow TCE (iommu) tables to be registered with duplicate LIOBNs
The PAPR specification requires that every bus or device mediated by the
IOMMU have a unique Logical IO Bus Number (L...
David Gibson
02:12 pm Revision c38c0b8a: openpic: merge mpic and openpic timer handling
The openpic and mpic timer handling code is basically the same.
Merge them.
Signed-off-by: Alexander Graf <agraf@sus...
Alexander Graf
02:12 pm Revision 825463b3: openpic: combine openpic and mpic reset functions
The openpic and mpic reset handlers are almost identical. Combine
them and extract the differences into state variabl...
Alexander Graf
02:12 pm Revision 5861a338: openpic: combine mpic and openpic irq raise functions
The IRQ raise mechanisms of the OpenPIC and MPIC controllers is identical,
just that the MPIC one can also raise crit...
Alexander Graf
02:12 pm Revision a285f1ca: openpic: combine mpic and openpic src handlers
The MPIC source irq handler suddenly became identical to the standard
OpenPIC source irq handler. Combine them into t...
Alexander Graf
02:12 pm Revision 4aac82c3: pseries: Return the token when we register an RTAS call
The kernel will soon be able to service some RTAS calls. However the
choice of tokens will still be up to userspace. ...
Michael Ellerman
02:12 pm Revision 4fd50339: pseries: Update SLOF for NVRAM support
Now that we have implemented PAPR compatible NVRAM interfaces in qemu, this
updates the SLOF firmware to actually ini...
David Gibson
02:12 pm Revision 639e8102: pseries: Implement PAPR NVRAM
The PAPR specification requires a certain amount of NVRAM, accessed via
RTAS, which we don't currently implement in q...
David Gibson
02:12 pm Revision dffb1dc2: e500: Adding CCSR memory region
All devices are also placed under CCSR memory region.
The CCSR memory region is exported to pci device. The MSI inter...
Bharat Bhushan
02:12 pm Revision d36b66f7: pseries: Allow RTAS tokens without a qemu handler
Kernel-based RTAS calls will not have a qemu handler, but will
still be registered in qemu in order to be assigned a ...
Ben Herrenschmidt
02:12 pm Revision 22a2611c: pseries: Split xics irq configuration from state information
Currently the XICS irq controller code has a per-irq state structure which
amongst other things includes whether the ...
David Gibson
02:12 pm Revision 3eddc1be: Adding BAR0 for e500 PCI controller
PCI Root complex have TYPE-1 configuration header while PCI endpoint
have type-0 configuration header. The type-1 con...
Bharat Bhushan
02:12 pm Revision 500efa23: pseries: Add tracepoints to the XICS interrupt controller
This patch adds tracing / debugging calls to the XICS interrupt controller
implementation used on the pseries machine...
David Gibson
02:12 pm Revision bf3bc4c4: pseries: Use #define for XICS base irq number
Currently the lowest "real" irq number for the XICS irq controller (as
opposed to numbers reserved for IPIs and other...
Ben Herrenschmidt
02:12 pm Revision 044f4c8b: pseries: Fix incorrect initialization of interrupt controller
Currently in the reset code for the XICS interrupt controller, we
initialize the pending_priority field to 0 (most fa...
David Gibson

12/13/2012

10:32 pm Revision e376a788: Merge remote-tracking branch 'kwolf/for-anthony' into staging
* kwolf/for-anthony: (43 commits)
qcow2: Factor out handle_dependencies()
qcow2: Execute run_dependent_requests()...
Anthony Liguori
07:41 pm Revision df933007: Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging
* pmaydell/arm-devs.next:
hw/ds1338.c: Fix handling of DAY (wday) register.
hw/ds1338.c: Implement support for th...
Anthony Liguori
07:41 pm Revision aa1246ae: Merge remote-tracking branch 'kraxel/seabios-e8a76b0' into staging
* kraxel/seabios-e8a76b0:
seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059
Signed-off-by: Anthony Liguo...
Anthony Liguori
07:40 pm Revision 5a585980: qMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121210.0' int...
vfio-pci: fix kvm disabled path
* awilliam/tags/vfio-pci-for-qemu-20121210.0:
vfio-pci: Don't use kvm_irqchip_in_k...
Anthony Liguori
04:37 pm Revision 1d3afd64: qcow2: Round QCowL2Meta.offset down to cluster boundary
The offset within the cluster is already present as n_start and this is
what the code uses. QCowL2Meta.offset is only...
Kevin Wolf
04:37 pm Revision cf5c1a23: qcow2: Allocate l2meta dynamically
As soon as delayed COW is introduced, the l2meta struct is needed even
after completion of the request, so it can't l...
Kevin Wolf
04:37 pm Revision 226c3c26: qcow2: Factor out handle_dependencies()
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Kevin Wolf
04:37 pm Revision 280d3735: qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2
This is closer to where the dirty flag is really needed, and it avoids
having checks for special cases related to clu...
Kevin Wolf
04:37 pm Revision f50f88b9: qcow2: Allocate l2meta only for cluster allocations
Even for writes to already allocated clusters, an l2meta is allocated,
though it stays effectively unused. After this...
Kevin Wolf
04:37 pm Revision 4e95314e: qcow2: Execute run_dependent_requests() without lock
There's no reason for run_dependent_requests() to hold s->lock, and a
later patch will require that in fact the lock ...
Kevin Wolf
04:37 pm Revision 593fb83c: qcow2: Introduce Qcow2COWRegion
This makes it easier to address the areas for which a COW must be
performed. As a nice side effect, the COW code in
q...
Kevin Wolf
04:37 pm Revision 060bee89: qcow2: Drop l2meta.cluster_offset
There's no real reason to have an l2meta for normal requests that don't
allocate anything. Before we can get rid of i...
Kevin Wolf
04:05 pm Revision ed3d37d2: hw/ds1338.c: Ensure state is properly initialized.
Signed-off-by: Antoine Mathys <barsamin@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Antoine Mathys
04:05 pm Revision 996e91f0: hw/ds1338.c: Implement support for the control register.
Signed-off-by: Antoine Mathys <barsamin@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Antoine Mathys
04:05 pm Revision 871edc5f: hw/ds1338.c: Fix handling of DAY (wday) register.
Per the datasheet, the DAY (wday) register is user defined. Implement this.
Signed-off-by: Antoine Mathys <barsamin@...
Antoine Mathys
04:05 pm Revision 580f5c00: hw/ds1338.c: Correct bug in conversion to BCD.
Signed-off-by: Antoine Mathys <barsamin@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Antoine Mathys
04:05 pm Revision 95c93615: hw/ds1338.c: Add definitions for various flags in the RTC registers.
Signed-off-by: Antoine Mathys <barsamin@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Antoine Mathys
04:05 pm Revision 59dda8e0: hw/ds1338.c: Fix handling of HOURS register.
Per the datasheet, the mapping between 12 and 24 hours modes is:
0 <-> 12 PM
1-12 <-> 1-12 AM
...
Antoine Mathys
12:31 pm Revision 2e575a86: virtio-serial: move active ports loading to separate function
The virtio_serial_load() function became too big, split the code that
gets the port info from the source into a separ...
Amit Shah
12:31 pm Revision a75bf146: virtio-serial: delete timer if active during exit
The post_load timer was being freed, but not deleted. This could cause
problems when the timer is armed, but the dev...
Amit Shah
12:31 pm Revision bdb917bf: virtio-serial: allocate post_load only at load-time
This saves us a few bytes in the VirtIOSerial struct. Not a big
savings, but since the entire structure is used only...
Amit Shah
12:26 pm Revision c3587ca1: virtio-serial: use uint32_t to count ports
Signed-off-by: Amit Shah <amit.shah@redhat.com> Amit Shah
12:17 pm Revision a7f3d65b: atapi: reset cdrom tray statuses on ide_reset
Tray statuses should be also reseted. Some guests may lock the tray
and after reset before any kernel is loaded the t...
Pavel Hrdina

12/12/2012

11:41 pm Revision 29002d9e: pci: prepare makefiles for pci code reorganization
To make it easier to move code around without breaking
build at intermedite steps, tweak makefiles
to look in pci/ an...
Michael S. Tsirkin
11:41 pm Revision c84a2b1a: get_maintainer.pl: update from linix 3.8
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Michael S. Tsirkin
11:41 pm Revision ca818cfb: MAINTAINERS: add hw/pci/ to list of PCI files
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Michael S. Tsirkin
11:36 pm Revision 6f918e40: Fixup q35/ich9 Licenses
Cleanup the q35/ich9 license headers.
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Michael S. Tsirk...
Jason Baron
11:36 pm Revision 89e6d68e: tap: reset vnet header size on open
For tap, we currently assume the vnet header size is 10
(the default value) but that might not be the case
if tap is ...
Michael S. Tsirkin
11:03 pm Revision 7ec81e56: Fix off-by-1 error in RAM migration code
The code for migrating (or savevm-ing) memory pages starts off by creating
a dirty bitmap and filling it with 1s. Ex...
David Gibson
11:03 pm Revision 45e6cee4: migration: Fix madvise breakage if host and guest have different page sizes
madvise(DONTNEED) will throw away the contents of the whole page at the
given address, even if the given length is le...
David Gibson
01:33 pm Revision 91d4093d: qemu-iotests: Test concurrent cluster allocations
This adds some first tests for qcow2's dependency handling when two
parallel write requests access the same cluster.
...
Kevin Wolf
01:33 pm Revision 312a2ba0: blkdebug: Allow usage without config file
As soon as new rules can be set during runtime, as introduced by the
next patch, blkdebug makes sense even without a ...
Kevin Wolf
01:33 pm Revision 41c695c7: qemu-io: Add AIO debugging commands
This makes the blkdebug suspend/resume functionality available in
qemu-io. Use it like this:
$ ./qemu-io blkdebug:...
Kevin Wolf
01:33 pm Revision 9e35542b: blkdebug: Factor out remove_rule()
The cleanup work to remove a rule depends on the type of the rule. It's
easy for the existing rules as there is no da...
Kevin Wolf
01:33 pm Revision 3c90c65d: blkdebug: Implement suspend/resume of AIO requests
This allows more systematic AIO testing. The patch adds three new
operations to blkdebug:
* Setting a "breakpoint" ...
Kevin Wolf
01:33 pm Revision 67a7a0eb: qcow2: Move BLKDBG_EVENT out of the lock
We want to use these events to suspend requests for testing concurrent
AIO requests. Suspending requests while they a...
Kevin Wolf

12/11/2012

05:37 pm Revision b83c18e2: create new function: qemu_opt_set_number
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Dong Xu Wang
05:35 pm Revision e478b448: use qemu_opts_create_nofail
We will use qemu_opts_create_nofail function, it can make code
more readable.
Signed-off-by: Dong Xu Wang <wdongxu@l...
Dong Xu Wang
05:34 pm Revision dd392449: introduce qemu_opts_create_nofail function
While id is NULL, qemu_opts_create can not fail, so ignore
errors is fine.
Signed-off-by: Dong Xu Wang <wdongxu@linu...
Dong Xu Wang
05:33 pm Revision ad718d01: qemu-option: qemu_opt_set_bool(): fix code duplication
It will set opt->str in qemu_opt_set_bool, without opt->str, there
will be some potential bugs.
These are uses of op...
Dong Xu Wang
05:30 pm Revision db97ceba: qemu-option: qemu_opts_validate(): fix duplicated code
Use opts_accepts_any() and find_desc_by_name().
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-b...
Dong Xu Wang
05:28 pm Revision c474ced8: qemu-option: opt_set(): split it up into more functions
The new functions are opts_accepts_any() and find_desc_by_name(), which
are also going to be used by qemu_opts_valida...
Dong Xu Wang
02:54 pm Revision 97331270: exynos4210/mct: Avoid infinite loop on non incremental timers
Check for a 0 "distance" value to avoid infinite loop when the
expired FCR timer was not programed with auto-incremen...
Jean-Christophe DUBOIS
01:30 pm Revision f47b48fb: hw/arm_gic: fix target CPUs affected by set enable/pending ops
Fix a bug on the ARM GIC model where interrupts are not
set pending on the correct target CPUs when they are
triggere...
Daniel Sangorrin
01:30 pm Revision cad065f1: hw/arm_gic: Fix comparison with priority mask register
The GIC spec states that only interrupts with higher priority
than the value in the GICC_PMR priority mask register a...
Peter Maydell
01:30 pm Revision bf471f79: hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init
Fix the code in the secondary CPU boot stubs so that it correctly
initialises the GIC rather than relying on bugs or ...
Peter Maydell
01:30 pm Revision ee3f0956: hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs
The GIC architecture specification for v1 and v2 GICs (as found
on the Cortex-A9 and newer) states that the GICC_PMR ...
Peter Maydell
01:30 pm Revision 79f5d67e: xilinx_zynq: Add one variable to avoid overwriting QSPI bus
commit 7b482bcf xilinx_zynq: added QSPI controller
Adds one QSPI controller, which has two spi buses, one is for
spi...
walimis
12:36 pm Revision fbcad04d: Fix error code checking for SetFilePointer() call
An error has occurred if the return value is invalid_set_file_pointer
and getlasterror doesn't return no_error.
Sign...
Fabien Chouteau
12:05 pm Revision 791bfa35: qemu-io: Implement write -c for compressed clusters
This makes it easier to create images with both compressed and
uncompressed clusters for testing.
Signed-off-by: Kev...
Kevin Wolf
12:05 pm Revision 23e956bf: tests: Add tests for fdsets
Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Ste...
Corey Bryant
12:05 pm Revision 473c7f02: rbd: Fix race between aio completition and aio cancel
This one fixes a race which qemu had also in iscsi block driver
between cancellation and io completition.
qemu_rbd_a...
Stefan Priebe
12:05 pm Revision d92ada22: block: bdrv_img_create(): drop unused error handling code
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino
12:05 pm Revision 9b37525a: qemu-img: img_create(): pass Error object to bdrv_img_create()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino
12:05 pm Revision a9300911: qemu-img: img_create(): drop unneeded goto and ret variable
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino
12:05 pm Revision 71c79813: block: bdrv_img_create(): add Error ** argument
This commit adds an Error ** argument to bdrv_img_create() and set it
appropriately on error.
Callers of bdrv_img_cr...
Luiz Capitulino
12:05 pm Revision 2d0d2837: Support default block interfaces per QEMUMachine
There are QEMUMachines that have neither IF_IDE nor IF_SCSI as a
default/standard interface to their block devices / ...
Christian Borntraeger
12:05 pm Revision 3c42ea66: block: simplify default_drive
Markus Armbruster pointed out that there is only one caller
to default_drive with IF_DEFAULT as a type. Lets get rid
...
Christian Borntraeger
12:05 pm Revision 43e17041: qmp: qmp_transaction(): pass Error object to bdrv_img_create()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino
12:05 pm Revision cf8f2426: qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino
12:04 pm Revision c208e8c2: raw-posix: inline paio_ioctl into hdev_aio_ioctl
clang now warns about an unused function:
CC block/raw-posix.o
block/raw-posix.c:707:26: warning: unused functio...
Paolo Bonzini
12:04 pm Revision 258d2edb: block: vpc support for ~2 TB disks
The VHD specification allows for up to a 2 TB disk size. The current
implementation in qemu emulates EIDE and ATA-2 h...
Charles Arnold
12:04 pm Revision 8a805c22: tests: avoid qemu_aio_flush() in test-thread-pool.c
We need to eliminate calls to qemu_aio_flush() since the function is
being removed. Most callers will use bdrv_drain...
Stefan Hajnoczi
12:04 pm Revision 7b272452: block: Factor out bdrv_open_flags
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Kevin Wolf
12:04 pm Revision d318aea9: block: Improve bdrv_aio_co_cancel_em
Instead of waiting for all requests to complete, wait just for the
specific request that should be cancelled.
Signed...
Kevin Wolf
12:04 pm Revision 9fe3781f: tests: use aio_poll() instead of aio_flush() in test-aio.c
There has been confusion between various aio wait and flush functions.
It's time to get rid of qemu_aio_flush() but i...
Stefan Hajnoczi
12:04 pm Revision 1fe1fa51: block: vpc initialize the uuid footer field
Initialize the uuid field in the footer with a generated uuid.
Signed-off-by: Charles Arnold <carnold@suse.com>
Revi...
Charles Arnold
12:04 pm Revision f500a6d3: block: Avoid second open for format probing
This fixes problems that are caused by the additional open/close cycle
of the existing format probing, for example re...
Kevin Wolf
12:04 pm Revision c57b6656: aio: Get rid of qemu_aio_flush()
There are no remaining users, and new users should probably be
using bdrv_drain_all() in the first place.
Signed-off...
Kevin Wolf
12:04 pm Revision d567e62f: virtio-blk: Remove duplicate property definition
For the virtio-blk device (via virtio-pci) the property "config-wce" is
defined in two places. First, it's defined f...
David Gibson
09:26 am Revision ff156290: seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059
This patch updates seabios to latest git master. Changes:
(1) q35 patches merged.
(2) some acpi cleanups.
(3)...
Gerd Hoffmann

12/10/2012

08:30 pm Revision d281084d: vfio-pci: Don't use kvm_irqchip_in_kernel
kvm_irqchip_in_kernel() has an architecture specific meaning, so
we shouldn't be using it to determine whether to ena...
Alex Williamson
04:35 pm Revision 1c97e303: Merge remote-tracking branch 'afaerber/qom-cpu' into staging
* afaerber/qom-cpu:
target-i386: Postpone cpuid_level update to realize time
target-i386: Use define for cpuid ve...
Anthony Liguori
04:34 pm Revision 7c12fd9b: Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path
qemu-options: Fix spa...
Anthony Liguori
04:33 pm Revision 8385b173: Merge remote-tracking branch 'kraxel/acpi.1' into staging
* kraxel/acpi.1:
acpi: drop debug port
q35: update lpc pci config space according to configured devices
apci: s...
Anthony Liguori
04:32 pm Revision 16ef55ca: Merge remote-tracking branch 'aneesh/for-upstream' into staging
* aneesh/for-upstream:
virtfs-proxy-helper: use setresuid and setresgid
Signed-off-by: Anthony Liguori <aliguori@u...
Anthony Liguori
04:31 pm Revision c62adbee: Merge remote-tracking branch 'kraxel/usb.74' into staging
* kraxel/usb.74:
usb-tablet: Allow connecting to ehci
ehci: Lower timer freq when the periodic schedule is idle
...
Anthony Liguori

12/08/2012

08:49 pm Revision e49d021e: configure: Default to 'cc', not 'gcc'
Default to 'cc' as our compiler, rather than 'gcc'. We used to have
to insist on gcc when we still kept the CPU env i...
Peter Maydell
08:49 pm Revision 24c35a50: linux-user: Merge pread/pwrite into pread64/pwrite64
The Linux syscalls underlying pread() and pwrite() take a 64 bit
offset on all architectures, even if some of them na...
Peter Maydell
08:48 pm Revision 4e41d2f5: target-xtensa: implement CACHEATTR SR
In XEA1, the Options for Memory Protection and Translation and the
corresponding TLB management instructions are not ...
Max Filippov
08:48 pm Revision 5dacd229: target-xtensa: add s32c1i unit tests
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Max Filippov
08:48 pm Revision f877d09e: target-xtensa: use movcond where possible
Use movcond for all sorts of conditional moves, ABS, CLAMPS, MIN/MAX
opcodes.
Signed-off-by: Max Filippov <jcmvbkbc@...
Max Filippov
08:48 pm Revision fe0bd475: target-xtensa: restrict available SRs by enabled options
Beginning with the RA-2004.1 release, SR access instructions (rsr, wsr,
xsr) are associated with their corresponding ...
Max Filippov
08:48 pm Revision b7909d81: target-xtensa: implement MISC SR
The Miscellaneous Special Registers Option provides zero to four scratch
registers within the processor readable and ...
Max Filippov
08:48 pm Revision fcc803d1: target-xtensa: implement ATOMCTL SR
ATOMCTL SR controls s32c1i opcode behavior depending on targeted memory
type. See ISA, 4.3.12.4 for details.
Signed-...
Max Filippov
08:48 pm Revision efdfac94: target-xtensa: add SR accessibility unit tests
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Max Filippov
08:48 pm Revision 53593e90: target-xtensa: better control rsr/wsr/xsr access to SRs
There are read-only (DEBUGCAUSE, PRID) and write-only (INTCLEAR) SRs,
and INTERRUPT/INTSET SR allows rsr/wsr, but not...
Max Filippov
07:50 pm Revision 536b558f: Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
* 'master' of git.qemu-project.org:/pub/git/qemu:
target-mips: Fix incorrect shift for SHILO and SHILOV
target-mi...
Blue Swirl
04:29 pm Revision 511c68d3: finally kill cpudef config section support
The external CPU models were removed on QEMU 1.2, and the support for
the "cpudef" config sections was documented as ...
Eduardo Habkost
04:28 pm Revision 4cdd2e66: Merge branch 'memory-ioport' of git://github.com/afaerber/qemu-cpu
* 'memory-ioport' of git://github.com/afaerber/qemu-cpu:
hw/dma.c: Replace register_ioport_*
hw/pc.c: Replace reg...
Blue Swirl
04:27 pm Revision 47536317: HACKING: List areas where we may rely on impdef C behaviour
Add a section to HACKING saying which version of the C spec
we use and describing the bits of implementation defined ...
Peter Maydell
04:25 pm Revision 288fa407: pixman: require 0.18.4 or newer
When older versions are found the internal pixman version is prefered.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.c...
Gerd Hoffmann
04:24 pm Revision ab1103de: TCG: Use gen_opc_instr_start from context instead of global variable.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Evgeny Voevodin
04:24 pm Revision 94788f54: TCG: Remove unused global gen_opc_ arrays.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Evgeny Voevodin
04:24 pm Revision c9c99c22: TCG: Use gen_opc_icount from context instead of global variable.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Evgeny Voevodin
04:24 pm Revision 25983cad: TCG: Use gen_opc_pc from context instead of global variable.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Evgeny Voevodin
04:24 pm Revision c3a43607: tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Evgeny Voevodin
04:23 pm Revision 2aa1cb51: curses: Remove OpenBSD workaround
I removed the same sort of workaround for OpenBSD within the
configure script with commit 4dcc3f5876fa638d5c35bd47be3...
Brad Smith
04:18 pm Revision 0be4835b: exec: Advise huge pages for the TCG code gen buffer
After allocating 32MB or more contiguous memory, huge pages
would seem to be ideal.
Signed-off-by: Richard Henderson...
Richard Henderson

12/07/2012

08:03 pm Revision b34d12d1: target-i386: Postpone cpuid_level update to realize time
Delay capping cpuid_level to 7 to realize time so property setters
for cpuid_7_0_ebx_features and "level" could be us...
Igor Mammedov
01:34 pm Revision 654598c9: pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path
Harmless, because we the error inevitably leads to another, fatal one
in pc_system_flash_init(): PC system firmware (...
Markus Armbruster
01:34 pm Revision dee17bf9: target-sparc: Remove t0, t1 from CPUSPARCState
These fields are no longer used.
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle...
Richard Henderson
01:34 pm Revision 3528a3cb: qemu-options: Fix space at EOL
There's no need to add a space at the end of line.
Moreover, it can make problems in some projects that
store the hel...
Michal Privoznik
01:34 pm Revision 993d46ce: Fix spelling in comments and documentation
These spelling bugs were found by codespell:
supressing -> suppressing
transfered -> transferred
Signed-off-by: Ste...
Stefan Weil
01:34 pm Revision 036f0f83: arm: a9mpcore: remove un-used ptimer_iomem field
I'm guessing this is a hangover from a previous coreification of the mptimer
sub-module. This field is completely unu...
Peter Crosthwaite
01:34 pm Revision 4dbd84e2: Clean up pci_drive_hot_add()'s use of BlockInterfaceType
pci_drive_hot_add() parameter type has the wrong type: int instead of
BlockInterfaceType. It's actually redundant, s...
Markus Armbruster
01:34 pm Revision d6945164: target-m68k: Remove t1 from CPUM68KState
This field is no longer used.
Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Richard Henderson <rth@twiddle.n...
Richard Henderson
01:34 pm Revision 038d3d44: sd: Send debug printfery to stderr not stdout
Some debug printfs for SD are coming up in stdout. Redirected them to stderr
instead.
Signed-off-by: Peter Crosthwai...
Peter Crosthwaite
01:34 pm Revision a93cf9df: Fix comments (adress -> address, layed -> laid, wierd -> weird)
Remove also a duplicated 'the'.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha...
Stefan Weil
01:34 pm Revision c47d08ce: target-alpha: Remove t0, t1 from CPUAlphaState
These fields are no longer (or were never?) used.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: ...
Richard Henderson
01:34 pm Revision bb5b5c20: configure: Remove stray debug output
Rather than printing a message saying we're silently falling
back to gthread coroutines when running on MacOS, actual...
Peter Maydell
01:34 pm Revision eac29d87: Fix spelling (prefered -> preferred)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Weil
01:34 pm Revision 8367a14f: s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Replace also "write into" by "write to".
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi ...
Stefan Weil

12/06/2012

10:17 am Revision 9df694ee: target-i386: Use define for cpuid vendor string size
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: ...
Igor Mammedov
10:17 am Revision 8f961357: target-i386: Separate feature string parsing from CPU model lookup
Instead of parsing the whole cpu_model string inside
cpu_x86_find_by_name(), first split it into the CPU model name a...
Eduardo Habkost
10:17 am Revision 4d4922c3: qga/channel-posix.c: Include headers it needs
Include:
- <errno.h> for errno
- <unistd.h> & <fcntl.h> for fcntl()
- <stdlib.h> for exit()
- "osdep.h" for qemu_...
Eduardo Habkost
10:17 am Revision ccff63ca: qapi/qmp-registry.c: Include headers it needs
Include:
- <glib.h> for g_malloc0()
- <string.h> for strcmp()
Some of those headers were probably being included by ...
Eduardo Habkost
10:17 am Revision bcf79301: sysemu.h: Include qemu-types.h instead of qemu-common.h
It just needs the Monitor and DeviceState typedefs, so it doesn't need
all of qemu-common.h.
Signed-off-by: Eduardo ...
Eduardo Habkost
10:17 am Revision 90f0cfa4: ui/vnc-palette.c: Include headers it needs
Include:
- <glib.h> for g_malloc0()
- <string.h> for memset()
Some of those headers were probably being included b...
Eduardo Habkost
10:17 am Revision cad32159: qlist.h: Do not include qemu-common.h
I don't know why it was including it, as I don't see any code that
depends on anything from qemu-common.h.
Signed-of...
Eduardo Habkost
10:17 am Revision 9f3fb565: target-i386/cpu.c: Coding style fixes
- Use spaces instead of tabs on cpu_x86_cpuid().
- Use braces on 'if' statement cpu_x86_find_by_name().
Signed-off-b...
Eduardo Habkost
10:17 am Revision 23e3fbec: qdev: qdev_create(): use error_report() instead of hw_error()
hw_error() is specific for fatal hardware emulation errors, not for
internal errors related to the qdev object/class ...
Eduardo Habkost
10:17 am Revision 394e1bb7: Create qemu-types.h for struct typedefs
Instead of keeping all those struct typedefs in qemu-common.h, move it
to a header that can be safely included by oth...
Eduardo Habkost
10:17 am Revision 89e0e9c7: user: Move *-user/qemu-types.h to main directory
The bsd-user/qemu-types.h and linux-user/qemu-types.h files are almost
the same, but linux-user has the additional de...
Eduardo Habkost
10:17 am Revision ee9baa00: user: Rename qemu-types.h to qemu-user-types.h
The header file is specific for *-user, but I plan to introduce a more
generic qemu-types.h file, so I'm renaming it....
Eduardo Habkost
09:12 am Revision 19e6c50d: target-mips: Fix incorrect shift for SHILO and SHILOV
helper_shilo has not been shifting an accumulator value correctly for negative
values in 'shift' field. Minor optimiz...
Petar Jovanovic
09:10 am Revision 34f5606e: target-mips: Fix incorrect code and test for INSV
Content of register rs should be shifted for pos before applying a mask.
This change contains both fix for the instru...
Petar Jovanovic

12/05/2012

06:25 pm Revision 9fd2ecdc: virtfs-proxy-helper: use setresuid and setresgid
The setfsuid and setfsgid system calls are obscure and they complicate
the error checking (that glibc's warn_unused_r...
Paolo Bonzini
10:20 am Revision d4d230da: xilinx_axienet: Implement R_IS behaviour
The interrupt status register R_IS is the standard clear-on-write behaviour.
This was unimplemented and defaulting to...
Peter Crosthwaite
10:20 am Revision 859cc10d: xilinx_uartlite: suppress "cannot receive message"
This message is not an error condition, its just informing the user that
the device is corking the uart traffic to no...
Peter Crosthwaite
10:20 am Revision 80625b97: xilinx_uartlite: Accept input after rx FIFO pop
The device return false from the can receive function when the FIFO is
full. This mean the device should check for bu...
Peter Crosthwaite

12/04/2012

03:50 pm Revision 58229933: hw/dma.c: Replace register_ioport_*
Replace all register_ioport_*() with the new Memory API functions.
This permits to use the new Memory stuff like list...
Julien Grall
03:50 pm Revision 258711c6: hw/pc.c: Replace register_ioport_*
Replace all register_ioport_*() with portio_*() or a MemoryRegion.
This permits to use the new Memory stuff like list...
Julien Grall
03:50 pm Revision 568fd159: serial: Replace register_ioport_*
Replace all register_ioport_*() with a MemoryRegion.
This permits to use the new Memory stuff like listeners.
For mo...
Julien Grall
03:50 pm Revision 42d8a3cf: hw/apm.c: Replace register_ioport_*
Replace all register_ioport_*() with a MemoryRegion.
This permits to use the new Memory stuff like listeners.
Moreov...
Julien Grall
03:50 pm Revision ac100273: isa: Add isa_address_space_io()
This function permits to retrieve ISA IO address space.
It will be usefull when we need to pass IO address space as a...
Julien Grall
03:50 pm Revision c75e6d8e: hw/cirrus_vga.c: Replace register_ioport_*
Replace all register_ioport_*() with the new Memory API.
This permits to use the new Memory stuff like listeners.
Si...
Julien Grall
03:42 pm Revision 427e3aa1: usb-tablet: Allow connecting to ehci
Our ehci code has is capable of significantly lowering the wakeup rate
for the hcd emulation while the device is idle...
Hans de Goede
03:41 pm Revision 80826240: ehci: Lower timer freq when the periodic schedule is idle
Lower the timer freq if no iso schedule packets complete for 64 frames in
a row.
We can safely do this, without addi...
Hans de Goede
03:41 pm Revision 8beba930: usb: Call wakeup when data becomes available for all devices with int eps
This is necessary for proper interaction with the xhci controller, and it
will allow other hcds to lower there frame ...
Hans de Goede
03:41 pm Revision f1ae2e38: add pc-1.4
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
03:41 pm Revision 386ab487: usb: Allow overriding of usb_desc at the device level
This allows devices to present a different set of descriptors based on
device properties.
Signed-off-by: Hans de Goe...
Hans de Goede
03:41 pm Revision be41efde: usb: Don't allow USB_RET_ASYNC for interrupt packets
It is tempting to use USB_RET_ASYNC for interrupt packets, rather then the
current NAK + polling approach, but this c...
Hans de Goede
02:52 pm Revision 76a7daf9: apci: switch ich9 gpe to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision 4a522de0: acpi: cleanup ich9 memory region
Nothing left to do, everything handled by subregions,
we can zap the reaw/write handlers now.
Signed-off-by: Gerd Ho...
Gerd Hoffmann
02:52 pm Revision 3e437498: acpi: drop debug port
I'm pretty sure this isn't needed any more. I think this predates the
switch to seabios, and the seabios DSDT table ...
Gerd Hoffmann
02:52 pm Revision c84649ca: acpi: remove acpi_gpe_blk
With gpe being switched to memory api this is no longer needed.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann
02:52 pm Revision 24fe083d: acpi: fix piix4 smbus mapping
Make write to the smbus base register and enable bit actually work.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann
02:52 pm Revision 798512e5: acpi: switch smbus to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision b65b93f2: apci: switch piix4 gpe to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision 3f5bc9e8: q35: update lpc pci config space according to configured devices
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision c177684c: apci: switch piix4 pci hotplug to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision 10cc69b0: apci: switch ich9 smi to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision afafe4bb: apci: switch cnt to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision b5a7c024: apci: switch evt to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision a2902821: apci: switch vt82c686 to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision 77d58b1e: apci: switch timer to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision af11110b: apci: switch piix4 to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision ca5d64b4: acpi: cleanup piix4 memory region
Nothing left to do, everything handled by subregions,
we can zap the reaw/write handlers now.
Signed-off-by: Gerd Ho...
Gerd Hoffmann
02:52 pm Revision cacaab8b: apci: switch ich9 to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
02:52 pm Revision a0f95659: acpi: cleanup vt82c686 memory region
Nothing left to do, everything handled by subregions,
we can zap the reaw/write handlers now.
Signed-off-by: Gerd Ho...
Gerd Hoffmann

12/03/2012

10:08 pm Revision 16c6c80a: Open up 1.4 development branch
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori
04:14 pm Revision b0d9ffcd: e1000: Discard packets that are too long if !SBP and !LPE
The e1000_receive function for the e1000 needs to discard packets longer than
1522 bytes if the SBP and LPE flags are...
Michael Contreras
04:14 pm Revision 6d6c9f59: Update version for 1.3.0 release
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori

11/30/2012

11:04 pm Revision 01bbd8bf: Update version for 1.3.0-rc2
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori
06:24 pm Revision ee0caa8c: Merge remote-tracking branch 'kraxel/seabios-b1c35f2' into staging
* kraxel/seabios-b1c35f2:
seabios: update binaries in pc-bios/
roms: also copy the dsdt when updating seabios.
...
Anthony Liguori
06:24 pm Revision 90e07938: Merge remote-tracking branch 'kwolf/for-anthony' into staging
* kwolf/for-anthony:
coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack
stream: fix ratelimit_set_speed...
Anthony Liguori
06:20 pm Revision 3235f927: Merge remote-tracking branch 'spice/spice.v65' into staging
* spice/spice.v65:
qxl: reload memslots after migration, when qxl is in UNDEFINED mode
Signed-off-by: Anthony Ligu...
Anthony Liguori
06:20 pm Revision 923fd989: Merge remote-tracking branch 'kraxel/usb.73' into staging
* kraxel/usb.73:
ehci-sysbus: Attach DMA context.
usb: fail usbdevice_create() when there is no USB bus
usb: ta...
Anthony Liguori
06:19 pm Revision 36520faa: Merge remote-tracking branch 'qmp/queue/qmp' into staging
* qmp/queue/qmp:
qapi: fix qapi_dealloc_type_size parameter type
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
05:25 pm Revision d7a51dbb: seabios: update binaries in pc-bios/
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
05:24 pm Revision 7527bd85: roms: also copy the dsdt when updating seabios.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
05:04 pm Revision 46ee77b3: Revert "audio/wavcapture: Clarify licensing"
This reverts commit 456a84d156a7c42f18b1da176dd6219e2dffd043.
This patch wasn't submitted to the list and did not ge...
Anthony Liguori
05:04 pm Revision d76aa45b: Revert "audio/audio_pt_int: Clarify licensing"
This reverts commit 72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.
This patch wasn't submitted to the list and did not ge...
Anthony Liguori
05:02 pm Revision 1f32989d: seabios: update to b1c35f2b28cc0c94ebed8176ff61ac0e0b377798
This patch updates the seabios submodule to commit
b1c35f2b28cc0c94ebed8176ff61ac0e0b377798.
Most important change i...
Gerd Hoffmann
04:27 pm Revision c6e052f0: multiboot: fix e801 memory map
The e801 memory sizes in the multiboot structures hard-code the available
low memory to 640. However, the value shou...
Paolo Bonzini
04:27 pm Revision fe512d65: seccomp: adding new syscalls (bugzilla 855162)
According to the bug 855162[0] - there's the need of adding new syscalls
to the whitelist when using Qemu with Libvir...
Eduardo Otubo
12:33 pm Revision d3067b02: Documentation: Update image format information
Document new and yet undocumented options and image formats. The
qemu-img man page contains information only for raw ...
Kevin Wolf
12:33 pm Revision a13e5e05: Documentation: Update block cache mode information
Somehow we forgot to update this when cache=writeback became the
default. While changing the information on the defau...
Kevin Wolf
12:33 pm Revision 0c6f08b0: atapi: make change media detection for guests easier
If you have a guest with a media in the optical drive and you change
it, the windows guest cannot properly recognize ...
Pavel Hrdina
12:33 pm Revision e3980e28: stream: fix ratelimit_set_speed
The formula to compute slice_quota was wrong since commit 6ef228fc.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.c...
Dietmar Maurer
12:33 pm Revision 2ad2210a: coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack
Use the POSIX-specified stack_t type as the argument to sigaltstack()
rather than the legacy struct sigaltstack. This...
Peter Maydell
01:25 am Revision e1f7b481: virtio: limit avail bytes lookahead
Commit 0d8d7690850eb0cf2b2b60933cf47669a6b6f18f introduced
a regression in virtio-net performance because it looks
in...
Michael S. Tsirkin

11/29/2012

09:00 pm Revision 044d003d: qemu-tech.texi: update implemented xtensa features list
Debug option is available since QEMU-1.2; FP coprocessor and
coprocessor context is available since QEMU-1.3.
Signed...
Max Filippov
05:11 pm Revision e912c96f: qdev: relax bus type check in qdev_device_add() (v2)
We are currently checking for an exact type match. Use QOM dynamic_cast to
check for a compatible type instead.
Cc:...
Anthony Liguori
03:05 pm Revision 1d162526: qapi: fix qapi_dealloc_type_size parameter type
The second parameter to qapi_dealloc_type_size should be a uint64_t *,
not a size_t *. This was causing our 32 bit x8...
Bruce Rogers
09:04 am Revision 6c2d1c32: usb: tag usb host adapters as not hotpluggable.
Hotplugging them simply doesn't work, so tag them accordingly to
avoid users trying and then crashing qemu.
For xhci...
Gerd Hoffmann
09:04 am Revision c128d6a6: usb: fail usbdevice_create() when there is no USB bus
Report an error instead of segfaulting when attaching a USB device to a
machine with no USB busses:
$ qemu-system-...
Stefan Hajnoczi
09:04 am Revision 2b29f492: ehci-sysbus: Attach DMA context.
This was left as NULL on the initial merge due to debate on the mailing list on
how to handle DMA contexts for sysbus...
Peter Crosthwaite
08:58 am Revision fa98efe9: qxl: reload memslots after migration, when qxl is in UNDEFINED mode
The devram memslot stays active when qxl enters UNDEFINED mode (i.e, no
primary surface). If migration has occurred w...
Yonit Halperin

11/28/2012

09:33 pm Revision e9bff10f: event notifier: Fix setup for win32
The event notifier state is only reset by test_and_clear. But we created
the windows event object with auto-reset, wh...
Jan Kiszka
09:19 pm Revision 264ac41c: Merge remote-tracking branch 'bonzini/nbd-next' into staging
* bonzini/nbd-next:
nbd-server-add: Fix the default for 'writable'
nbd: fix use of two uninitialized bytes when c...
Anthony Liguori
09:19 pm Revision e6451fd3: Merge remote-tracking branch 'bonzini/scsi-next' into staging
* bonzini/scsi-next:
virtio-scsi: Fix subtle (guest) endian bug
virtio-scsi: Fix some endian bugs with virtio-scs...
Anthony Liguori
09:19 pm Revision 0a6b2ac0: Merge remote-tracking branch 'agraf/s390-for-upstream-1.3' into staging
* agraf/s390-for-upstream-1.3:
sclp: Fix uninitialized var in handle_write_event_buf().
s390: Fix ram_size updati...
Anthony Liguori
09:19 pm Revision 7e68494b: Merge remote-tracking branch 'agraf/ppc-for-upstream-1.3' into staging
* agraf/ppc-for-upstream-1.3:
fbdev: fix pixman compile on old pixman
vl.c: Fix broken -usb option
pseries: Fix...
Anthony Liguori
09:18 pm Revision f3d44eb5: Merge remote-tracking branch 'afaerber/qom-cpu-1.3' into staging
* afaerber/qom-cpu-1.3:
target-i386: Enable SSSE3 TCG support
target-i386/cpu: Add missing flags to Haswell CPU m...
Anthony Liguori
09:18 pm Revision cbdd1999: build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012]
These versions of GCC require insane (>2GB) amounts of memory to compile
translate.o. As a countermeasure, disable t...
Paolo Bonzini
01:52 pm Revision 474ee55a: virtio-scsi: Fix some endian bugs with virtio-scsi
The virtio-scsi specification does not specify the correct endianness for
fields in the request structure. It's ther...
David Gibson
01:52 pm Revision 863d1050: virtio-scsi: Fix subtle (guest) endian bug
The virtio-scsi config space is, by specification, in guest endian (which
is ill-defined, but there you go). In virt...
David Gibson
01:51 pm Revision f807ecd5: iscsi: do not assume device is zero initialized
Without any complex checks we can't assume that an
iscsi target is initialized to zero.
Signed-off-by: Peter Lieven ...
Peter Lieven
01:50 pm Revision e829b0bb: iscsi: fix deadlock during login
If the connection is interrupted before the first login is successfully
completed qemu-kvm is waiting forever in qemu...
Peter Lieven
01:46 pm Revision 8da1e18b: iscsi: fix segfault in url parsing
If an invalid URL is specified iscsi_get_error(iscsi) is called
with iscsi == NULL.
Signed-off-by: Peter Lieven <pl@...
Peter Lieven
12:56 pm Revision f3313d23: nbd-server-add: Fix the default for 'writable'
The documentation to this monitor command tells, that 'writable'
argument is optional and defaults to false. However,...
Michal Privoznik
12:56 pm Revision 8ffaaba0: nbd: fix use of two uninitialized bytes when connecting to a named export
Reported-by: Michal Privoznik <mprivoznik@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini

11/27/2012

07:04 pm Revision 02c6ccc6: rtc: Only call rtc_set_cmos when Register B SET flag is disabled.
This bug occurs when the SET flag of Register B is enabled. When an RTC
data register (i.e. any of the ten time/calen...
Alex Horn
04:51 pm Revision 03a36f17: virtio-rng: do not use g_assert_cmpint
g_assert_cmpint is not available on glib 2.12, which is the minimum
version required to build QEMU (we only require 2...
Paolo Bonzini
04:50 pm Revision d60478c5: tests: make threadpool cancellation test looser
The cancellation test is failing on the buildbots. While the failure
merits a little more investigation to understan...
Paolo Bonzini

11/26/2012

11:13 pm Revision 1e1d71a5: Update version for 1.3.0-rc1
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori
10:26 pm Revision 14417039: virtio-rng: use virtqueue_get_avail_bytes, fix migration
Popping an elem from the vq just to find out its length causes problems
with save/load later on. Use the new virtque...
Amit Shah
10:26 pm Revision 42015c9a: virtio-rng: fix typos, comments
Fix typos, whitespace and update comments to match current
implementation.
Signed-off-by: Amit Shah <amit.shah@redha...
Amit Shah
10:26 pm Revision 8cc67743: virtio-rng: disable timer on device removal
Disable the rate-limit timer on device remove (e.g. hot-unplug).
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Rev...
Amit Shah
10:26 pm Revision 4621c176: virtio-rng: remove extra request for entropy
If we got fewer bytes from the backend than requested, don't poke the
backend for more bytes; the guest will ask for ...
Amit Shah
10:25 pm Revision 25d87288: i8259: Fix PIC_COMMON() macro
It used a wrong struct type name since its introduction in
8f04ee0882aec9fe91fb70f767edf5dacff59835 (isa: pic: conver...
Andreas Färber
10:25 pm Revision 0c26f2ec: qapi: handle visitor->type_size() in QapiDeallocVisitor
visit_type_size() requires either visitor->type_size() or
visitor_uint64() to be implemented, otherwise a NULL functi...
Stefan Hajnoczi
10:24 pm Revision e1e54f3f: target-i386: cpu: add missing flags to Haswell CPU model
When adding the Haswell CPU model, I intended to make it a superset of the
features present on the SandyBridge model,...
Eduardo Habkost
09:53 pm Revision fa5358c6: vl.c: Fix broken -usb option
Commit 094b287f0b accidentally broke the "-usb" command line
option, so it would have no effect if the user had not s...
Peter Maydell
09:41 pm Revision 339c2708: qom: make object_finalize static
It is not used anymore, and there is no need to make it public.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
S...
Paolo Bonzini
09:41 pm Revision 764b6312: qom: fix refcount of non-heap-allocated objects
The reference count for embedded objects is always one too low, because
object_initialize_with_type returns with zero...
Paolo Bonzini
09:41 pm Revision fde9bf44: qom: make object_delete usable for statically-allocated objects
Store in the object the freeing function that will be used at deletion
time. This makes it possible to use object_de...
Paolo Bonzini
09:41 pm Revision 667d22d1: qdev: move bus removal to object_unparent
Add an ObjectClass method that is done at object_unparent time. It
should remove any backlinks to the object in the ...
Paolo Bonzini
09:41 pm Revision 64b625f4: qdev: simplify (de)allocation of buses
All conditional deallocation can now be done with object_delete.
Remove the @qom_allocated and @glib_allocated fields...
Paolo Bonzini
09:16 pm Revision 773de5c7: sclp: Fix uninitialized var in handle_write_event_buf().
Some gcc versions rightly complain about a possibly unitialized rc,
so let's move setting it before the QTAILQ_FOREAC...
Cornelia Huck
09:16 pm Revision 8c7c3c58: s390: Fix ram_size updating in machine init
The global variable 'ram_size' is hidden by the local variable
declaration in s390_init(). Since we want to update th...
Heinz Graalfs
08:53 pm Revision d688e523: hw/ide/macio: Fix segfault caused by NULL DMAContext*
Pass qemu_sglist_init the global dma_context_memory rather than a NULL
pointer; this fixes a segfault in dma_memory_m...
Peter Maydell
08:53 pm Revision 70c68cf6: pseries: Fix bug in PCI MSI allocation
In one of the recent reworks to the XICS code, a bug was introduced where
we use the wrong sense and allocate level i...
Alexey Kardashevskiy
08:53 pm Revision 6e72719e: fbdev: fix pixman compile on old pixman
My QEMU compile failed with the following error:
qemu-pixman.c: In function ‘qemu_pixman_get_type’:
qemu-pixman.c:24...
Alexander Graf
08:53 pm Revision c4d88267: vl.c: Fix broken -usb option
Commit 094b287f0b accidentally broke the "-usb" command line
option, so it would have no effect if the user had not s...
Peter Maydell
08:53 pm Revision 752ced04: kvm: fix incorrect length in a loop over kvm dirty pages map
QEMU allocates a map enough for 4k pages. However the system page size
can be 64K (for example on POWER) and the host...
Alexey Kardashevskiy
08:53 pm Revision f0cc4aa8: PPC: Fix missing TRACE exception
This patch fixes bug 1031698 :
https://bugs.launchpad.net/qemu/+bug/1031698
If we look at the (truncated) translatio...
Julio Guerra
06:00 pm Revision a0a70681: target-i386: Enable SSSE3 TCG support
SSSE3 support has been added to TCG more than 4 years ago in commit
4242b1bd8acc19aaaacffdaad4ac23213d72a72b. It has ...
Aurelien Jarno
05:55 pm Revision 80ae4160: target-i386/cpu: Add missing flags to Haswell CPU model
When adding the Haswell CPU model, I intended to make it a superset of the
features present on the SandyBridge model,...
Eduardo Habkost
05:38 pm Revision b5007bcc: hmp: do not crash on invalid SCSI hotplug
Commit 0d93692 (qdev: Convert busses to QEMU Object Model, 2012-05-02)
removed a check on the type of the bus where a...
Paolo Bonzini
05:38 pm Revision b7f43fe4: qom: dynamic_cast of NULL is always NULL
Trying to cast a NULL value will cause a crash. Returning
NULL is also sensible, and it is also what the type-unsafe...
Paolo Bonzini
05:37 pm Revision 74c856e9: tests: add thread pool unit tests
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Paolo Bonzini
05:37 pm Revision b2ea25d7: tests: add AioContext unit tests
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Paolo Bonzini
05:37 pm Revision b022b4a4: aio: avoid livelock behavior for Win32
The repeated calls to WaitForMultipleObjects may cause a livelock in aio_poll,
where no progress is made on bottom ha...
Paolo Bonzini
05:35 pm Revision 21022c92: q35: Add kvmclock support
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Ja...
Jan Kiszka
05:35 pm Revision 21bcfdd9: q35: Suppress SMM BIOS initialization under KVM
Same as for i44fx: KVM does not support SMM yet. Signal it initialized
to Seabios to avoid failures.
Reviewed-by: Pa...
Jan Kiszka
05:35 pm Revision 243b9511: q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
Avoid passing a non-PCI IRQ to ich9_gsi_to_pirq. It's wrong and triggers
an assertion.
Reviewed-by: Paolo Bonzini <p...
Jan Kiszka
05:35 pm Revision a1c93046: ich9: Add i82801b11 dmi-to-pci bridge
Add the dmi-to-pci i82801b11 bridge chip. This is the pci bridge chip
that q35 uses on its host bus for PCI bus arbit...
Jason Baron
05:35 pm Revision df2d8b3e: q35: Introduce q35 pc based chipset emulator
pc q35 based chipset emulator to support pci express natively. Based on
Anthony Liguori's suggestion, the machine nam...
Isaku Yamahata
05:35 pm Revision 678e7b94: ich9: Add smbus
Add support for the ich9 smbus chip.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jason Bar...
Jason Baron
05:35 pm Revision d8ee0384: pc_piix: Move kvm irq routing functions out of pc_piix.c
Rename: kvm_piix3_gsi_handlei() -> kvm_pc_gsi_handler()
kvm_piix3_setup_irq_routing() -> kvm_pc_setup_irq_rou...
Jason Baron
05:35 pm Revision 9011a1a7: pc, pc_piix: split out pc nic initialization
Factor out pc nic initialization.
This simplifies the pc initialization and will reduce the code
duplication of q35 p...
Isaku Yamahata
05:35 pm Revision 410edd92: pc/piix_pci: factor out smram/pam logic
Factor out smram/pam logic for use by other chipsets, namely q35
at this point.
Note: Should be factored out into a ...
Isaku Yamahata
05:35 pm Revision a39e3564: pc: Move ioapic_init() from pc_piix.c to pc.c
Move ioapic_init() from pc_piix.c to pc.c, to make it a common function.
Rename ioapic_init() -> ioapic_init_gsi().
M...
Jason Baron
05:35 pm Revision e516572f: ich9: Add acpi support and definitions
Lay the groundwork for subsequent ich9 support.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by...
Jason Baron
05:35 pm Revision 4d00636e: ich9: Add the lpc chip
Add support for the ICH9 LPC chip.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jason Baron...
Jason Baron
04:19 pm Revision cab1e8f3: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
* qemu-kvm/uq/master:
Legacy qemu-kvm options have no argument
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
04:19 pm Revision 95a6e48d: Merge remote-tracking branch 'kraxel/usb.72' into staging
* kraxel/usb.72:
usb-redir: Don't handle interrupt output packets async
usb-redir: Split usb_handle_interrupt_dat...
Anthony Liguori
04:19 pm Revision fb43a480: Merge remote-tracking branch 'spice/spice.v64' into staging
* spice/spice.v64:
spice: add new spice-server callbacks to ui/spice-display.c
Fix the inconsistency in x509-dh-k...
Anthony Liguori
04:18 pm Revision 0a874701: Merge remote-tracking branch 'stefanha/block' into staging
* stefanha/block:
ide: Fix status register after short PRDs
ide: Fix crash with too long PRD
use int64_t for re...
Anthony Liguori
04:18 pm Revision f8c4382e: Merge remote-tracking branch 'stefanha/net' into staging
* stefanha/net:
tap: reset vnet header size on open
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
04:16 pm Revision 7eff5742: vnc: fix option misspelling ("non-adapative" -> "non-adaptive")
Signed-off-by: Catalin Patulea <catalinp@google.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Catalin Patulea

11/24/2012

10:03 pm Revision 06dec083: chardev: Use real-time clock for open timer
The vm clock may be stopped, and then we won't get open events anymore.
Seen with QMP sessions.
Reported-by: Dietmar...
Jan Kiszka
10:03 pm Revision a85903ff: Build system fix distclean error for pixman
Currently Makefile test if pixman have configure log, but the script directly
return error if that file do not exist....
Wenchao Xia
09:54 pm Revision 89c9bc3d: block: Fix regression for MinGW (assertion caused by short string)
The local string tmp_filename is passed to function get_tmp_filename
which expects a string with minimum size MAX_PAT...
Stefan Weil
09:52 pm Revision c6c5063c: tci: Fix type of tci_read_label
Fixes the pointer truncation that was occurring for branches.
Cc: Stefan Weil <sw@weilnetz.de>
Cc: Blue Swirl <blauw...
Richard Henderson
02:35 pm Revision 31abf924: target-mips: remove POOL48A from the microMIPS decoding
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
02:24 pm Revision e5138db5: tcg: mark local temps as MEM in dead_temp()
In dead_temp, local temps should always be marked as back to memory,
even if they have not been allocated (i.e. they ...
Aurelien Jarno
02:19 pm Revision 44e04d3b: target-openrisc: remove conflicting definitions from cpu.h
On an ARM host, the registers definitions from cpu.h clash
with /usr/include/sys/ucontext.h. As there are unused, jus...
Aurelien Jarno
02:19 pm Revision 211da992: target-mips: Clean up microMIPS32 major opcode
I check MIPS microMIPS manual [1], and found the major opcode might
be wrong. I add a comment to explicitly indicate ...
陳韋任 (Wei-Ren Chen)
02:19 pm Revision d132c79f: target-mips: Add comments on POOL32Axf encoding
Current QEMU MIPS POOL32AXF encoding comes from microMIPS32
and microMIPS32 DSP. Add comment here to help reading.
S...
陳韋任 (Wei-Ren Chen)
02:19 pm Revision 7aab08aa: tcg/arm: fix cross-endian qemu_st16
The bswap16 TCG opcode assumes that the high bytes of the temp equal
to 0 before calling it. The ARM backend implemen...
Aurelien Jarno
02:19 pm Revision d17bd1d8: tcg/arm: fix TLB access in qemu-ld/st ops
The TCG arm backend considers likely that the offset to the TLB
entries does not exceed 12 bits for mem_index = 0. In...
Aurelien Jarno

11/23/2012

02:37 pm Revision c6e88b3b: Legacy qemu-kvm options have no argument
The options no-kvm, no-kvm-pit, no-kvm-pit-reinjection, and no-kvm-irqchip
should be marked as having no argument.
S...
Bruce Rogers

11/21/2012

03:55 pm Revision 71d2c9cf: uhci: Fix double unlink
uhci_async_cancel() already does a uhci_async_unlink().
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-of...
Hans de Goede
03:55 pm Revision 234e810c: usb-redir: Split usb_handle_interrupt_data into separate in/out functions
No functional changes.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redha...
Hans de Goede
03:55 pm Revision c4020746: usb-smartcard-reader: Properly NAK interrupt eps when we've no events
When we've no data to return from the interrupt endpoint, return NAK rather
then a 0 length packet.
CC: Alon Levy <a...
Hans de Goede
03:55 pm Revision 1cbdde90: uhci: Don't allow the guest to set port-enabled when there is no dev connected
It is possible for device disconnect and the guest trying to reset the port
(because of USB xact errors prior to the ...
Hans de Goede
03:55 pm Revision 33c1a685: usb-bt: Return NAK instead of STALL when interrupt ep has no data
I noticed this while making all devices with interrupt endpoints properly
do wakeup. While at it also add wakeup supp...
Hans de Goede
03:55 pm Revision 88793816: uhci: Add a completions_only flag for async completions
Add a completions_only flag, and set this when running process_frame for async
completion handling, this fixes 2 issu...
Hans de Goede
03:55 pm Revision 723aedd5: usb-redir: Don't handle interrupt output packets async
Instead report them as successfully completed directly on submission, this
has 2 advantages:
1) This matches the tim...
Hans de Goede
03:46 pm Revision 9995c0b7: Fix the inconsistency in x509-dh-key-file parameter
Commit c448e8552b0f6135dabddf944a7110f929c08320 (spice: tls
support) added options to the -spice command line. But th...
Lei Li
03:46 pm Revision 21a50d0b: spice: add new spice-server callbacks to ui/spice-display.c
Otherwise qemu crashes with non-qxl graphics cards.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann
10:47 am Revision 038268e2: ide: Fix crash with too long PRD
Without this, s->nsector can become negative and badness happens (trying
to malloc huge amount of memory and glib cal...
Kevin Wolf
10:47 am Revision 72bcca73: ide: Fix status register after short PRDs
When failing a request because the length of the regions described by
the PRDT was too short for the requested number...
Kevin Wolf
10:43 am Revision 08448d51: use int64_t for return values from rbd instead of int
rbd / rados tends to return pretty often length of writes
or discarded blocks. These values might be bigger than int....
Stefan Priebe
10:40 am Revision 8ba2aae3: vdi: don't override libuuid symbols
It's poor symbol hygiene to provide a global symbols that collide with a
common library like libuuid. If QEMU links ...
Stefan Hajnoczi
10:40 am Revision 1bc6b705: block: add bdrv_reopen() support for raw hdev, floppy, and cdrom
For hdev, floppy, and cdrom, the reopen() handlers are the same as
for the file reopen handler. For floppy and cdrom...
Jeff Cody
10:07 am Revision 1ccbc285: qemu-sockets: Fix parsing of the inet option 'to'.
Having a qemu command line argument like "-vnc 127.0.0.1:0,to=99" is broken.
This have been break with commit 879e45c...
Anthony PERARD
08:56 am Revision ecf51c9a: tcg/ppc: Fix !softmmu case
Signed-off-by: malc <av1474@comtv.ru> malc

11/20/2012

04:38 pm Revision 58ddcd50: tap: reset vnet header size on open
For tap, we currently assume the vnet header size is 10
(the default value) but that might not be the case
if tap is ...
Michael S. Tsirkin
« Previous
Next »
 

Also available in: Atom